From 1839edb6418b2a8fdb77cb456fdf6500bb87cd60 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Mon, 6 May 2024 08:04:44 +0200 Subject: [PATCH] Release 1.5.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 ++-- 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 ++-- 22 files changed, 42 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db20d1859..1847309fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.5.0] - 2024-05-06 + ### Added - Add support for routes with parameters: `/contacts/:contactId` @@ -890,7 +892,8 @@ Switch to Apache2 license - for dependency upgrades --> -[Unreleased]: https://github.com/hal/elemento/compare/v1.4.12...HEAD +[Unreleased]: https://github.com/hal/elemento/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/hal/elemento/compare/v1.4.12...v1.5.0 [1.4.12]: https://github.com/hal/elemento/compare/v1.4.11...v1.4.12 [1.4.11]: https://github.com/hal/elemento/compare/v1.4.10...v1.4.11 [1.4.10]: https://github.com/hal/elemento/compare/v1.4.9...v1.4.10 diff --git a/README.md b/README.md index e29084f80..6dfc86a7e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Elemento is available in [Maven Central](https://search.maven.org/search?q=g:org org.jboss.elemento elemento-bom - 1.4.12 + 1.5.0 pom import @@ -352,7 +352,7 @@ To create SVG elements, add the following dependency to your POM: org.jboss.elemento elemento-svg - 1.4.12 + 1.5.0 ``` @@ -374,7 +374,7 @@ To create MathML elements, add the following dependency to your POM: org.jboss.elemento elemento-mathml - 1.4.12 + 1.5.0 ``` diff --git a/bom/pom.xml b/bom/pom.xml index f332a7f3a..ccbc6f190 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.4.13-SNAPSHOT + 1.5.0 ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index 7a3acf2b0..eca8fc491 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.elemento elemento-parent - 1.4.13-SNAPSHOT + 1.5.0 ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index 9ab5141e5..60d19dc3f 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.4.13-SNAPSHOT + 1.5.0 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 6144b2eb5..9597353ba 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.4.13-SNAPSHOT + 1.5.0 ../code-parent/pom.xml elemento-core - 1.4.13-SNAPSHOT + 1.5.0 gwt-lib Elemento Core Elemento Core API diff --git a/flow/pom.xml b/flow/pom.xml index 5c40874ed..325d021e9 100644 --- a/flow/pom.xml +++ b/flow/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.4.13-SNAPSHOT + 1.5.0 ../code-parent/pom.xml elemento-flow - 1.4.13-SNAPSHOT + 1.5.0 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 fac64df74..9ba7972e0 100644 --- a/logger/pom.xml +++ b/logger/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.4.13-SNAPSHOT + 1.5.0 ../code-parent/pom.xml elemento-logger - 1.4.13-SNAPSHOT + 1.5.0 gwt-lib Elemento Logger Elemento Logger API diff --git a/mathml/pom.xml b/mathml/pom.xml index c6aba9340..719ef57c4 100644 --- a/mathml/pom.xml +++ b/mathml/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.4.13-SNAPSHOT + 1.5.0 ../code-parent/pom.xml elemento-mathml - 1.4.13-SNAPSHOT + 1.5.0 gwt-lib Elemento MathML Elemento MathML API diff --git a/pom.xml b/pom.xml index 2f1a7d402..3bf1c4687 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-parent - 1.4.13-SNAPSHOT + 1.5.0 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 496089693..6f70f43ed 100644 --- a/router-processor-cdi/pom.xml +++ b/router-processor-cdi/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.4.13-SNAPSHOT + 1.5.0 ../code-parent/pom.xml elemento-router-processor-cdi - 1.4.13-SNAPSHOT + 1.5.0 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 088271c8b..cce09961a 100644 --- a/router-processor-common/pom.xml +++ b/router-processor-common/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.4.13-SNAPSHOT + 1.5.0 ../code-parent/pom.xml elemento-router-processor-common - 1.4.13-SNAPSHOT + 1.5.0 jar Elemento Router Processor Common Elemento router annotation processor common classes diff --git a/router-processor/pom.xml b/router-processor/pom.xml index db9f9b2d4..654bcf842 100644 --- a/router-processor/pom.xml +++ b/router-processor/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.4.13-SNAPSHOT + 1.5.0 ../code-parent/pom.xml elemento-router-processor - 1.4.13-SNAPSHOT + 1.5.0 jar Elemento Router Processor Elemento router annotation processor diff --git a/router/pom.xml b/router/pom.xml index cc3054791..af98f8de0 100644 --- a/router/pom.xml +++ b/router/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.4.13-SNAPSHOT + 1.5.0 ../code-parent/pom.xml elemento-router - 1.4.13-SNAPSHOT + 1.5.0 gwt-lib Elemento Router Elemento router and place manager diff --git a/samples/dist/pom.xml b/samples/dist/pom.xml index 2041848bc..404fc52bf 100644 --- a/samples/dist/pom.xml +++ b/samples/dist/pom.xml @@ -22,12 +22,12 @@ org.jboss.elemento elemento-samples - 1.4.13-SNAPSHOT + 1.5.0 ../pom.xml elemento-samples-dist - 1.4.13-SNAPSHOT + 1.5.0 jar Elemento Samples Distribution diff --git a/samples/flow/pom.xml b/samples/flow/pom.xml index 4e6fb8e12..8dc289d37 100644 --- a/samples/flow/pom.xml +++ b/samples/flow/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-samples - 1.4.13-SNAPSHOT + 1.5.0 ../pom.xml elemento-flow-sample - 1.4.13-SNAPSHOT + 1.5.0 gwt-app Elemento Flow Sample diff --git a/samples/pom.xml b/samples/pom.xml index 88950cd6c..a44513738 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -23,12 +23,12 @@ org.jboss.elemento elemento-code-parent - 1.4.13-SNAPSHOT + 1.5.0 ../code-parent/pom.xml elemento-samples - 1.4.13-SNAPSHOT + 1.5.0 pom Elemento Samples diff --git a/samples/todo/common/pom.xml b/samples/todo/common/pom.xml index 291008a1f..4643e0c86 100644 --- a/samples/todo/common/pom.xml +++ b/samples/todo/common/pom.xml @@ -24,7 +24,7 @@ org.jboss.elemento elemento-todo-sample - 1.4.13-SNAPSHOT + 1.5.0 ../pom.xml diff --git a/samples/todo/gwt/pom.xml b/samples/todo/gwt/pom.xml index 598357c76..7181da314 100644 --- a/samples/todo/gwt/pom.xml +++ b/samples/todo/gwt/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-todo-sample - 1.4.13-SNAPSHOT + 1.5.0 ../pom.xml elemento-todo-sample-gwt - 1.4.13-SNAPSHOT + 1.5.0 gwt-app Elemento Todo Sample GWT diff --git a/samples/todo/j2cl/pom.xml b/samples/todo/j2cl/pom.xml index d251e4212..46584f405 100644 --- a/samples/todo/j2cl/pom.xml +++ b/samples/todo/j2cl/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-todo-sample - 1.4.13-SNAPSHOT + 1.5.0 ../pom.xml elemento-todo-sample-j2cl - 1.4.13-SNAPSHOT + 1.5.0 jar Elemento Todo Sample J2CL diff --git a/samples/todo/pom.xml b/samples/todo/pom.xml index 77a2296e5..4e1bcd279 100644 --- a/samples/todo/pom.xml +++ b/samples/todo/pom.xml @@ -23,12 +23,12 @@ org.jboss.elemento elemento-samples - 1.4.13-SNAPSHOT + 1.5.0 ../pom.xml elemento-todo-sample - 1.4.13-SNAPSHOT + 1.5.0 pom Elemento Todo Sample diff --git a/svg/pom.xml b/svg/pom.xml index ecbb70156..5ad6affe2 100644 --- a/svg/pom.xml +++ b/svg/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.4.13-SNAPSHOT + 1.5.0 ../code-parent/pom.xml elemento-svg - 1.4.13-SNAPSHOT + 1.5.0 gwt-lib Elemento SVG Elemento SVG API