moved to GWT 2.10.0

This commit is contained in:
Francesco Mangiacrapa 2023-07-25 15:40:27 +02:00
parent 6776c075ec
commit a0d5bd0825
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v1.1.3-SNAPSHOT] - 2023-07-25
- Fixing `null` issue, recompiling this component [#25275]
- Moved to GWT 2.10.0
## [v1.1.2] - 2022-10-27

View File

@ -30,7 +30,7 @@
<properties>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.9.0</gwtVersion>
<gwtVersion>2.10.0</gwtVersion>
<!-- GWT needs at least java 1.6 -->
<maven.compiler.source>1.8</maven.compiler.source>