From b9e08f3869902a527dc7bb4885bc933e7c90671a Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 31 Jan 2023 14:52:02 +0100 Subject: [PATCH] Fixed component name --- CHANGELOG.md | 2 +- README.md | 8 ++++---- pom.xml | 12 ++++++++---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f718c0..3143f19 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 gCube Software Versions Processor +# Changelog for gCube Software Versions Processor Lib ## [v1.0.0] diff --git a/README.md b/README.md index 32cdfff..85d6566 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# gCube Software Versions Processor +# gCube Software Versions Processor Lib -gCube Software Versions Processor is a software which help to process software versions to made actions such as: +gCube Software Versions Processor Lib is a library which help to process software versions to made actions such as: * publish the software (e.g. deposit on Zenodo to obtain a DOI); * export the citations (e.g. in BibLaTex format) @@ -29,8 +29,8 @@ Tell people how to cite this software. * Use a specific BibTeX entry for the software? - @software{luca_frosini_software_version_processor, - title = {Software Versions Processor}, + @software{luca_frosini_software_version_processor_lib, + title = {Software Versions Processor Lib}, author = {Frosini, Luca}, organization = {ISTI - CNR}, address = {Pisa, Italy}, diff --git a/pom.xml b/pom.xml index 1d85290..7300238 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,15 @@ 1.1.0 org.gcube.common - software-versions-processor + software-versions-processor-lib 1.0.0-SNAPSHOT - Zenodo Deposit + gCube Software Versions Processor Lib + + gCube Software Versions Processor Lib is a library which help to process software versions to made actions such as: + + * publish the software (e.g. deposit on Zenodo to obtain a DOI); + * export the citations (e.g. in BibLaTex format) + UTF-8 @@ -55,12 +61,10 @@ org.glassfish.jersey.core jersey-client - org.glassfish.jersey.media jersey-media-json-jackson - org.glassfish.jersey.media jersey-media-multipart