Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-04-28 17:16:30 +02:00
parent 2ab160275c
commit d54befcbfa
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
## [v2.0.0-SNAPSHOT]
## [v2.0.0]
- Refactored code to be integrated in Smartgears [#22871]
- Fixed getRoles for JWTSecret [#22754]

View File

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