Removed -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2022-01-11 16:31:20 +01:00
parent 7934337958
commit 624174b7c0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>