v1.3.0
This commit is contained in:
parent
910397f3d1
commit
c56f8ec9c2
|
@ -1,10 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [v1.3.0-SNAPSHOT] - 20240-03-22
|
## [v1.3.0] = 2024-04-10
|
||||||
Token exchange (#27099)
|
|
||||||
Client-exchange configuration for a dedicated client (#27204)
|
Client-exchange configuration for a dedicated client (#27204)
|
||||||
|
|
||||||
## [v1.2.0] - 2023-03-20
|
## [v1.2.0] - 2024-03-20
|
||||||
|
|
||||||
- Decode Button
|
- Decode Button
|
||||||
- Updatet layout
|
- Updatet layout
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
VERSION=1.3.0-SNAPSHOT
|
VERSION=1.3.0
|
||||||
mvn package
|
mvn package
|
||||||
scp target/rpt-token-portlet-$VERSION.war life@10.1.30.156:/home/life/Portal-Bundle/deploy/rpt-token-portlet.war
|
scp target/rpt-token-portlet-$VERSION.war life@10.1.30.156:/home/life/Portal-Bundle/deploy/rpt-token-portlet.war
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -6,14 +6,14 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<version>1.1.0</version>
|
<version>1.2.0</version>
|
||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.portlets.admin</groupId>
|
<groupId>org.gcube.portlets.admin</groupId>
|
||||||
<artifactId>rpt-token-portlet</artifactId>
|
<artifactId>rpt-token-portlet</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>RPT UMA Token Portlet</name>
|
<name>RPT UMA Token Portlet</name>
|
||||||
<version>1.3.0-SNAPSHOT</version>
|
<version>1.3.0</version>
|
||||||
<description>
|
<description>
|
||||||
Requesting Party Token Portlet
|
Requesting Party Token Portlet
|
||||||
</description>
|
</description>
|
||||||
|
|
Loading…
Reference in New Issue