diff --git a/CHANGELOG.md b/CHANGELOG.md index a733c24..834a22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# Changelog for Common Utility +# Changelog for Common Utility For Smartgears 3.X.X ## [v1.0.0-SNAPSHOT] diff --git a/README.md b/README.md index 02aaeda..2724687 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# Common Utility - -This library provides utility functions for broken APIs between smartgears 3 and 4, so only one component must be released twice. +# Common Utility For Smartgears 3.X.X +This library provides utility functions for APIs available in Smartgears 3 but broken in Smartgears 4. +The same APIs will be exposed by the common-utility-sg4 but implemented to comply with Smartgears in 4. + ## Built With * [OpenJDK](https://openjdk.java.net/) - The JDK used @@ -24,7 +25,7 @@ Tell people how to cite this software. @software{gcat, author = {{Luca Frosini}}, title = {Common Utility}, - abstract = {This library provides utility functions for broken APIs between smartgears 3 and 4, so only one component must be released twice.}, + abstract = {This library provides utility functions for APIs available in Smartgears 3 but broken in Smartgears 4. The same APIs will be exposed by the common-utility-sg4 but implemented to comply with Smartgears in 4.}, url = {}, keywords = {D4Science, gCube} } diff --git a/pom.xml b/pom.xml index 39d889a..b0e0410 100644 --- a/pom.xml +++ b/pom.xml @@ -7,10 +7,13 @@ org.gcube.common - common-utility + common-utility-sg3 1.0.0-SNAPSHOT Common Utility - This library provides utility functions for broken APIs between smartgears 3 and 4, so only one component must be released twice. + + This library provides utility functions for APIs available in Smartgears 3 but broken in Smartgears 4. + The same APIs will be exposed by the common-utility-sg4 but implemented to comply with Smartgears in 4. + UTF-8