<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.ibm.mobile.foundation</groupId>
  <artifactId>ibmmobilefirstplatformfoundationpush</artifactId>
  <version>8.0.2022022114</version>
  <packaging>aar</packaging>
  <name>IBM MobileFirst Platform Foundation Push SDK</name> 
  <description>IBM MobileFirst Platform Foundation Push SDK provides Push APIs for the mobile applications. Check url to get started.
      BuildNumber is : 8.0.2022022114
  </description>
  <url>https://mobilefirstplatform.ibmcloud.com</url>
  <licenses>
    <license>
      <name>IBM-MobileFirst Platform Foundation 8.0 license agreement</name>
      <url>https://mobilefirstplatform.ibmcloud.com/licenses/ipla/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>IBM MobileFirst Platform Foundation</name>
      <email>mobilsdk@us.ibm.com</email>
      <organizationUrl>http://www.ibm.com</organizationUrl>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>com.ibm.mobile.foundation</groupId>
      <artifactId>ibmmobilefirstplatformfoundation</artifactId>
      <version>8.0.2021101013</version>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:git:git@hub.jazz.net/project/imflocalsdk/imf-android-sdk</connection>
    <developerConnection>scm:git:git@hub.jazz.net/project/imflocalsdk/imf-android-sdk</developerConnection>
    <url>https://hub.jazz.net/git/imflocalsdk/imf-android-sdk</url>
  </scm>

  <build>
    <plugins>
      <plugin>
        <groupId>com.simpligility.maven.plugins</groupId>
        <artifactId>android-maven-plugin</artifactId>
        <version>4.1.0</version>
        <extensions>true</extensions>
        <configuration>
          <sign>
            <debug>false</debug>
          </sign>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
