From 5ac132e0bb166744983e3a0415c90c76bd9be123 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Thu, 18 Jul 2024 11:03:44 +0200 Subject: [PATCH] Release 1.6.3 --- CHANGELOG.md | 6 ++++-- bom/pom.xml | 2 +- build-config/pom.xml | 2 +- code-parent/pom.xml | 2 +- core/pom.xml | 4 ++-- docs/README.md | 2 +- docs/flow.md | 2 +- docs/logger.md | 2 +- docs/mathml.md | 2 +- docs/router.md | 2 +- docs/svg.md | 2 +- 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 ++-- 27 files changed, 45 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df0364fc..4ca3e0208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.6.3] - 2024-07-18 + ### Changed - Make `By.selector()` public @@ -957,8 +959,8 @@ Switch to Apache2 license - for dependency upgrades --> -[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 +[Unreleased]: https://github.com/hal/elemento/compare/v1.6.3...HEAD +[1.6.3]: https://github.com/hal/elemento/compare/v1.6.2...v1.6.3 [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 10a20ce73..024fd4254 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.6.3-SNAPSHOT + 1.6.3 ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index 764360677..8b95078b2 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.elemento elemento-parent - 1.6.3-SNAPSHOT + 1.6.3 ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index 40ed73efa..6474e182f 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.6.3-SNAPSHOT + 1.6.3 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 65c57505e..f86d118b7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.3-SNAPSHOT + 1.6.3 ../code-parent/pom.xml elemento-core - 1.6.3-SNAPSHOT + 1.6.3 gwt-lib Elemento Core Elemento Core API diff --git a/docs/README.md b/docs/README.md index 47925d972..617f983cc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,7 @@ Elemento is available in [Maven Central](https://search.maven.org/search?q=g:org org.jboss.elemento elemento-bom - 1.6.2 + 1.6.3 pom import diff --git a/docs/flow.md b/docs/flow.md index 2d922512f..e55f0c601 100644 --- a/docs/flow.md +++ b/docs/flow.md @@ -60,7 +60,7 @@ Add the following dependency to use `elemento-flow`: org.jboss.elemento elemento-flow - 1.6.2 + 1.6.3 ``` diff --git a/docs/logger.md b/docs/logger.md index 743bf5070..0c42661e8 100644 --- a/docs/logger.md +++ b/docs/logger.md @@ -57,7 +57,7 @@ Add the following dependency to use `elemento-logger`: org.jboss.elemento elemento-logger - 1.6.2 + 1.6.3 ``` diff --git a/docs/mathml.md b/docs/mathml.md index cac20d178..b1abf7745 100644 --- a/docs/mathml.md +++ b/docs/mathml.md @@ -6,7 +6,7 @@ To create MathML elements, add the following dependency to your POM: org.jboss.elemento elemento-mathml - 1.6.2 + 1.6.3 ``` diff --git a/docs/router.md b/docs/router.md index d9212f2d4..b0e019114 100644 --- a/docs/router.md +++ b/docs/router.md @@ -120,7 +120,7 @@ Add the following dependency to use `elemento-router`: org.jboss.elemento elemento-router - 1.6.2 + 1.6.3 ``` diff --git a/docs/svg.md b/docs/svg.md index 81c2ee251..01b57f5c8 100644 --- a/docs/svg.md +++ b/docs/svg.md @@ -6,7 +6,7 @@ To create SVG elements, add the following dependency to your POM: org.jboss.elemento elemento-svg - 1.6.2 + 1.6.3 ``` diff --git a/flow/pom.xml b/flow/pom.xml index 35a96738b..ceace0dcf 100644 --- a/flow/pom.xml +++ b/flow/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.3-SNAPSHOT + 1.6.3 ../code-parent/pom.xml elemento-flow - 1.6.3-SNAPSHOT + 1.6.3 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 8922d7bb4..c2f7af4b8 100644 --- a/logger/pom.xml +++ b/logger/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.3-SNAPSHOT + 1.6.3 ../code-parent/pom.xml elemento-logger - 1.6.3-SNAPSHOT + 1.6.3 gwt-lib Elemento Logger Elemento Logger API diff --git a/mathml/pom.xml b/mathml/pom.xml index dcdf5dd80..6338eeb00 100644 --- a/mathml/pom.xml +++ b/mathml/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.3-SNAPSHOT + 1.6.3 ../code-parent/pom.xml elemento-mathml - 1.6.3-SNAPSHOT + 1.6.3 gwt-lib Elemento MathML Elemento MathML API diff --git a/pom.xml b/pom.xml index b33584e32..8f761e35b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-parent - 1.6.3-SNAPSHOT + 1.6.3 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 939b707a9..2fb4bd0bb 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.3-SNAPSHOT + 1.6.3 ../code-parent/pom.xml elemento-router-processor-cdi - 1.6.3-SNAPSHOT + 1.6.3 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 02916c34e..dbc011275 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.3-SNAPSHOT + 1.6.3 ../code-parent/pom.xml elemento-router-processor-common - 1.6.3-SNAPSHOT + 1.6.3 jar Elemento Router Processor Common Elemento router annotation processor common classes diff --git a/router-processor/pom.xml b/router-processor/pom.xml index 9f0a8153a..f5e2af7a4 100644 --- a/router-processor/pom.xml +++ b/router-processor/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.3-SNAPSHOT + 1.6.3 ../code-parent/pom.xml elemento-router-processor - 1.6.3-SNAPSHOT + 1.6.3 jar Elemento Router Processor Elemento router annotation processor diff --git a/router/pom.xml b/router/pom.xml index 12b581497..7960f344c 100644 --- a/router/pom.xml +++ b/router/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.3-SNAPSHOT + 1.6.3 ../code-parent/pom.xml elemento-router - 1.6.3-SNAPSHOT + 1.6.3 gwt-lib Elemento Router Elemento router and place manager diff --git a/samples/dist/pom.xml b/samples/dist/pom.xml index 4e89c0be7..dc04e79d6 100644 --- a/samples/dist/pom.xml +++ b/samples/dist/pom.xml @@ -22,12 +22,12 @@ org.jboss.elemento elemento-samples - 1.6.3-SNAPSHOT + 1.6.3 ../pom.xml elemento-samples-dist - 1.6.3-SNAPSHOT + 1.6.3 jar Elemento Samples Distribution diff --git a/samples/flow/pom.xml b/samples/flow/pom.xml index 23618473a..808cba6f4 100644 --- a/samples/flow/pom.xml +++ b/samples/flow/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-samples - 1.6.3-SNAPSHOT + 1.6.3 ../pom.xml elemento-flow-sample - 1.6.3-SNAPSHOT + 1.6.3 gwt-app Elemento Flow Sample diff --git a/samples/pom.xml b/samples/pom.xml index d8bc91b5e..ce047408a 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -23,12 +23,12 @@ org.jboss.elemento elemento-code-parent - 1.6.3-SNAPSHOT + 1.6.3 ../code-parent/pom.xml elemento-samples - 1.6.3-SNAPSHOT + 1.6.3 pom Elemento Samples diff --git a/samples/todo/common/pom.xml b/samples/todo/common/pom.xml index acc106b71..8e4327df5 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.3-SNAPSHOT + 1.6.3 ../pom.xml diff --git a/samples/todo/gwt/pom.xml b/samples/todo/gwt/pom.xml index bb47d48d0..3c143cd0f 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.3-SNAPSHOT + 1.6.3 ../pom.xml elemento-todo-sample-gwt - 1.6.3-SNAPSHOT + 1.6.3 gwt-app Elemento Todo Sample GWT diff --git a/samples/todo/j2cl/pom.xml b/samples/todo/j2cl/pom.xml index 471dc02c2..c7eb55e2c 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.3-SNAPSHOT + 1.6.3 ../pom.xml elemento-todo-sample-j2cl - 1.6.3-SNAPSHOT + 1.6.3 jar Elemento Todo Sample J2CL diff --git a/samples/todo/pom.xml b/samples/todo/pom.xml index 24478a132..587eaa78f 100644 --- a/samples/todo/pom.xml +++ b/samples/todo/pom.xml @@ -23,12 +23,12 @@ org.jboss.elemento elemento-samples - 1.6.3-SNAPSHOT + 1.6.3 ../pom.xml elemento-todo-sample - 1.6.3-SNAPSHOT + 1.6.3 pom Elemento Todo Sample diff --git a/svg/pom.xml b/svg/pom.xml index f6c18ca58..6f78d6a1d 100644 --- a/svg/pom.xml +++ b/svg/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.6.3-SNAPSHOT + 1.6.3 ../code-parent/pom.xml elemento-svg - 1.6.3-SNAPSHOT + 1.6.3 gwt-lib Elemento SVG Elemento SVG API