diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c40b4..81160e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v3.0.0-SNAPSHOT] -- moved to smartgears 4.0.0 -- keycloak client added -- upgraded ranges of new IS libraries -- upgraded ranges of gx-rest libraries - +- Moved to smartgears 4.0.0 +- Keycloak client added +- Enhanced ranges of common libraries +- Enhanced ranges of gx-rest libraries +- Enhanced ranges of storage-hub libraries +- Enhanced ranges of authorization libraries +- Added new libraries for authorization ## [v2.2.0-SNAPSHOT] - Enhanced information-system-model version range - Enhanced gcube-model version lower bound of 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 +- Added common-utility ## [v2.1.0] diff --git a/pom.xml b/pom.xml index afffffc..0aae7fd 100644 --- a/pom.xml +++ b/pom.xml @@ -149,32 +149,32 @@ org.gcube.information-system resource-registry-api - [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) + [4.3.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-client - [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) + [4.3.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-publisher - [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) + [4.3.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-context-client - [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) + [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-schema-client - [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) + [4.2.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-query-template-client - [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) + [1.1.0-SNAPSHOT,2.0.0-SNAPSHOT) @@ -273,11 +273,19 @@ - + + + + org.gcube.common + common-utility + [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) + + + ch.qos.logback logback-classic - 1.2.3 + 1.2.4 org.slf4j