From cca8c84f6de72e8199116db8606be01be061c512 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Tue, 19 Mar 2024 10:49:02 +0100 Subject: [PATCH] removed -SNAPSHOT to be released --- .classpath | 6 +-- .../com.gwtplugins.gdt.eclipse.core.prefs | 2 +- .settings/org.eclipse.wst.common.component | 37 +++++++++++-------- CHANGELOG.md | 2 +- pom.xml | 2 +- 5 files changed, 28 insertions(+), 21 deletions(-) diff --git a/.classpath b/.classpath index 0b739cc..0d5e1f4 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -30,10 +30,10 @@ - + - + diff --git a/.settings/com.gwtplugins.gdt.eclipse.core.prefs b/.settings/com.gwtplugins.gdt.eclipse.core.prefs index 82d6b19..3a4fdaa 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.29.1-SNAPSHOT +lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.30.0-SNAPSHOT warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 7e7e355..2e76780 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,5 @@ - + @@ -69,8 +69,10 @@ - - + + + + @@ -141,7 +143,8 @@ - + + @@ -212,7 +215,8 @@ - + + @@ -283,7 +287,8 @@ - + + @@ -321,19 +326,18 @@ - + + - + uses - - uses - - + + @@ -404,7 +408,8 @@ - + + @@ -475,7 +480,8 @@ - + + @@ -546,7 +552,8 @@ - + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 323b4ab..0d444d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.30.0-SNAPSHOT] - 2024-02-20 +## [v6.30.0] - 2024-02-20 - Moved to maven parent 1.2.0 - Equipped with the new Catalogue Publishing Widget [#26825] diff --git a/pom.xml b/pom.xml index b69bd6d..94d9ec8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user workspace war - 6.30.0-SNAPSHOT + 6.30.0 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.