chore: update version to 2.0.1 and remove -SNAPSHOT from pom.xml and changelog

This commit is contained in:
Luca Frosini 2026-04-29 12:10:50 +02:00
parent a809a9fb7d
commit c9ade46548
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for GCube Secrets
## [v2.0.1-SNAPSHOT]
## [v2.0.1]
- `UmaTokenSecret` now enforces a single-value audience (`aud`) claim in JWTs, rejecting tokens with multiple audiences. [#31139]

View File

@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.common.security</groupId>
<artifactId>gcube-secrets</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<name>GCube Secrets</name>
<description>Library for managing secrets and security tokens in gCube applications</description>
<properties>
@ -86,7 +86,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>