From d90785abe6917705260fc0de2f76c827e2e4494e Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 28 Apr 2022 11:48:20 +0200 Subject: [PATCH] Just including the enhancement #23225 --- .classpath | 6 +-- .../com.gwtplugins.gdt.eclipse.core.prefs | 2 +- .settings/org.eclipse.wst.common.component | 45 +++++++++++++------ CHANGELOG.md | 4 ++ pom.xml | 2 +- 5 files changed, 40 insertions(+), 19 deletions(-) diff --git a/.classpath b/.classpath index 4130fae..547387b 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 3ae89c6..79018f8 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.2 +lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.28.3-SNAPSHOT warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 6058b8a..1fe2d68 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,5 @@ - + @@ -37,8 +37,12 @@ - - + + + + + + @@ -77,7 +81,9 @@ - + + + @@ -116,7 +122,9 @@ - + + + @@ -155,7 +163,9 @@ - + + + @@ -193,16 +203,17 @@ - + + + - - uses - - + + + @@ -241,7 +252,9 @@ - + + + @@ -280,7 +293,9 @@ - + + + @@ -319,7 +334,9 @@ - + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb255f..cc81cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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 + +- [#23225] Just including the enhancement #23225 + ## [v6.28.2] - 2022-03-24 #### Enhancements diff --git a/pom.xml b/pom.xml index 119c488..46230a7 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user workspace war - 6.28.2 + 6.28.3-SNAPSHOT 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.