ready to release

This commit is contained in:
Massimiliano Assante 2023-03-31 15:05:31 +02:00
parent 740d2de943
commit ab5e09511e
2 changed files with 3 additions and 2 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).
## [v2.6.1-SNAPSHOT] - 2023-03-31 ## [v2.6.1] - 2023-03-31
- minor fix for pom dependency - minor fix for pom dependency

View File

@ -15,7 +15,7 @@
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>my-vres</artifactId> <artifactId>my-vres</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>2.6.1-SNAPSHOT</version> <version>2.6.1</version>
<name>My VREs Portlet</name> <name>My VREs Portlet</name>
<description> <description>
gCube My VREs Portlet shows only the VO and VREs a user is member of, divided by category. gCube My VREs Portlet shows only the VO and VREs a user is member of, divided by category.
@ -88,6 +88,7 @@
<dependency> <dependency>
<groupId>org.gcube.portal.auth</groupId> <groupId>org.gcube.portal.auth</groupId>
<artifactId>portal-auth-library</artifactId> <artifactId>portal-auth-library</artifactId>
<version>[1.0.0-2.0.0)</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>