From 9ab9a575375eb2d8cd7ca6f7d77647909bfc0450 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Tue, 14 Jun 2022 14:01:20 +0200 Subject: [PATCH] Just to release the Publishing Widget enhancement #23491 --- .classpath | 6 +-- .../com.gwtplugins.gdt.eclipse.core.prefs | 2 +- .settings/org.eclipse.wst.common.component | 42 ++++++++++++++----- CHANGELOG.md | 4 ++ pom.xml | 2 +- 5 files changed, 40 insertions(+), 16 deletions(-) diff --git a/.classpath b/.classpath index 547387b..5f217a5 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 79018f8..5806c97 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.3-SNAPSHOT +lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.28.4-SNAPSHOT warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index cf4b796..74ab9ff 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,5 @@ - + @@ -43,8 +43,12 @@ - - + + + + + + @@ -89,7 +93,9 @@ - + + + @@ -134,7 +140,9 @@ - + + + @@ -179,7 +187,9 @@ - + + + @@ -223,7 +233,9 @@ - + + + @@ -235,7 +247,9 @@ - + + + @@ -280,7 +294,9 @@ - + + + @@ -325,7 +341,9 @@ - + + + @@ -370,7 +388,9 @@ - + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca399f..d3676b0 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.4-SNAPSHOT] - 2022-06-14 + +- [#23491] Just to release the Publishing Widget enhancement #23491 + ## [v6.28.3] - 2022-05-02 - [#23225] Just including the enhancement #23225 diff --git a/pom.xml b/pom.xml index 79f739b..fc01d83 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user workspace war - 6.28.3 + 6.28.4-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.