Merge pull request '2.4.6' (#1) from 2.4.6 into master

This commit is contained in:
Fabio Sinibaldi 2020-12-09 11:48:39 +01:00
commit 7f4d8bb313
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 # Changelog for org.gcube.data.transfer.data-transfer-service
## [v2.4.6] 2020-09-03
-Restricting geonentwork range
## [v2.4.5] 2020-09-03 ## [v2.4.5] 2020-09-03
-Change in repository hostname -Change in repository hostname

View File

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