Removed -SNAPSHOT to be released. Passed to maven-portal-bom v3.6.3

This commit is contained in:
Francesco Mangiacrapa 2022-05-03 16:06:02 +02:00
parent 8156e78575
commit ca30bd4e65
3 changed files with 53 additions and 13 deletions

View File

@ -18,6 +18,10 @@
@ -59,6 +63,10 @@
@ -100,6 +108,10 @@
@ -141,6 +153,10 @@
@ -181,6 +197,10 @@
@ -210,6 +230,10 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
@ -230,6 +254,10 @@
@ -271,6 +299,10 @@
@ -312,6 +344,10 @@
@ -354,6 +390,10 @@

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.3-SNAPSHOT] - 2022-04-28
## [v6.28.3] - 2022-05-02
- [#23225] Just including the enhancement #23225

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>workspace</artifactId>
<packaging>war</packaging>
<version>6.28.3-SNAPSHOT</version>
<version>6.28.3</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>