This commit is contained in:
Fabio Sinibaldi 2020-11-30 15:43:32 +01:00
parent 6f583bd03a
commit 279d12363c
2 changed files with 5 additions and 5 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.5-SNAPSHOT] 2020-09-03 ## [v2.4.5] 2020-09-03
-Change in repository hostname -Change in repository hostname
## [v2.4.4] 2020-09-03 ## [v2.4.4] 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.5-SNAPSHOT</version> <version>2.4.5</version>
<name>gis-interface</name> <name>gis-interface</name>
<properties> <properties>
@ -51,12 +51,12 @@
<dependency> <dependency>
<groupId>org.gcube.spatial.data</groupId> <groupId>org.gcube.spatial.data</groupId>
<artifactId>geonetwork</artifactId> <artifactId>geonetwork</artifactId>
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version> <version>[3.0.0,4.0.0)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>uri-resolver-manager</artifactId> <artifactId>uri-resolver-manager</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version> <version>[1.0.0, 2.0.0)</version>
</dependency> </dependency>
@ -141,7 +141,7 @@
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>csv4j</artifactId> <artifactId>csv4j</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version> <version>[1.0.0,2.0.0)</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>