<?xml version="1.0" encoding="UTF-8"?>
<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>
    <artifactId>org.gvsig.projection.cresques</artifactId>
    <packaging>pom</packaging>
    <name>${project.artifactId}</name>
    <parent>
        <groupId>org.gvsig</groupId>
        <artifactId>org.gvsig.projection</artifactId>
        <version>2.0.457</version>
    </parent>

    <repositories>
      <repository>
          <id>osgeo</id>
          <name>Open Source Geospatial Foundation</name>
          <!--
          <url>http://download.osgeo.org/webdav/geotools</url>
          -->
          <url>https://repo.osgeo.org/repository/geotools-releases</url>
          <releases>
              <enabled>true</enabled>
              <updatePolicy>never</updatePolicy>
              <checksumPolicy>warn</checksumPolicy>
          </releases>
          <snapshots>
              <enabled>false</enabled>
          </snapshots>
      </repository>
    </repositories>

  <modules>
    <module>org.gvsig.projection.cresques.impl</module>
    <module>org.gvsig.projection.cresques.ui</module>
  </modules>
</project>
