From 8b637f62dd8798a78782578eaf9625de65b72414 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Mon, 11 Sep 2023 12:51:40 +0200 Subject: [PATCH] Release 1.2.0 --- 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 1b5c3143b..4fe7075bc 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.0] - 2023-09-11 + ### Added - Split Elemento into three modules: @@ -603,7 +605,8 @@ Switch to Apache2 license - for dependency upgrades --> -[Unreleased]: https://github.com/hal/elemento/compare/v1.1.4...HEAD +[Unreleased]: https://github.com/hal/elemento/compare/v1.2.0...HEAD +[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 [1.1.2]: https://github.com/hal/elemento/compare/v1.1.1...v1.1.2 diff --git a/README.md b/README.md index dcd27a298..acc99d717 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.1.4 + 1.2.0 ``` @@ -321,7 +321,7 @@ To create SVG elements, add the following dependency to your POM: org.jboss.elemento elemento-svg - 1.1.4 + 1.2.0 ``` @@ -343,7 +343,7 @@ To create MathML elements, add the following dependency to your POM: org.jboss.elemento elemento-mathml - 1.1.4 + 1.2.0 ``` diff --git a/bom/pom.xml b/bom/pom.xml index 35e81744b..337c928e9 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index d4a4bb5e4..e83b8f9ed 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.elemento elemento-parent - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index b60e9eaf5..11d812632 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 19e52289d..fa0c1b2d2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.0-SNAPSHOT + 1.2.0 ../code-parent/pom.xml elemento-core - 1.2.0-SNAPSHOT + 1.2.0 jar Elemento Core Elemento Core API diff --git a/mathml/pom.xml b/mathml/pom.xml index a5aba051d..878c1a814 100644 --- a/mathml/pom.xml +++ b/mathml/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.0-SNAPSHOT + 1.2.0 ../code-parent/pom.xml elemento-mathml - 1.2.0-SNAPSHOT + 1.2.0 jar Elemento MathML Elemento MathML API diff --git a/pom.xml b/pom.xml index a8e76d854..ef604d96a 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-parent - 1.2.0-SNAPSHOT + 1.2.0 pom Elemento Parent Builder API and other goodies for GWT Elemental diff --git a/svg/pom.xml b/svg/pom.xml index 175965aab..33519a580 100644 --- a/svg/pom.xml +++ b/svg/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.0-SNAPSHOT + 1.2.0 ../code-parent/pom.xml elemento-svg - 1.2.0-SNAPSHOT + 1.2.0 jar Elemento SVG Elemento SVG API