removed -SNAPSHOT to be released. Moved to maven-portal-bom v3.6.3

This commit is contained in:
Francesco Mangiacrapa 2022-06-14 17:00:33 +02:00
parent 7b29a35a18
commit b920c891f0
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.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v6.28.4-SNAPSHOT] - 2022-06-14
## [v6.28.4] - 2022-06-14
- [#23491] Just to release the Publishing Widget enhancement #23491

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>workspace</artifactId>
<packaging>war</packaging>
<version>6.28.4-SNAPSHOT</version>
<version>6.28.4</version>
<name>gCube Workspace Portlet</name>
<description>
gCube Workspace Portlet is a web-gui to manage the gCube workspace, a collaborative area where users can exchange and organize information objects (workspace items) according to their specific needs.
@ -46,7 +46,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.6.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>