<project xmlns="http://maven.apache.org/POM/4.0.0" 
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
		xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.neumob</groupId>
  <artifactId>neumob-android</artifactId>
  <packaging>jar</packaging>
  <name>Neumob SDK for Android</name>
  <version>2.2.2</version>
  <description>Neumob SDK for Android applications.</description>
  <url>http://www.neumob.com</url>
  <licenses>
      <license>
          <name>Neumob Integration Code License</name>
          <url>business.neumob.com/msa</url>
      </license>
  </licenses>

  <scm>
    <url>https://raw.githubusercontent.com/neumob/neumob-sdk-android/master/</url>
    <connection>
        scm:git@github.com:neumob/neumob-sdk-android.git
    </connection>
  </scm>
  <developers>
    <developer>
      <name>Wesley Shi</name>
      <email>wesley@neumob.com</email>
      <organization>Neumob</organization>
      <organizationUrl>http://www.neumob.com</organizationUrl>
    </developer>
  </developers>
 
</project>
