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)