2.4.6 #1

Manually merged
fabio.sinibaldi merged 3 commits from 2.4.6 into master 2020-12-09 11:48:40 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data.transfer.data-transfer-service
## [v2.4.6] 2020-09-03
-Restricting geonentwork range
## [v2.4.5] 2020-09-03
-Change in repository hostname

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>gis-interface</artifactId>
<version>2.4.5</version>
<version>2.4.6</version>
<name>gis-interface</name>
<properties>
@ -51,7 +51,7 @@
<dependency>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>geonetwork</artifactId>
<version>[3.0.0,4.0.0)</version>
<version>[3.4.5,4.0.0)</version>
</dependency>
<dependency>
<groupId>org.gcube.portlets.user</groupId>