From e9c6e1dffa18be718ef174dcbc3dc640e4a525ac Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Thu, 5 Oct 2023 10:00:39 +0200 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 5 ++++- README.md | 6 +++--- bom/pom.xml | 2 +- build-config/pom.xml | 2 +- code-parent/pom.xml | 2 +- core/pom.xml | 4 ++-- mathml/pom.xml | 4 ++-- pom.xml | 2 +- svg/pom.xml | 4 ++-- 9 files changed, 17 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc18b2b0c..4ce4b8a5b 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.2.1] - 2023-10-05 + ### Added - `HasInputElement.value()`: Method to set the value on input elements @@ -613,7 +615,8 @@ Switch to Apache2 license - for dependency upgrades --> -[Unreleased]: https://github.com/hal/elemento/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/hal/elemento/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/hal/elemento/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/hal/elemento/compare/v1.1.4...v1.2.0 [1.1.4]: https://github.com/hal/elemento/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/hal/elemento/compare/v1.1.2...v1.1.3 diff --git a/README.md b/README.md index 060f91722..b1bee206b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Elemento is available in [Maven Central](https://search.maven.org/search?q=g:org org.jboss.elemento elemento-core - 1.2.0 + 1.2.1 ``` @@ -321,7 +321,7 @@ To create SVG elements, add the following dependency to your POM: org.jboss.elemento elemento-svg - 1.2.0 + 1.2.1 ``` @@ -343,7 +343,7 @@ To create MathML elements, add the following dependency to your POM: org.jboss.elemento elemento-mathml - 1.2.0 + 1.2.1 ``` diff --git a/bom/pom.xml b/bom/pom.xml index 2dcf696a0..d6d52d975 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.2.1-SNAPSHOT + 1.2.1 ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index db2d8c5e0..67b2a2bcd 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.elemento elemento-parent - 1.2.1-SNAPSHOT + 1.2.1 ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index 2469ce039..0f658b8a0 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.2.1-SNAPSHOT + 1.2.1 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index b2eea3412..c9adda738 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.1-SNAPSHOT + 1.2.1 ../code-parent/pom.xml elemento-core - 1.2.1-SNAPSHOT + 1.2.1 jar Elemento Core Elemento Core API diff --git a/mathml/pom.xml b/mathml/pom.xml index 62fb395ce..f7a5c9dcb 100644 --- a/mathml/pom.xml +++ b/mathml/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.1-SNAPSHOT + 1.2.1 ../code-parent/pom.xml elemento-mathml - 1.2.1-SNAPSHOT + 1.2.1 jar Elemento MathML Elemento MathML API diff --git a/pom.xml b/pom.xml index 19df3a1d6..6db2ce11f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-parent - 1.2.1-SNAPSHOT + 1.2.1 pom Elemento Parent Builder API and other goodies for GWT Elemental diff --git a/svg/pom.xml b/svg/pom.xml index 9cb26a747..0dbe7be43 100644 --- a/svg/pom.xml +++ b/svg/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.1-SNAPSHOT + 1.2.1 ../code-parent/pom.xml elemento-svg - 1.2.1-SNAPSHOT + 1.2.1 jar Elemento SVG Elemento SVG API