- Removed HomeLibrary

- Updated GWT version to latest
master r5.6.0
Massimiliano Assante 2 years ago
parent 10dd295fae
commit 3b827f3004

@ -5,9 +5,10 @@ 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.1-SNAPSHOT] - 2021-10-28
## [v2.3.1] - 2021-10-28
- Removed HomeLibrary
- Updated GWT version to latest
## [v2.3.0] - 2021-02-02

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>user-statistics</artifactId>
<packaging>war</packaging>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<name>User statistics portlet</name>
<description>
User statistics portlet shows main user's statistics.
@ -28,7 +28,7 @@
<properties>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.8.2</gwtVersion>
<gwtVersion>2.9.0</gwtVersion>
<liferay.version>6.2.5</liferay.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
@ -49,7 +49,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save