diff --git a/.classpath b/.classpath index 6992f7d..0b739cc 100644 --- a/.classpath +++ b/.classpath @@ -1,7 +1,15 @@ - + + + + + + + + + @@ -11,29 +19,21 @@ - - - - - - + - - + - - - + diff --git a/.settings/com.gwtplugins.gdt.eclipse.core.prefs b/.settings/com.gwtplugins.gdt.eclipse.core.prefs index f534c2e..82d6b19 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.7-SNAPSHOT +lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.29.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 ceec618..7e7e355 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,5 @@ - + @@ -58,8 +58,30 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -119,7 +141,18 @@ - + + + + + + + + + + + + @@ -179,7 +212,18 @@ - + + + + + + + + + + + + @@ -239,7 +283,7 @@ - + @@ -271,70 +315,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + uses - + uses - - uses - - + + + + + + + + + + + + @@ -394,7 +404,18 @@ - + + + + + + + + + + + + @@ -454,7 +475,18 @@ - + + + + + + + + + + + + @@ -514,7 +546,18 @@ - + + + + + + + + + + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 818edb5..323b4ab 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.30.0-SNAPSHOT] - 2024-02-20 + +- Moved to maven parent 1.2.0 +- Equipped with the new Catalogue Publishing Widget [#26825] +- Fixed Incident [#26678] + ## [v6.29.0] - 2023-04-04 - Just to release the patch #24929 in the 'storagehub-client-wrapper' @@ -79,31 +85,31 @@ Just to include new SHUB model [#19952] Fixed incident -## [v6.25.0] [r4.25.0] - 2020-08-25 +## [v6.25.0] - 2020-08-25 #### Enhancements [#19600] revisit the "Get Info" Dialog in a modern view -## [v6.24.1] [r4.24.0] - 2020-06-22 +## [v6.24.1] - 2020-06-22 [#19493] Just to include the ckan-util-library patched -## [v6.24.0] [r4.23.0] - 2020-05-18 +## [v6.24.0] - 2020-05-18 **New Features** [#19058] Restore operation: the user has to select the destination folder -## [v6.23.2] [r4.22.0] - 2020-04-21 +## [v6.23.2] - 2020-04-21 Just to include the new shub-client released -## [v6.23.1] [r4.21.0] - 2020-03-27 +## [v6.23.1] - 2020-03-27 Ported to git/jenkins diff --git a/pom.xml b/pom.xml index 2b92a10..b69bd6d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ maven-parent org.gcube.tools - 1.1.0 + 1.2.0 org.gcube.portlets.user workspace war - 6.29.0 + 6.30.0-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. @@ -30,6 +30,8 @@ ${project.build.directory}/${project.build.finalName} -Xdoclint:none 2.8.11 + 3.7.0 + 2.7.0 UTF-8 UTF-8 @@ -46,13 +48,41 @@ org.gcube.distribution maven-portal-bom - 3.7.0 + ${gcube-portal-bom-version} pom import + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -122,6 +152,21 @@ org.gcube.contentmanagement storage-manager-wrapper + + + + org.codehaus.woodstox + stax2-api + + + provided + + + + org.projectlombok + lombok + 1.18.4 provided @@ -138,6 +183,7 @@ ic-client provided + org.gcube.core common-scope-maps diff --git a/src/main/java/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml b/src/main/java/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml index ae84846..b871be1 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml +++ b/src/main/java/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml @@ -33,11 +33,12 @@ + + - - - +