From d1bf665d30f161229ba247b61b0c13d11ed81d1a Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Fri, 25 Aug 2023 20:42:26 +0200 Subject: [PATCH] Release 1.1.3 --- CHANGELOG.md | 5 ++++- README.md | 6 +++--- pom.xml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f085f505..dad5ab2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.1.3] - 2023-08-25 + ### Changed - Refactor builder classes for simple (empty) and container-like HTML and SVG elements @@ -573,7 +575,8 @@ Switch to Apache2 license - for dependency upgrades --> -[Unreleased]: https://github.com/hal/elemento/compare/v1.1.2...HEAD +[Unreleased]: https://github.com/hal/elemento/compare/v1.1.3...HEAD +[1.1.3]: https://github.com/hal/elemento/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/hal/elemento/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/hal/elemento/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/hal/elemento/compare/v1.0.15...v1.1.0 diff --git a/README.md b/README.md index eef9bbe1b..680c32a69 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Elemento is available in [Maven Central](https://search.maven.org/search?q=g:org org.jboss.elemento elemento-core - 1.1.2 + 1.1.3 ``` @@ -318,7 +318,7 @@ To use it replace org.jboss.elemento elemento-core - 1.1.2 + 1.1.3 ``` @@ -328,7 +328,7 @@ with org.jboss.elemento elemento-core - 1.1.2-gwtcom + 1.1.3-gwtcom ``` diff --git a/pom.xml b/pom.xml index a90fbc74a..f02d0986e 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-core - 1.1.3-SNAPSHOT + 1.1.3 jar Elemento Core Builder API and other goodies for GWT Elemental