Home | History | Annotate | Download | only in 1.0.1
      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.cocoahero.android</groupId>
      6   <artifactId>geojson</artifactId>
      7   <version>1.0.1</version>
      8   <name>Android GeoJSON Library</name>
      9   <description>Android GeoJSON Library</description>
     10   <url>https://github.com/cocoahero/android-geojson</url>
     11   <licenses>
     12     <license>
     13       <name>The MIT License</name>
     14       <url>https://github.com/cocoahero/android-geojson/blob/master/LICENSE.md</url>
     15       <distribution>repo</distribution>
     16     </license>
     17   </licenses>
     18   <developers>
     19     <developer>
     20       <id>cocoahero</id>
     21       <name>Jonathan Baker</name>
     22     </developer>
     23   </developers>
     24   <scm>
     25     <connection>scm:git:git (a] github.com:cocoahero/android-geojson</connection>
     26     <developerConnection>scm:git:git (a] github.com:cocoahero/android-geojson</developerConnection>
     27     <url>https://github.com/cocoahero/android-geojson</url>
     28   </scm>
     29 </project>
     30