<?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.emarsys</groupId>
  <artifactId>predict-api</artifactId>
  <version>2.0.0</version>
  <packaging>aar</packaging>

  <name>predict-api</name>
  <description>predict-api module of the EmarsysSDK</description>
  <url>https://github.com/emartech/android-emarsys-sdk</url>


  <licenses>
    <license>
      <name>Mozilla Public License 2.0</name>
      <url>https://github.com/emartech/android-emarsys-sdk/blob/master/LICENSE</url>
    </license>
  </licenses>

  <organization>
    <name>Emarsys</name>
    <url>https://emarsys.com</url>
  </organization>

   <developers>
    <developer>
      <organization>Emarsys</organization>
      <organizationUrl>https://emarsys.com</organizationUrl>
    </developer>
  </developers>

  <scm>
    <connection>scm:git:https://github.com/emartech/android-emarsys-sdk.git</connection>
    <developerConnection>scm:git:https://github.com/emartech/android-emarsys-sdk.git</developerConnection>
    <url>https://github.com/emartech/android-emarsys-sdk</url>
  </scm>
  

</project>
