implemented the locate funcion to indicate the infra gateway
This commit is contained in:
parent
dc025b0180
commit
61584b8b61
|
@ -4,15 +4,15 @@
|
|||
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.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
|
||||
|
||||
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
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -13,7 +13,7 @@
|
|||
|
||||
<groupId>org.gcube.portlets.admin</groupId>
|
||||
<artifactId>resource-management-portlet</artifactId>
|
||||
<version>7.1.0-SNAPSHOT</version>
|
||||
<version>7.1.0</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-SNAPSHOT</version>
|
||||
<version>3.6.3</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
|
@ -52,30 +52,4 @@
|
|||
</vos>
|
||||
</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>
|
||||
|
|
|
@ -70,11 +70,6 @@
|
|||
<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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue