release
This commit is contained in:
parent
8ffef6ffec
commit
cd58b4335b
|
@ -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
|
||||
|
||||
## [v2.4.6-SNAPSHOT] 2020-09-03
|
||||
## [v2.4.6] 2020-09-03
|
||||
-Restricting geonentwork range
|
||||
|
||||
## [v2.4.5] 2020-09-03
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.spatial.data</groupId>
|
||||
<artifactId>gis-interface</artifactId>
|
||||
<version>2.4.6-SNAPSHOT</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.4.5-SNAPSHOT,4.0.0)</version>
|
||||
<version>[3.4.5,4.0.0)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
|
|
Loading…
Reference in New Issue