commit for release
This commit is contained in:
parent
d2aaf739ee
commit
a9535591ab
|
@ -2,13 +2,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for Common Smartgears
|
# Changelog for Common Smartgears
|
||||||
|
|
||||||
## [v4.0.0-SNAPSHOT]
|
## [v4.0.0]
|
||||||
|
|
||||||
- porting to keycloak
|
- porting to keycloak
|
||||||
- moved to jakarta and servlet6
|
- moved to jakarta and servlet6
|
||||||
|
|
||||||
|
|
||||||
## [v3.2.0-SNAPSHOT]
|
## [v3.2.0] - 2023-04-12
|
||||||
|
|
||||||
- Added SecretManagerProvider thread local from authorization-utils [#22871]
|
- Added SecretManagerProvider thread local from authorization-utils [#22871]
|
||||||
- Added Linux distribution version [#22933]
|
- Added Linux distribution version [#22933]
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.core</groupId>
|
<groupId>org.gcube.core</groupId>
|
||||||
<artifactId>common-smartgears</artifactId>
|
<artifactId>common-smartgears</artifactId>
|
||||||
<version>4.0.0-SNAPSHOT</version>
|
<version>4.0.0</version>
|
||||||
<name>SmartGears</name>
|
<name>SmartGears</name>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue