chore: update version to 2.0.1 and remove -SNAPSHOT from pom.xml and changelog
This commit is contained in:
parent
a809a9fb7d
commit
c9ade46548
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue