<?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>org.mapsforge</groupId>
  <artifactId>vtm-android</artifactId>
  <version>0.9.2</version>
  <name>vtm</name>
  <description>OpenGL vector map library written in Java - running on Android, iOS, Desktop and within the browser.</description>
  <url>https://github.com/mapsforge/vtm</url>
  <licenses>
    <license>
      <name>GNU Lesser GPL</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>hannes.janetzek</id>
      <name>Hannes Janetzek</name>
      <email>hannes.janetzek@gmail.com</email>
    </developer>
    <developer>
      <id>devemux86</id>
      <name>Emux</name>
      <email>devemux86@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/mapsforge/vtm</connection>
    <developerConnection>scm:git:https://github.com/mapsforge/vtm</developerConnection>
    <url>https://github.com/mapsforge/vtm</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.mapsforge</groupId>
      <artifactId>vtm</artifactId>
      <version>0.9.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.caverock</groupId>
      <artifactId>androidsvg</artifactId>
      <version>1.2.2-beta-1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
