#24053 Fixing issue, see CHANGELOG for details

This commit is contained in:
Francesco Mangiacrapa 2022-10-28 15:25:44 +02:00
parent 3373bacfde
commit 5c1d348aac
2 changed files with 12 additions and 5 deletions

View File

@ -4,6 +4,13 @@
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).
## [v1.2.0-SNAPSHOT] - 2022-10-28
- [#24053] Fixing issue
- Moved to maven-portal-bom 3.6.4
- Moved to gwtquery 1.5-beta1
- Moved to gwt.version 2.8.2
## [v1.1.0] - 2020-03-21
Ported to git

10
pom.xml
View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>switch-button-widget</artifactId>
<packaging>jar</packaging>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
<name>gCube Switch Button Widget</name>
<description>
gCube Switch Button Widget is a GWT Widget that can be used as a Checbox with a iOS sliding effect.
@ -24,9 +24,9 @@
</scm>
<properties>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.7.0</gwtVersion>
<gwtVersion>2.8.2</gwtVersion>
<distroDirectory>distro</distroDirectory>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@ -36,7 +36,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version>
<version>3.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -66,7 +66,7 @@
<dependency>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery</artifactId>
<version>1.4.3</version>
<version>1.5-beta1</version>
</dependency>
</dependencies>
<build>