Renamed component

This commit is contained in:
Luca Frosini 2023-02-24 14:33:38 +01:00
parent d80c0f93e4
commit 0e0bf655f4
3 changed files with 11 additions and 7 deletions

View File

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

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.
# 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}
}

View File

@ -7,10 +7,13 @@
<relativePath />
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility</artifactId>
<artifactId>common-utility-sg3</artifactId>
<version>1.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>
<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-sg4 but implemented to comply with Smartgears in 4.
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>