implemented the locate funcion to indicate the infra gateway

master
Massimiliano Assante 2 years ago
parent dc025b0180
commit 61584b8b61

@ -4,15 +4,15 @@
All notable changes to this project will be documented in this file. 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). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v7.1.0-SNAPSHOT] - 2021-12-27 ## [v7.1.0] - 2021-12-27
- Implemented the locate funcion which indicates the infra gateway through which a VRE is accessible - New Feature: implemented the locate funcion to indicate the infra gateway through which a VRE is accessible [#22340]
## [v7.0.0] - 2020-07-21 ## [v7.0.0] - 2020-07-21
Ported to git - Ported to git
[#19471] Please provide a simple way to get the full Context - [#19471] Please provide a simple way to get the full Context
## [v6.7.0] - 2019-09-19 ## [v6.7.0] - 2019-09-19

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

@ -52,30 +52,4 @@
</vos> </vos>
</infrastructure> </infrastructure>
<infrastructure>
<name>gcube</name>
<vos>
<vo>
<name>gcube</name>
<src>ServiceMap_gcube.xml</src>
<scope>/gcube</scope>
</vo>
<vo>
<name>gcube/devsec</name>
<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>
<vo>
<name>gcube/preprod</name>
<src>ServiceMap_preprod.xml</src>
<scope>/gcube/preprod</scope>
</vo>
</vos>
</infrastructure>
</infrastructures> </infrastructures>

@ -70,11 +70,6 @@
<src>ServiceMap_devNext.xml</src> <src>ServiceMap_devNext.xml</src>
<scope>/gcube/devNext</scope> <scope>/gcube/devNext</scope>
</vo> </vo>
<vo>
<name>gcube/preprod</name>
<src>ServiceMap_preprod.xml</src>
<scope>/gcube/preprod</scope>
</vo>
</vos> </vos>
</infrastructure> </infrastructure>

Loading…
Cancel
Save