Update 'pom.xml'
update to 1.2.2 version: changed repo declaration to new nexus url
This commit is contained in:
parent
d88fc6e5dc
commit
7ccc0a7cd7
4
pom.xml
4
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>ecological-engine-external-algorithms</artifactId>
|
||||
<version>1.2.2-SNAPSHOT</version>
|
||||
<version>1.2.2</version>
|
||||
|
||||
<name>ecological-engine-external-algorithms</name>
|
||||
<description>ecological-engine-external-algorithms library</description>
|
||||
|
@ -115,7 +115,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>
|
||||
</repositories>
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue