Compare commits

...

4 Commits

Author SHA1 Message Date
Roberto Cirillo eb58ff74c9 Update 'CHANGELOG.md'
update changelog
2021-01-21 10:14:14 +01:00
Roberto Cirillo 7ccc0a7cd7 Update 'pom.xml'
update to 1.2.2 version:
changed repo declaration to new nexus url
2021-01-21 10:12:17 +01:00
Roberto Cirillo d88fc6e5dc Update 'pom.xml'
update seadatanet-connector lower range to 1.2.2-SNAPSHOT
2021-01-19 10:09:27 +01:00
Roberto Cirillo 01a659a643 Update 'pom.xml'
update version to 1.2.2-SNAPSHOT: update ecological-engine-external-algorithms lower bound range.
2021-01-19 09:42:36 +01:00
2 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,13 @@
# Changelog
## [v1.2.2] - 2021-01-21
### Features
- update repository declaration to new nexus url
- update seadatanet-connector lower bound range
- update ecological-engine-geospatial-extension lower bound range
## [v1.2.1] [r4.24.0] - 2020-06-10

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-external-algorithms</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<name>ecological-engine-external-algorithms</name>
<description>ecological-engine-external-algorithms library</description>
@ -41,7 +41,7 @@
<dependency>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-geospatial-extensions</artifactId>
<version>[1.5.0, 2.0.0-SNAPSHOT)</version>
<version>[1.5.2-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<exclusions>
<exclusion>
<groupId>org.gcube.core</groupId>
@ -76,7 +76,7 @@
<dependency>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>seadatanet-connector</artifactId>
<version>[1.2.0,2.0.0-SNAPSHOT)</version>
<version>[1.2.2-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.dataaccess</groupId>
@ -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>