From b68e490d1cb8d1eb50fc3c901db2b3004b4e4890 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 24 Feb 2023 14:42:02 +0100 Subject: [PATCH] Renamed component --- CHANGELOG.md | 7 +------ README.md | 7 ++++--- pom.xml | 11 +++++++---- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 819c685..c87c690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# Changelog for Common Utility - -## [v2.0.0-SNAPSHOT] - -- Ported library to smartgears 4 - +# Changelog for Common Utility For Smartgears 4.X.X ## [v1.0.0-SNAPSHOT] diff --git a/README.md b/README.md index 02aaeda..5ce47aa 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. - +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-sg3 but implemented to comply with Smartgears in 3. + ## 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-sg3 but implemented to comply with Smartgears in 3.}, url = {}, keywords = {D4Science, gCube} } diff --git a/pom.xml b/pom.xml index 30d41ae..6f8316c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,10 +7,13 @@ org.gcube.common - common-utility - 2.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. + common-utility-sg4 + 1.0.0-SNAPSHOT + Common Utility Smartgears 4 + + 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-sg3 but implemented to comply with Smartgears in 3. + UTF-8