This commit is contained in:
Alfredo Oliviero 2024-04-17 11:08:28 +02:00
parent 910397f3d1
commit c56f8ec9c2
3 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,9 @@
# Changelog
## [v1.3.0-SNAPSHOT] - 20240-03-22
Token exchange (#27099)
## [v1.3.0] = 2024-04-10
Client-exchange configuration for a dedicated client (#27204)
## [v1.2.0] - 2023-03-20
## [v1.2.0] - 2024-03-20
- Decode Button
- Updatet layout

View File

@ -1,3 +1,3 @@
VERSION=1.3.0-SNAPSHOT
VERSION=1.3.0
mvn package
scp target/rpt-token-portlet-$VERSION.war life@10.1.30.156:/home/life/Portal-Bundle/deploy/rpt-token-portlet.war

View File

@ -6,14 +6,14 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath />
</parent>
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>rpt-token-portlet</artifactId>
<packaging>war</packaging>
<name>RPT UMA Token Portlet</name>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<description>
Requesting Party Token Portlet
</description>