Ported to git and GWT 2.8.2

This commit is contained in:
Massimiliano Assante 2022-07-12 19:16:17 +02:00
parent d6bdf2ae93
commit fa41aaab28
2 changed files with 3 additions and 5 deletions

View File

@ -4,9 +4,9 @@
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).
## [v1.6.2-SNAPSHOT] - 2022-07-12
## [v1.6.2] - 2022-07-12
- Ported to git
- Ported to git and GWT 2.8.2
## [v1.5.0] - 2017-11-29"

View File

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>invite-friends-widget</artifactId>
<packaging>jar</packaging>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<name>gCube Invites widget</name>
<description>
gCube Invites widget Widget is a GWT Widget that can be used to automatically send invites to VRE users
@ -29,8 +29,6 @@
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.8.2</gwtVersion>
<distroDirectory>distro</distroDirectory>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<liferay.version>6.2.5</liferay.version>