ready to release

This commit is contained in:
Massimiliano Assante 2020-11-16 09:42:02 +01:00
parent 6aa290bfce
commit 7032f74b76
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
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).
## [v5.0.0-SNAPSHOT] - 2020-11-16 ## [v5.0.0] - 2020-11-16
Added support for keycloak as IAM Added support for keycloak as IAM

View File

@ -10,7 +10,7 @@
</parent> </parent>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-portal-bundle</artifactId> <artifactId>gcube-portal-bundle</artifactId>
<version>5.0.0-SNAPSHOT</version> <version>5.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<scm> <scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-portal-bundle.git</connection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-portal-bundle.git</connection>
@ -265,7 +265,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<version>3.6.0-SNAPSHOT</version> <version>3.6.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>