<?xml version="1.0"?>
<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>
  <parent>
    <groupId>org.locationtech.proj4j</groupId>
    <artifactId>proj4j-modules</artifactId>
    <version>1.4.1</version>
  </parent>
  <groupId>org.locationtech.proj4j</groupId>
  <artifactId>proj4j-epsg</artifactId>
  <version>1.4.1</version>
  <name>Proj4J EPSG</name>
  <description>Java port of the Proj.4 library for coordinate reprojection</description>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
    <license>
      <name>EPSG database distribution license</name>
      <url>https://raw.githubusercontent.com/locationtech/proj4j/master/LICENSE.EPSG</url>
    </license>
  </licenses>
</project>
