Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.compat.cdc / org.gvsig.projection / org.gvsig.projection.cresques / pom.xml @ 47745

History | View | Annotate | Download (1.28 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3
    <modelVersion>4.0.0</modelVersion>
4
    <artifactId>org.gvsig.projection.cresques</artifactId>
5
    <packaging>pom</packaging>
6
    <name>${project.artifactId}</name>
7
    <parent>
8
        <groupId>org.gvsig</groupId>
9
        <artifactId>org.gvsig.projection</artifactId>
10
        <version>2.0.446-SNAPSHOT</version>
11
    </parent>
12

    
13
    <repositories>
14
      <repository>
15
          <id>osgeo</id>
16
          <name>Open Source Geospatial Foundation</name>
17
          <!--
18
          <url>http://download.osgeo.org/webdav/geotools</url>
19
          -->
20
          <url>https://repo.osgeo.org/repository/geotools-releases</url>
21
          <releases>
22
              <enabled>true</enabled>
23
              <updatePolicy>never</updatePolicy>
24
              <checksumPolicy>warn</checksumPolicy>
25
          </releases>
26
          <snapshots>
27
              <enabled>false</enabled>
28
          </snapshots>
29
      </repository>
30
    </repositories>
31

    
32
  <modules>
33
    <module>org.gvsig.projection.cresques.impl</module>
34
    <module>org.gvsig.projection.cresques.ui</module>
35
  </modules>
36
</project>