<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 
                             https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  
  <!-- Coordinates -->
  <groupId>app.gebeta</groupId>
  <artifactId>android-sdk</artifactId>
  <version>11.6.1</version>
  <packaging>aar</packaging>
  
  <!-- Project Metadata -->
  <name>Gebeta Maps SDK for Android</name>
  <description>A simple Android SDK for maps by Gebeta.</description>
  <url>https://github.com/gebeta/gebeta-native</url>
  
  <!-- License -->
  <licenses>
    <license>
      <name>BSD 2-Clause</name>
      <url>https://opensource.org/licenses/BSD-2-Clause</url>
    </license>
  </licenses>
  
  <!-- Developer Information -->
  <developers>
    <developer>
      <id>gebeta</id>
      <name>Gebeta</name>
      <email>info@gebeta.app</email>
    </developer>
  </developers>
  
  <!-- Source Control Management -->
  <scm>
    <connection>scm:git:git://github.com/gebeta/gebeta-native.git</connection>
    <developerConnection>scm:git:ssh://github.com/gebeta/gebeta-native.git</developerConnection>
    <url>https://github.com/gebeta/gebeta-native</url>
  </scm>
</project>
