From 9e29ec6c0081ef0657ae17aa2b7883e6269a2c4a Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 27 Jun 2022 15:05:18 +0200 Subject: [PATCH] removed -SNAPSHOT to be released --- .classpath | 6 +++--- .settings/com.gwtplugins.gdt.eclipse.core.prefs | 2 +- .settings/org.eclipse.wst.common.component | 5 +---- CHANGELOG.md | 5 +---- pom.xml | 2 +- 5 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.classpath b/.classpath index c5eb1df..033cf9f 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -22,7 +22,7 @@ - + @@ -35,5 +35,5 @@ - + diff --git a/.settings/com.gwtplugins.gdt.eclipse.core.prefs b/.settings/com.gwtplugins.gdt.eclipse.core.prefs index 5f13c9f..0123369 100644 --- a/.settings/com.gwtplugins.gdt.eclipse.core.prefs +++ b/.settings/com.gwtplugins.gdt.eclipse.core.prefs @@ -1,4 +1,4 @@ eclipse.preferences.version=1 -lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.28.4 +lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.28.5 warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 3e5485a..3cc3599 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -47,7 +47,7 @@ - + @@ -259,9 +259,6 @@ - - uses - diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c05ca3..a502a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,9 @@ 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.5-SNAPSHOT] - 2022-06-27 +## [v6.28.5] - 2022-06-27 - [#23523] Updated to maven-portal-bom 3.6.4 - -## [v6.28.4] - 2022-06-14 - - [#23491] Just to release the Publishing Widget enhancement #23491 ## [v6.28.3] - 2022-05-02 diff --git a/pom.xml b/pom.xml index e2bde1d..70f1952 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user workspace war - 6.28.5-SNAPSHOT + 6.28.5 gCube Workspace Portlet 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.