<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.maplibre.gl</groupId>
  <artifactId>android-plugin-annotation-v9</artifactId>
  <version>3.0.1-pre0</version>
  <packaging>pom</packaging>
  <name>MapLibre Android Annotation Plugin</name>
  <description>MapLibre Android Annotation Plugin</description>
  <url>https://github.com/maplibre/maplibre-plugins-android</url>
  <licenses>
    <license>
      <name>BSD</name>
      <url>https://opensource.org/licenses/BSD-2-Clause</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>maplibre</id>
      <name>MapLibre</name>
      <email>maplibre@maplibre.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:maplibre/maplibre-plugins-android.git</connection>
    <developerConnection>scm:git@github.com:maplibre/maplibre-plugins-android.git</developerConnection>
    <url>https://github.com/maplibre/maplibre-plugins-android</url>
  </scm>
</project>
