Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2023-03-03 12:29:22 +01:00
parent c8b748bfd4
commit a3ab600fc6
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Software Versions Processor Lib
## [v1.0.0-SNAPSHOT]
## [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-SNAPSHOT</version>
<version>1.0.0</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.1.0</version>
<version>2.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>