From 42c9d726fc94b40165a8fd51a7f8a686e6aaa09a Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 24 Nov 2020 21:32:35 +0100 Subject: [PATCH] Upgraded resource-registry clients versions --- CHANGELOG.md | 5 ++++- pom.xml | 16 ++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af9885e..4ecb79c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Bom +## [v2.0.1-SNAPSHOT] -## [v2.0.0] [r5.0.0] - +- updated resource registry clients versions + +## [v2.0.0] - Switched JSON management to gcube-jackson [#19283] diff --git a/pom.xml b/pom.xml index f692e73..3e0c0cf 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.distribution gcube-bom - 2.0.0 + 2.0.1-SNAPSHOT pom gCube BOM gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components @@ -104,17 +104,17 @@ org.gcube.information-system resource-registry-api - [4.0.0,5.0.0-SNAPSHOT) - - - org.gcube.information-system - resource-registry-publisher - [4.0.0,5.0.0-SNAPSHOT) + [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-client - [4.0.0,5.0.0-SNAPSHOT) + [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT) + + + org.gcube.information-system + resource-registry-publisher + [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT)