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). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for Common Utility # Changelog for Common Utility For Smartgears 4.X.X
## [v2.0.0-SNAPSHOT]
- Ported library to smartgears 4
## [v1.0.0-SNAPSHOT] ## [v1.0.0-SNAPSHOT]

View File

@ -1,7 +1,8 @@
# Common Utility # 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 ## Built With
* [OpenJDK](https://openjdk.java.net/) - The JDK used * [OpenJDK](https://openjdk.java.net/) - The JDK used
@ -24,7 +25,7 @@ Tell people how to cite this software.
@software{gcat, @software{gcat,
author = {{Luca Frosini}}, author = {{Luca Frosini}},
title = {Common Utility}, 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 = {}, url = {},
keywords = {D4Science, gCube} keywords = {D4Science, gCube}
} }

11
pom.xml
View File

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