ready to release

This commit is contained in:
Massimiliano Assante 2021-11-29 11:08:09 +01:00
parent 1c50a32e1a
commit a10c51a111
4 changed files with 12 additions and 3 deletions

View File

@ -0,0 +1,7 @@
<root>
<facet id="jst.jaxrs">
<node name="libprov">
<attribute name="provider-id" value="jaxrs-no-op-library-provider"/>
</node>
</facet>
</root>

View File

@ -5,4 +5,5 @@
<installed facet="wst.jsdt.web" version="1.0"/>
<installed facet="java" version="1.7"/>
<installed facet="liferay.portlet" version="6.2"/>
<installed facet="jst.jaxrs" version="2.0"/>
</faceted-project>

View File

@ -4,10 +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).
## [v2.3.0-SNAPSHOT] - 2021-10-23
## [v2.3.0] - 2021-10-23
- Ported to git
- Removed home Library dep for sending messages
## [v2.2.0] - 2017-01-22
- Bug fix for Bug #6237, Users added to VRE when loggedin could not enter the VRE unless they logout first

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>register-vre-users</artifactId>
<packaging>war</packaging>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<name>Register VRE Users</name>
<description>
Register VRE Users Portlet allow to select a user from the portal and add her to the VRE.