Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-10-19 14:22:30 +02:00
parent 5cc4267ec2
commit c0118a16b4
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.5.1-SNAPSHOT]
## [v2.5.1]
- Added library to support Java 11 JDK

View File

@ -8,7 +8,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<name>authorization service common library</name>
<scm>
@ -22,7 +22,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>