From 31fcac2fc87045f18e77ae90e29cdf553c87d048 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 10 Dec 2020 15:27:38 +0100 Subject: [PATCH 1/3] Fixed pom --- CHANGELOG.md | 3 +++ pom.xml | 12 ++++-------- 2 files changed, 7 insertions(+), 8 deletions(-) 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) From 0d174e93530bbbe3a28d9b6474f06623e128e413 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 10 Dec 2020 15:29:18 +0100 Subject: [PATCH 2/3] Fixed version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 882342f..286b45b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.gcube.application geoportal-client - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT Geoportal Client From 8eb6a93624c5bd24e5c7f4e34fc943750169d80f Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 10 Dec 2020 15:36:06 +0100 Subject: [PATCH 3/3] release --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca62834..b235580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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 +## [v1.0.2] - 2020-11-11 Fixed dulicate dependency declaration ## [v1.0.1] - 2020-11-11 diff --git a/pom.xml b/pom.xml index 286b45b..84909fd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.gcube.application geoportal-client - 1.0.2-SNAPSHOT + 1.0.2 Geoportal Client