ready to release

This commit is contained in:
Massimiliano Assante 2021-07-08 15:52:01 +02:00
parent f7a1f9a54f
commit 747b9a52d6
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v3.0.1-SNAPSHOT] - 2021-07-08 ## [v3.0.1] - 2021-07-08
- Feature #21777, migrated to new AccessTokenProvider class - Feature #21777, migrated to new AccessTokenProvider class

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.admin</groupId> <groupId>org.gcube.portlets.admin</groupId>
<artifactId>create-users-portlet</artifactId> <artifactId>create-users-portlet</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>3.0.1-SNAPSHOT</version> <version>3.0.1</version>
<name>Create users portlet</name> <name>Create users portlet</name>
<description> <description>
Create users portlet allows a VRE-Manager to enter user's personal data and automatically register he/she in the portal. Create users portlet allows a VRE-Manager to enter user's personal data and automatically register he/she in the portal.
@ -51,7 +51,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.3-SNAPSHOT</version> <version>3.6.3</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>