ready to release
This commit is contained in:
parent
1e237de623
commit
f88f2bfb49
|
@ -4,7 +4,7 @@
|
|||
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.3.0-SNAPSHOT] - 2021-10-13
|
||||
## [v6.3.0] - 2021-10-13
|
||||
|
||||
- Ported to git
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# gCube System - VRE Manager Portlet
|
||||
# gCube System - VME Reports Manager Portlet
|
||||
|
||||
This component is a Liferay 6.2.6 CE Porlet which iinteracts with the VRE Modeler service to manager VRE Deployments and Undeployments
|
||||
This component is a Liferay 6.2.6 CE Porlet which is used by F.A.O. of the United Nations to update Vulnerable Marine Ecosystem (VME) Reports, see more: https://www.fao.org/in-action/vulnerable-marine-ecosystems/en/
|
||||
## Structure of the project
|
||||
|
||||
* The source code is present in the src folder.
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -13,10 +13,10 @@
|
|||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>vmereports-manager-portlet</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>6.3.0-SNAPSHOT</version>
|
||||
<name>gCube Reports Manager</name>
|
||||
<version>6.3.0</version>
|
||||
<name>VME Reports Manager portlet</name>
|
||||
<description>
|
||||
gCube Reports Portlet.
|
||||
A portlet used by F.A.O. of the United Nations to update Vulnerable Marine Ecosystem Reports, see more: https://www.fao.org/in-action/vulnerable-marine-ecosystems/en/
|
||||
</description>
|
||||
<scm>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
|
||||
|
@ -39,7 +39,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>
|
||||
|
|
Reference in New Issue