diff --git a/CHANGELOG.md b/CHANGELOG.md index 3058942..a055b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Added new libraries for authorization - Replaced common-utility-sg3 with common-utility-sg4 - Enhanced information-system-model version range +- Enhanced gcube-model version version range +- Enhanced resource-registry-api lower bound of range +- Enhanced resource-registry-client lower bound of range +- Enhanced resource-registry-publisher lower bound of range +- Enhanced resource-registry-context-client lower bound of range +- Enhanced resource-registry-query-template-client lower bound of range +- Enhanced resource-registry-schema-client lower bound of range ## [v2.2.0-SNAPSHOT] diff --git a/pom.xml b/pom.xml index c1726c4..276bb2d 100644 --- a/pom.xml +++ b/pom.xml @@ -143,37 +143,37 @@ org.gcube.resource-management gcube-model - [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT) + [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) org.gcube.information-system resource-registry-api - [4.3.0-SNAPSHOT,5.0.0-SNAPSHOT) + [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) org.gcube.information-system resource-registry-client - [4.3.0-SNAPSHOT,5.0.0-SNAPSHOT) + [4.4.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-publisher - [4.3.0-SNAPSHOT,5.0.0-SNAPSHOT) + [4.4.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-context-client - [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT) - - - org.gcube.information-system - resource-registry-schema-client - [4.2.0,5.0.0-SNAPSHOT) + [4.1.1-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-query-template-client - [1.1.0,2.0.0-SNAPSHOT) + [1.1.1-SNAPSHOT,2.0.0-SNAPSHOT) + + + org.gcube.information-system + resource-registry-schema-client + [4.2.1-SNAPSHOT,5.0.0-SNAPSHOT)