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).
|
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
|
- Removed HomeLibrary
|
||||||
|
- Updated GWT version to latest
|
||||||
|
|
||||||
## [v2.3.0] - 2021-02-02
|
## [v2.3.0] - 2021-02-02
|
||||||
|
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -14,7 +14,7 @@
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>user-statistics</artifactId>
|
<artifactId>user-statistics</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>2.3.1-SNAPSHOT</version>
|
<version>2.3.1</version>
|
||||||
<name>User statistics portlet</name>
|
<name>User statistics portlet</name>
|
||||||
<description>
|
<description>
|
||||||
User statistics portlet shows main user's statistics.
|
User statistics portlet shows main user's statistics.
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Convenience property to set the GWT version -->
|
<!-- Convenience property to set the GWT version -->
|
||||||
<gwtVersion>2.8.2</gwtVersion>
|
<gwtVersion>2.9.0</gwtVersion>
|
||||||
<liferay.version>6.2.5</liferay.version>
|
<liferay.version>6.2.5</liferay.version>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>maven-portal-bom</artifactId>
|
<artifactId>maven-portal-bom</artifactId>
|
||||||
<version>3.6.0</version>
|
<version>3.6.3</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue