diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dae402..1e4a283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pom.xml b/pom.xml index 3466271..06a4ad0 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.portlets.widgets switch-button-widget jar - 1.1.0 + 1.2.0-SNAPSHOT gCube Switch Button Widget gCube Switch Button Widget is a GWT Widget that can be used as a Checbox with a iOS sliding effect. @@ -24,9 +24,9 @@ - 2.7.0 + 2.8.2 distro - 1.7 + 1.8 1.8 UTF-8 UTF-8 @@ -36,7 +36,7 @@ org.gcube.distribution maven-portal-bom - 3.6.0 + 3.6.4 pom import @@ -66,7 +66,7 @@ com.googlecode.gwtquery gwtquery - 1.4.3 + 1.5-beta1