Updated for release new versionUpgraded to new micro version for release
This commit is contained in:
parent
122f078286
commit
9ab63a98e0
|
@ -1,5 +1,8 @@
|
||||||
# Changelog for "event-publisher-portal"
|
# Changelog for "event-publisher-portal"
|
||||||
|
|
||||||
|
## [v1.0.2]
|
||||||
|
- OIDC token only is now used to send events to the orchestrator endpoint (UMA token is no more involved).
|
||||||
|
|
||||||
## [v1.0.1]
|
## [v1.0.1]
|
||||||
- First release (#19461)
|
- First release (#19461)
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
<artifactId>event-publisher-portal</artifactId>
|
<artifactId>event-publisher-portal</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.2-SNAPSHOT</version>
|
<version>1.0.2</version>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue