diff --git a/CHANGELOG.md b/CHANGELOG.md index 1223988..ca62834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for org.gcube.application.geoportal-client +## [v1.0.2-SNAPSHOT] - 2020-11-11 +Fixed dulicate dependency declaration + ## [v1.0.1] - 2020-11-11 Excluded common-calls 1.2.0 diff --git a/pom.xml b/pom.xml index 637e5c9..882342f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.gcube.application geoportal-client - 1.0.1 + 1.0.1-SNAPSHOT Geoportal Client @@ -45,12 +45,6 @@ - - - org.gcube.core - common-gcube-calls - [1.0.0,1.2.0) - org.projectlombok @@ -74,10 +68,12 @@ org.gcube.core common-generic-clients - + + org.gcube.core common-gcube-calls + [1.0.0,1.2.0)