diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e17a330d..e2316af03 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.7] - 2023-10-27 + ### Changed - Optimize attach/detach implementation @@ -671,7 +673,8 @@ Switch to Apache2 license - for dependency upgrades --> -[Unreleased]: https://github.com/hal/elemento/compare/v1.2.6...HEAD +[Unreleased]: https://github.com/hal/elemento/compare/v1.2.7...HEAD +[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 [1.2.5]: https://github.com/hal/elemento/compare/v1.2.4...v1.2.5 [1.2.4]: https://github.com/hal/elemento/compare/v1.2.3...v1.2.4 diff --git a/bom/pom.xml b/bom/pom.xml index fa22c4006..ee0f8ac0b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.2.7-SNAPSHOT + 1.2.7 ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index d81d09186..f7a55771f 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.elemento elemento-parent - 1.2.7-SNAPSHOT + 1.2.7 ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index 8ec8e4157..609757850 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.2.7-SNAPSHOT + 1.2.7 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index d3c71a487..c5c5bca82 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.7-SNAPSHOT + 1.2.7 ../code-parent/pom.xml elemento-core - 1.2.7-SNAPSHOT + 1.2.7 jar Elemento Core Elemento Core API diff --git a/mathml/pom.xml b/mathml/pom.xml index 65930eb09..5c5c8808c 100644 --- a/mathml/pom.xml +++ b/mathml/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.7-SNAPSHOT + 1.2.7 ../code-parent/pom.xml elemento-mathml - 1.2.7-SNAPSHOT + 1.2.7 jar Elemento MathML Elemento MathML API diff --git a/pom.xml b/pom.xml index 2fdd67f0e..1bd696601 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-parent - 1.2.7-SNAPSHOT + 1.2.7 pom Elemento Parent Builder API and other goodies for GWT Elemental diff --git a/svg/pom.xml b/svg/pom.xml index 86ff6ebc8..5df73b617 100644 --- a/svg/pom.xml +++ b/svg/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.7-SNAPSHOT + 1.2.7 ../code-parent/pom.xml elemento-svg - 1.2.7-SNAPSHOT + 1.2.7 jar Elemento SVG Elemento SVG API