Removed -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2022-04-05 14:45:25 +02:00
parent ed1d51f4bf
commit 661e353bcd
2 changed files with 2 additions and 2 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
## [v1.0.0-SNAPSHOT]
## [v1.0.0]
- First Release

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>authorization-bridge</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>war</packaging>
<properties>