- Moved to OpenJDK11

- Moved to GWT 2.9.0
This commit is contained in:
Massimiliano Assante 2022-09-22 17:12:32 +02:00
parent caa2570450
commit cdb2e85967
2 changed files with 10 additions and 3 deletions

View File

@ -4,9 +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.5.3-SNAPSHOT] -2 022-09-22
## [v2.5.3-SNAPSHOT] - 2022-09-22
- Fix Bug #23898: open with email addresse preset is not working anymore
- Moved to OpenJDK11
- Moved to GWT 2.9.0
## [v2.5.2] - 2022-06-16

View File

@ -25,8 +25,7 @@
<properties>
<!-- Convenience property to set the GWT version -->
<gwt.version>2.8.2</gwt.version>
<distroDirectory>distro</distroDirectory>
<gwt.version>2.9.0</gwt.version>
<gwt-material.version>2.0.1</gwt-material.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@ -99,6 +98,12 @@
<artifactId>xercesImpl</artifactId>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-explorer</artifactId>