diff --git a/.classpath b/.classpath index a5da9cf..65d1d7b 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 917caea..cbc31f3 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.0-SNAPSHOT +lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.28.1-SNAPSHOT warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index c6bd833..fcf1845 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,5 @@ - + @@ -20,8 +20,22 @@ - - + + + + + + + + + + + + + + + + @@ -43,7 +57,14 @@ - + + + + + + + + @@ -65,7 +86,14 @@ - + + + + + + + + @@ -87,7 +115,14 @@ - + + + + + + + + @@ -108,7 +143,14 @@ - + + + + + + + + @@ -116,13 +158,17 @@ - + uses - - uses - - + + + + + + + + @@ -144,7 +190,14 @@ - + + + + + + + + @@ -166,7 +219,14 @@ - + + + + + + + + @@ -188,7 +248,14 @@ - + + + + + + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 121600f..85d3fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1-SNAPSHOT] - 2021-12-20 + +#### Fixes + +- [#22578] Including workspace-tree-widget bug fixing + ## [v6.28.0] - 2021-11-05 #### Enhancements @@ -12,7 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v6.27.1] - 2021-06-22 -[#21575] Including ws-tree bug fix +[#21575] Including workspace-tree-widget bug fixing Moved to maven-portal-bom 3.6.3 ## [v6.27.0] - 2021-05-10 diff --git a/pom.xml b/pom.xml index 8ee49f5..827cb8d 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user workspace war - 6.28.0 + 6.28.1-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.