Gianpaolo Coro 2016-09-27 16:01:06 +00:00
parent 5c69a1a260
commit 344e59d9ab
1 changed files with 11 additions and 3 deletions

14
pom.xml
View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-geospatial-extensions</artifactId>
<version>1.3.9-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<name>ecological-engine-geospatial-extension library</name>
<description>ecological-engine-geospatial-extension</description>
<scm>
@ -122,8 +122,6 @@
</dependency>
</dependencies>
<repositories>
<!-- <repository> <id>GeoSolutions</id> <url>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geo-solutions/</url>
</repository> -->
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository Mirror</name>
@ -139,6 +137,16 @@
<name>52north-releases</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/52north-releases/</url>
</repository>
<repository>
<id>GeoSolutions</id>
<name>GeoSolutions</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions-snapshots/</url>
</repository>
<repository>
<id>GeoSolutions-releases</id>
<name>GeoSolutions-releases</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions/</url>
</repository>
</repositories>
<build>
<plugins>