Update 'pom.xml'
update gis-interface lower buond range. osgeo repo moved to the new url: https://nexus.d4science.org/nexus/content/repositories/osgeo/ version updated to 1.5.2
This commit is contained in:
parent
e5388dd35e
commit
20ef0ac106
6
pom.xml
6
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine-geospatial-extensions</artifactId>
|
||||
<version>1.5.2-SNAPSHOT</version>
|
||||
<version>1.5.2</version>
|
||||
|
||||
<name>ecological-engine-geospatial-extensions</name>
|
||||
<description>ecological-engine-geospatial-extension</description>
|
||||
|
@ -103,7 +103,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.spatial.data</groupId>
|
||||
<artifactId>gis-interface</artifactId>
|
||||
<version>[2.4.1,3.0.0-SNAPSHOT)</version>
|
||||
<version>[2.4.6,3.0.0-SNAPSHOT)</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>geotk-coverageio-netcdf</artifactId>
|
||||
|
@ -147,7 +147,7 @@
|
|||
<repository>
|
||||
<id>osgeo</id>
|
||||
<name>Open Source Geospatial Foundation Repository Mirror</name>
|
||||
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/osgeo//</url>
|
||||
<url>https://nexus.d4science.org/nexus/content/repositories/osgeo/</url>
|
||||
</repository>
|
||||
<!--repository>
|
||||
<id>geotoolkit</id>
|
||||
|
|
Loading…
Reference in New Issue