- Relased due to HL portal removal

This commit is contained in:
Massimiliano Assante 2022-06-16 16:31:00 +02:00
parent 15564d1354
commit 200e882700
4 changed files with 34 additions and 34 deletions

View File

@ -1,40 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="resource-management-portlet">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="rmp-common-library-2.8.4.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/rmp-common-library/rmp-common-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
<property name="context-root" value="resource-management-portlet"/>
</wb-module>
</project-modules>

View File

@ -4,6 +4,11 @@
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.1.1-SNAPSHOT] - 2022-06-15
- Relased due to HL portal removal
## [v7.1.0] - 2021-12-27
- New Feature: implemented the locate funcion to indicate the infra gateway through which a VRE is accessible [#22340]

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>resource-management-portlet</artifactId>
<version>7.1.0</version>
<version>7.1.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>gCube Resource Management Portlet</name>
<description>
@ -45,7 +45,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.3</version>
<version>3.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@ -60,27 +60,7 @@
<src>ServiceMap_devsec.xml</src>
<scope>/gcube/devsec</scope>
</vo>
<vo>
<name>gcube/devNext</name>
<src>ServiceMap_devNext.xml</src>
<scope>/gcube/devNext</scope>
</vo>
</vos>
</infrastructure>
<infrastructure>
<name>pred4s</name>
<vos>
<vo>
<name>pred4s</name>
<src>ServiceMap_pred4s.xml</src>
<scope>/pred4s</scope>
</vo>
<vo>
<name>pred4s/preprod</name>
<src>ServiceMap_preprod.xml</src>
<scope>/pred4s/preprod</scope>
</vo>
</vos>
</infrastructure>
</infrastructures>