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. 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). 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 - Added library to support Java 11 JDK

View File

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