Enhanced version and fixed changelog

This commit is contained in:
luca.frosini 2023-08-30 17:46:31 +02:00
parent 5f3661f06f
commit 93f924a7ad
2 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Software Versions Processor Lib
## [v1.1.O-SNAPSHOT]
- Renamed some classes to improve terminology
- Added sphinx documentation [#24841]
## [v1.0.0]
- First Release

View File

@ -7,7 +7,7 @@
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>software-versions-processor-lib</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<name>gCube Software Versions Processor Lib</name>
<description>
gCube Software Versions Processor Lib is a library which helps to process software versions to made actions such as:
@ -28,7 +28,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.2.0</version>
<version>2.4.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>