Home | History | Annotate | Download | only in 1.1.0
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <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"
      3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      4   <modelVersion>4.0.0</modelVersion>
      5   <groupId>com.automattic</groupId>
      6   <artifactId>tracks</artifactId>
      7   <version>1.1.0</version>
      8   <packaging>aar</packaging>
      9   <name>Automattic-Tracks-Android</name>
     10   <description>Android client for Nosara tracks (event tracking and analytics)</description>
     11   <url>https://github.com/Automattic/Automattic-Tracks-Android</url>
     12   <licenses>
     13     <license>
     14       <name>The GPLv2 License</name>
     15       <url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url>
     16     </license>
     17   </licenses>
     18   <developers>
     19     <developer>
     20       <id>daniloercoli</id>
     21       <name>Danilo Ercoli</name>
     22       <email>danilo (a] automattic.com</email>
     23     </developer>
     24   </developers>
     25   <scm>
     26     <connection>scm:git:https://github.com/Automattic/Automattic-Tracks-Android.git</connection>
     27     <developerConnection>scm:git:https://github.com/Automattic/Automattic-Tracks-Android.git</developerConnection>
     28     <url>https://github.com/Automattic/Automattic-Tracks-Android</url>
     29   </scm>
     30 </project>
     31