Compare commits
No commits in common. "master" and "Feature/28129" have entirely different histories.
master
...
Feature/28
|
@ -4,12 +4,12 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v1.0.1]
|
## [v1.0.1-SNAPSHOT]
|
||||||
|
|
||||||
- read d4s-dynamic-scope configuration on Keycloak server from IS, and set uma = !d4s-dynamic-scope [#28129]
|
- read d4s-dynamic-scope configuration on Keycloak server from IS, and set uma = !d4s-dynamic-scope [#28129]
|
||||||
- added common/js/utils.js dependency
|
- added common/js/utils.js dependency
|
||||||
- moved IS configuration to Auth/IAM from Service/IAM
|
- moved IS configuration to Auth/IAM from Service/IAM
|
||||||
|
|
||||||
## [v1.0.0] - 2024-07-15
|
## [v1.0.0] - 2023-07-15
|
||||||
|
|
||||||
First Release
|
First Release
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>cloudcomputing-platform-portlets</artifactId>
|
<artifactId>cloudcomputing-platform-portlets</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.1-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>Cloudcomputing Platform Portlets</name>
|
<name>Cloudcomputing Platform Portlets</name>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue