From 33a0d423e3a46129c07f52741b834ab665d1b065 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Thu, 30 Nov 2023 14:56:17 +0100 Subject: [PATCH] Release 1.2.9 --- 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 9387fdb15..c811513fa 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.9] - 2023-11-30 + ### Fixed - Fix bug in `Attachable` @@ -695,7 +697,8 @@ Switch to Apache2 license - for dependency upgrades --> -[Unreleased]: https://github.com/hal/elemento/compare/v1.2.8...HEAD +[Unreleased]: https://github.com/hal/elemento/compare/v1.2.9...HEAD +[1.2.9]: https://github.com/hal/elemento/compare/v1.2.8...v1.2.9 [1.2.8]: https://github.com/hal/elemento/compare/v1.2.7...v1.2.8 [1.2.7]: https://github.com/hal/elemento/compare/v1.2.6...v1.2.7 [1.2.6]: https://github.com/hal/elemento/compare/v1.2.5...v1.2.6 diff --git a/README.md b/README.md index 38585405e..3f91ce5a3 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.8 + 1.2.9 ``` @@ -321,7 +321,7 @@ To create SVG elements, add the following dependency to your POM: org.jboss.elemento elemento-svg - 1.2.8 + 1.2.9 ``` @@ -343,7 +343,7 @@ To create MathML elements, add the following dependency to your POM: org.jboss.elemento elemento-mathml - 1.2.8 + 1.2.9 ``` diff --git a/bom/pom.xml b/bom/pom.xml index a336ca5d4..8c8f87853 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.2.9-SNAPSHOT + 1.2.9 ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index 644c3d093..e97175436 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.elemento elemento-parent - 1.2.9-SNAPSHOT + 1.2.9 ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index 1d5c6284b..c3af3d433 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.2.9-SNAPSHOT + 1.2.9 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 8cf3b257d..2376bbff0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.9-SNAPSHOT + 1.2.9 ../code-parent/pom.xml elemento-core - 1.2.9-SNAPSHOT + 1.2.9 jar Elemento Core Elemento Core API diff --git a/mathml/pom.xml b/mathml/pom.xml index 5f473bad4..273737a71 100644 --- a/mathml/pom.xml +++ b/mathml/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.9-SNAPSHOT + 1.2.9 ../code-parent/pom.xml elemento-mathml - 1.2.9-SNAPSHOT + 1.2.9 jar Elemento MathML Elemento MathML API diff --git a/pom.xml b/pom.xml index 311d27865..13bf4c2b0 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-parent - 1.2.9-SNAPSHOT + 1.2.9 pom Elemento Parent Builder API and other goodies for GWT Elemental diff --git a/svg/pom.xml b/svg/pom.xml index a8b8b236b..497dab9c7 100644 --- a/svg/pom.xml +++ b/svg/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.9-SNAPSHOT + 1.2.9 ../code-parent/pom.xml elemento-svg - 1.2.9-SNAPSHOT + 1.2.9 jar Elemento SVG Elemento SVG API