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:
Roberto Cirillo 2021-01-18 18:00:33 +01:00
parent e5388dd35e
commit 20ef0ac106
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-geospatial-extensions</artifactId> <artifactId>ecological-engine-geospatial-extensions</artifactId>
<version>1.5.2-SNAPSHOT</version> <version>1.5.2</version>
<name>ecological-engine-geospatial-extensions</name> <name>ecological-engine-geospatial-extensions</name>
<description>ecological-engine-geospatial-extension</description> <description>ecological-engine-geospatial-extension</description>
@ -103,7 +103,7 @@
<dependency> <dependency>
<groupId>org.gcube.spatial.data</groupId> <groupId>org.gcube.spatial.data</groupId>
<artifactId>gis-interface</artifactId> <artifactId>gis-interface</artifactId>
<version>[2.4.1,3.0.0-SNAPSHOT)</version> <version>[2.4.6,3.0.0-SNAPSHOT)</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>geotk-coverageio-netcdf</artifactId> <artifactId>geotk-coverageio-netcdf</artifactId>
@ -147,7 +147,7 @@
<repository> <repository>
<id>osgeo</id> <id>osgeo</id>
<name>Open Source Geospatial Foundation Repository Mirror</name> <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>
<!--repository> <!--repository>
<id>geotoolkit</id> <id>geotoolkit</id>