Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-10-19 14:44:06 +02:00
parent f17afe9d59
commit d260146c3e
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Authorization Bridge # Changelog for Authorization Bridge
## [v1.0.0-SNAPSHOT] ## [v1.0.0]
- First Release - First Release

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>authorization-bridge</artifactId> <artifactId>authorization-bridge</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.2.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>