diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 7301364..c6c1ed3 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,53 +1,74 @@ - + + + - + + + - + + + - + + + - + + + - + + uses + + + + - + + + - + + + - + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f83371..b0f05b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## [v7.2.0] - 2023-12-15 + +- Relased due to new common libs in CP ## [v7.1.1] - 2022-06-15 diff --git a/pom.xml b/pom.xml index a4110ad..220fffa 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.admin resource-management-portlet - 7.1.1 + 7.2.0 war gCube Resource Management Portlet @@ -45,7 +45,7 @@ org.gcube.distribution maven-portal-bom - 3.6.4 + 3.7.1-SNAPSHOT pom import @@ -142,11 +142,6 @@ ghn-manager-client [1.1.0-SNAPSHOT, 2.0.0-SNAPSHOT) - - org.gcube.resourcemanagement - softwaregateway-client - [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT) - org.gcube.portlets.admin diff --git a/src/main/webapp/ResourceManagementPortlet.css b/src/main/webapp/ResourceManagementPortlet.css index 55f5ac1..24bf3bb 100644 --- a/src/main/webapp/ResourceManagementPortlet.css +++ b/src/main/webapp/ResourceManagementPortlet.css @@ -122,7 +122,7 @@ div.x-form-field-wrap .x-form-trigger { .left-panel-tree-background { color: #000; border: 0px; - background-image: url(images/d4infra.gif); + background-image: url(images/D4Science-Logo-Sphere-only-80px.png); background-repeat: no-repeat; background-position: center center; } diff --git a/src/main/webapp/WEB-INF/xml/scopedata_admin.xml b/src/main/webapp/WEB-INF/xml/scopedata_admin.xml index 6c6a223..6ca260d 100644 --- a/src/main/webapp/WEB-INF/xml/scopedata_admin.xml +++ b/src/main/webapp/WEB-INF/xml/scopedata_admin.xml @@ -60,6 +60,11 @@ ServiceMap_devsec.xml /gcube/devsec + + gcube/devNext + ServiceMap_devNext.xml + /gcube/devNext + diff --git a/src/main/webapp/images/D4Science-Logo-Sphere-only-80px.png b/src/main/webapp/images/D4Science-Logo-Sphere-only-80px.png new file mode 100644 index 0000000..7b932f1 Binary files /dev/null and b/src/main/webapp/images/D4Science-Logo-Sphere-only-80px.png differ