<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>org.gdal</groupId>
  <artifactId>gdal</artifactId>
  <version>3.5.0</version>
  <packaging>pom</packaging>

  <name>gdal</name>
  <description>
    Geospatial Data Abstraction Library
  </description>

  <url>http://gdal.org</url>

  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
    </license>
  </licenses>

  <developers>
    <developer>
      <name>Even Rouault</name>
      <url>http://www.spatialys.com/</url>
      <organization>Spatialys</organization>
    </developer>
    <developer>
      <name>Justin Deoliveira</name>
      <url>http://github.com/jdeolive</url>
    </developer>
  </developers>

  <scm>
    <connection>scm:git:git@github.com:osgeo/gdal.git</connection>
    <url>git@github.com:osgeo/gdal.git</url>
  </scm>

</project>
