diff --git a/CHANGELOG.md b/CHANGELOG.md index ad825c5..bbea898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v2.4.0-SNAPSHOT] - 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.3.0] - 2023-03-29 - upgrade lower bound range on gCube common dependencies. See #24727 + ## [v2.2.0] - Enhanced information-system-model version range diff --git a/pom.xml b/pom.xml index 344f53a..cf2ec37 100644 --- a/pom.xml +++ b/pom.xml @@ -144,37 +144,37 @@ org.gcube.resource-management gcube-model - [4.1.0,5.0.0-SNAPSHOT) + [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) org.gcube.information-system resource-registry-api - [4.3.0,5.0.0-SNAPSHOT) + [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) org.gcube.information-system resource-registry-client - [4.3.0,5.0.0-SNAPSHOT) + [4.4.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-publisher - [4.3.0,5.0.0-SNAPSHOT) + [4.4.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-context-client - [4.1.0,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)