This commit is contained in:
Fabio Sinibaldi 2020-12-09 11:47:26 +01:00
parent 8ffef6ffec
commit cd58b4335b
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ 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-SNAPSHOT] 2020-09-03 ## [v2.4.6] 2020-09-03
-Restricting geonentwork range -Restricting geonentwork range
## [v2.4.5] 2020-09-03 ## [v2.4.5] 2020-09-03

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.6-SNAPSHOT</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.4.5-SNAPSHOT,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>