Renamed component

This commit is contained in:
Luca Frosini 2023-02-24 14:42:02 +01:00
parent afc07f92a3
commit b68e490d1c
3 changed files with 12 additions and 13 deletions

View File

@ -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]

View File

@ -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}
}

11
pom.xml
View File

@ -7,10 +7,13 @@
<relativePath />
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility</artifactId>
<version>2.0.0-SNAPSHOT</version>
<name>Common Utility</name>
<description>This library provides utility functions for broken APIs between smartgears 3 and 4, so only one component must be released twice.</description>
<artifactId>common-utility-sg4</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Common Utility Smartgears 4</name>
<description>
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.
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>