#24038 Moved to GWT 2.9.0

This commit is contained in:
Francesco Mangiacrapa 2022-10-27 11:24:09 +02:00
parent 166c580dd3
commit ec3efd9b36
2 changed files with 9 additions and 3 deletions

View File

@ -4,6 +4,12 @@
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.1.1-SNAPSHOT] - 2022-10-27
**Enhancements**
- [#24038] Moved to GWT 2.9.0
## [v2.1.0] - 2022-06-28
**Enhancements**

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>ckan-metadata-publisher-widget</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
<name>gCube Ckan metadata publisher widget</name>
<description>
@ -28,12 +28,12 @@
<properties>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.7.0</gwtVersion>
<gwtVersion>2.9.0</gwtVersion>
<!-- <webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory> -->
<distroDirectory>distro</distroDirectory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>