From 1cea34903795b2d243878af22fa61731f7e9fb10 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Sun, 9 Jun 2024 13:55:13 +0200 Subject: [PATCH] Release 1.6.2 --- CHANGELOG.md | 3 +++ bom/pom.xml | 2 +- build-config/pom.xml | 2 +- code-parent/pom.xml | 2 +- core/pom.xml | 4 ++-- flow/pom.xml | 4 ++-- logger/pom.xml | 4 ++-- mathml/pom.xml | 4 ++-- pom.xml | 2 +- router-processor-cdi/pom.xml | 4 ++-- router-processor-common/pom.xml | 4 ++-- router-processor/pom.xml | 4 ++-- router/pom.xml | 4 ++-- samples/dist/pom.xml | 4 ++-- samples/flow/pom.xml | 4 ++-- samples/pom.xml | 4 ++-- samples/todo/common/pom.xml | 2 +- samples/todo/gwt/pom.xml | 4 ++-- samples/todo/j2cl/pom.xml | 4 ++-- samples/todo/pom.xml | 4 ++-- svg/pom.xml | 4 ++-- 21 files changed, 38 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4449ee58..d52a4fc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.6.2] - 2024-06-09 +## [1.6.2] - 2024-06-09 + ### Added - Add `Page.attach()` @@ -949,6 +951,7 @@ Switch to Apache2 license --> [Unreleased]: https://github.com/hal/elemento/compare/v1.6.2...HEAD +[1.6.2]: https://github.com/hal/elemento/compare/v1.6.2...v1.6.2 [1.6.2]: https://github.com/hal/elemento/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/hal/elemento/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/hal/elemento/compare/v1.5.1...v1.6.0 diff --git a/bom/pom.xml b/bom/pom.xml index a250dd5c4..a20f2f4ac 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.6.2-SNAPSHOT + 1.6.2 ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index 392501509..8977dddba 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.elemento elemento-parent - 1.6.2-SNAPSHOT + 1.6.2 ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index 6810ad06c..3ddfedbcb 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.6.2-SNAPSHOT + 1.6.2 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 3fcfb6717..4d19fb7de 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.2-SNAPSHOT + 1.6.2 ../code-parent/pom.xml elemento-core - 1.6.2-SNAPSHOT + 1.6.2 gwt-lib Elemento Core Elemento Core API diff --git a/flow/pom.xml b/flow/pom.xml index 0b533c1b8..86632b45f 100644 --- a/flow/pom.xml +++ b/flow/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.2-SNAPSHOT + 1.6.2 ../code-parent/pom.xml elemento-flow - 1.6.2-SNAPSHOT + 1.6.2 gwt-lib Elemento Flow Parallel, sequential, repeated and nested execution of asynchronous tasks using promises. diff --git a/logger/pom.xml b/logger/pom.xml index fc2fe595e..2abbe0cb4 100644 --- a/logger/pom.xml +++ b/logger/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.2-SNAPSHOT + 1.6.2 ../code-parent/pom.xml elemento-logger - 1.6.2-SNAPSHOT + 1.6.2 gwt-lib Elemento Logger Elemento Logger API diff --git a/mathml/pom.xml b/mathml/pom.xml index f4cfe984c..3944533a2 100644 --- a/mathml/pom.xml +++ b/mathml/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.2-SNAPSHOT + 1.6.2 ../code-parent/pom.xml elemento-mathml - 1.6.2-SNAPSHOT + 1.6.2 gwt-lib Elemento MathML Elemento MathML API diff --git a/pom.xml b/pom.xml index c4c1c2cc9..479fd48e3 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-parent - 1.6.2-SNAPSHOT + 1.6.2 pom Elemento Parent Elemental builder API and other goodies for GWT and J2CL diff --git a/router-processor-cdi/pom.xml b/router-processor-cdi/pom.xml index b04a3ce34..caf1bedd3 100644 --- a/router-processor-cdi/pom.xml +++ b/router-processor-cdi/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.2-SNAPSHOT + 1.6.2 ../code-parent/pom.xml elemento-router-processor-cdi - 1.6.2-SNAPSHOT + 1.6.2 jar Elemento Router Processor CDI Elemento router annotation processor based on Crysknife CDI implementation diff --git a/router-processor-common/pom.xml b/router-processor-common/pom.xml index 146583d30..6f551aca8 100644 --- a/router-processor-common/pom.xml +++ b/router-processor-common/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.2-SNAPSHOT + 1.6.2 ../code-parent/pom.xml elemento-router-processor-common - 1.6.2-SNAPSHOT + 1.6.2 jar Elemento Router Processor Common Elemento router annotation processor common classes diff --git a/router-processor/pom.xml b/router-processor/pom.xml index a980ce772..ebb32ac56 100644 --- a/router-processor/pom.xml +++ b/router-processor/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.2-SNAPSHOT + 1.6.2 ../code-parent/pom.xml elemento-router-processor - 1.6.2-SNAPSHOT + 1.6.2 jar Elemento Router Processor Elemento router annotation processor diff --git a/router/pom.xml b/router/pom.xml index aa039ab0a..84b6e72a7 100644 --- a/router/pom.xml +++ b/router/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.2-SNAPSHOT + 1.6.2 ../code-parent/pom.xml elemento-router - 1.6.2-SNAPSHOT + 1.6.2 gwt-lib Elemento Router Elemento router and place manager diff --git a/samples/dist/pom.xml b/samples/dist/pom.xml index c9613e91d..6591278ee 100644 --- a/samples/dist/pom.xml +++ b/samples/dist/pom.xml @@ -22,12 +22,12 @@ org.jboss.elemento elemento-samples - 1.6.2-SNAPSHOT + 1.6.2 ../pom.xml elemento-samples-dist - 1.6.2-SNAPSHOT + 1.6.2 jar Elemento Samples Distribution diff --git a/samples/flow/pom.xml b/samples/flow/pom.xml index cc476ee01..2a41103e8 100644 --- a/samples/flow/pom.xml +++ b/samples/flow/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-samples - 1.6.2-SNAPSHOT + 1.6.2 ../pom.xml elemento-flow-sample - 1.6.2-SNAPSHOT + 1.6.2 gwt-app Elemento Flow Sample diff --git a/samples/pom.xml b/samples/pom.xml index 1211f3457..845885022 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -23,12 +23,12 @@ org.jboss.elemento elemento-code-parent - 1.6.2-SNAPSHOT + 1.6.2 ../code-parent/pom.xml elemento-samples - 1.6.2-SNAPSHOT + 1.6.2 pom Elemento Samples diff --git a/samples/todo/common/pom.xml b/samples/todo/common/pom.xml index 2df519010..94be58f82 100644 --- a/samples/todo/common/pom.xml +++ b/samples/todo/common/pom.xml @@ -24,7 +24,7 @@ org.jboss.elemento elemento-todo-sample - 1.6.2-SNAPSHOT + 1.6.2 ../pom.xml diff --git a/samples/todo/gwt/pom.xml b/samples/todo/gwt/pom.xml index c9bb3335a..5016e3540 100644 --- a/samples/todo/gwt/pom.xml +++ b/samples/todo/gwt/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-todo-sample - 1.6.2-SNAPSHOT + 1.6.2 ../pom.xml elemento-todo-sample-gwt - 1.6.2-SNAPSHOT + 1.6.2 gwt-app Elemento Todo Sample GWT diff --git a/samples/todo/j2cl/pom.xml b/samples/todo/j2cl/pom.xml index 338bf099b..7ac497412 100644 --- a/samples/todo/j2cl/pom.xml +++ b/samples/todo/j2cl/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-todo-sample - 1.6.2-SNAPSHOT + 1.6.2 ../pom.xml elemento-todo-sample-j2cl - 1.6.2-SNAPSHOT + 1.6.2 jar Elemento Todo Sample J2CL diff --git a/samples/todo/pom.xml b/samples/todo/pom.xml index 830e46eed..41922bb28 100644 --- a/samples/todo/pom.xml +++ b/samples/todo/pom.xml @@ -23,12 +23,12 @@ org.jboss.elemento elemento-samples - 1.6.2-SNAPSHOT + 1.6.2 ../pom.xml elemento-todo-sample - 1.6.2-SNAPSHOT + 1.6.2 pom Elemento Todo Sample diff --git a/svg/pom.xml b/svg/pom.xml index 3e65fa0c5..46c0b83b3 100644 --- a/svg/pom.xml +++ b/svg/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.2-SNAPSHOT + 1.6.2 ../code-parent/pom.xml elemento-svg - 1.6.2-SNAPSHOT + 1.6.2 gwt-lib Elemento SVG Elemento SVG API