git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@131926 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5c69a1a260
commit
344e59d9ab
14
pom.xml
14
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue