ready to release

This commit is contained in:
Massimiliano Assante 2022-09-22 14:26:54 +02:00
parent 47c6066f82
commit 059029453e
3 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" output="target/vre-members-2.4.0-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/vre-members-2.4.0/WEB-INF/classes" path="src/main/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry excluding="**" kind="src" output="target/vre-members-2.4.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources"> <classpathentry excluding="**" kind="src" output="target/vre-members-2.4.0/WEB-INF/classes" path="src/main/resources">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
@ -41,5 +41,5 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/vre-members-2.4.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/vre-members-2.4.0/WEB-INF/classes"/>
</classpath> </classpath>

View File

@ -4,7 +4,7 @@
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).
## [v2.4.0-SNAPSHOT] - 2022-09-22 ## [v2.4.0] - 2022-09-22
- Ported to GWT 2.10.0 and Java 11 - Ported to GWT 2.10.0 and Java 11
- Ported to Git - Ported to Git

View File

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>vre-members</artifactId> <artifactId>vre-members</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
<name>gCube VRE Members Portlet</name> <name>gCube VRE Members Portlet</name>
<description> <description>
VRE Members Portlet displays the members of the current VRE VRE Members Portlet displays the members of the current VRE