diff --git a/CHANGELOG.md b/CHANGELOG.md
index f44c7bc23..0d0747410 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [1.4.1] - 2024-03-19
+
### Changed
- Replace Freemarker with JavaPoet
@@ -856,7 +858,8 @@ Switch to Apache2 license
-[Unreleased]: https://github.com/hal/elemento/compare/v1.4.0...HEAD
+[Unreleased]: https://github.com/hal/elemento/compare/v1.4.1...HEAD
+[1.4.1]: https://github.com/hal/elemento/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/hal/elemento/compare/v1.3.3...v1.4.0
[1.3.3]: https://github.com/hal/elemento/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/hal/elemento/compare/v1.3.1...v1.3.2
diff --git a/README.md b/README.md
index b4130f89b..3e4092cab 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Elemento is available in [Maven Central](https://search.maven.org/search?q=g:org
org.jboss.elemento
elemento-core
- 1.4.0
+ 1.4.1
```
@@ -325,7 +325,7 @@ To create SVG elements, add the following dependency to your POM:
org.jboss.elemento
elemento-svg
- 1.4.0
+ 1.4.1
```
@@ -347,7 +347,7 @@ To create MathML elements, add the following dependency to your POM:
org.jboss.elemento
elemento-mathml
- 1.4.0
+ 1.4.1
```
diff --git a/bom/pom.xml b/bom/pom.xml
index 4ff3e5ec2..6d035bb51 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
org.jboss.elemento
elemento-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
../pom.xml
diff --git a/build-config/pom.xml b/build-config/pom.xml
index 090ff4cc3..a7e986f66 100644
--- a/build-config/pom.xml
+++ b/build-config/pom.xml
@@ -22,7 +22,7 @@
org.jboss.elemento
elemento-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
../pom.xml
diff --git a/code-parent/pom.xml b/code-parent/pom.xml
index 05f5101bc..f94dcdf2d 100644
--- a/code-parent/pom.xml
+++ b/code-parent/pom.xml
@@ -23,7 +23,7 @@
org.jboss.elemento
elemento-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
../pom.xml
diff --git a/core/pom.xml b/core/pom.xml
index 36fc26a77..a91eabb7d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
../code-parent/pom.xml
elemento-core
- 1.4.1-SNAPSHOT
+ 1.4.1
jar
Elemento Core
Elemento Core API
diff --git a/flow/pom.xml b/flow/pom.xml
index 2276cb673..0d8dcc35a 100644
--- a/flow/pom.xml
+++ b/flow/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
../code-parent/pom.xml
elemento-flow
- 1.4.1-SNAPSHOT
+ 1.4.1
jar
Elemento Flow
Parallel, sequential, repeated and nested execution of asynchronous tasks using promises.
diff --git a/mathml/pom.xml b/mathml/pom.xml
index d4caf3e08..c28e1e6af 100644
--- a/mathml/pom.xml
+++ b/mathml/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
../code-parent/pom.xml
elemento-mathml
- 1.4.1-SNAPSHOT
+ 1.4.1
jar
Elemento MathML
Elemento MathML API
diff --git a/pom.xml b/pom.xml
index 926350830..dab798006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
org.jboss.elemento
elemento-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
pom
Elemento Parent
Builder API and other goodies for GWT Elemental
diff --git a/router-processor/pom.xml b/router-processor/pom.xml
index e276acafa..331d91804 100644
--- a/router-processor/pom.xml
+++ b/router-processor/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
../code-parent/pom.xml
elemento-router-processor
- 1.4.1-SNAPSHOT
+ 1.4.1
jar
Elemento Router Processor
Elemento router annotation processor
diff --git a/router/pom.xml b/router/pom.xml
index 16ebce0e4..234d97a3d 100644
--- a/router/pom.xml
+++ b/router/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
../code-parent/pom.xml
elemento-router
- 1.4.1-SNAPSHOT
+ 1.4.1
jar
Elemento Router
Elemento router and place manager
diff --git a/samples/dist/pom.xml b/samples/dist/pom.xml
index c36d4d35e..2020695b6 100644
--- a/samples/dist/pom.xml
+++ b/samples/dist/pom.xml
@@ -22,12 +22,12 @@
org.jboss.elemento
elemento-samples
- 1.4.1-SNAPSHOT
+ 1.4.1
../pom.xml
elemento-samples-dist
- 1.4.1-SNAPSHOT
+ 1.4.1
jar
Elemento Samples Distribution
diff --git a/samples/flow/pom.xml b/samples/flow/pom.xml
index f5e62fcb3..6fb4e5663 100644
--- a/samples/flow/pom.xml
+++ b/samples/flow/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-samples
- 1.4.1-SNAPSHOT
+ 1.4.1
../pom.xml
elemento-flow-sample
- 1.4.1-SNAPSHOT
+ 1.4.1
gwt-app
Elemento Flow Sample
diff --git a/samples/pom.xml b/samples/pom.xml
index 6fd316f7f..21cfafc67 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -23,12 +23,12 @@
org.jboss.elemento
elemento-code-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
../code-parent/pom.xml
elemento-samples
- 1.4.1-SNAPSHOT
+ 1.4.1
pom
Elemento Samples
diff --git a/samples/todo/common/pom.xml b/samples/todo/common/pom.xml
index b991e8cec..afcab66d0 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.1-SNAPSHOT
+ 1.4.1
../pom.xml
diff --git a/samples/todo/gwt/pom.xml b/samples/todo/gwt/pom.xml
index 33141f086..dca23d70f 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.1-SNAPSHOT
+ 1.4.1
../pom.xml
elemento-todo-sample-gwt
- 1.4.1-SNAPSHOT
+ 1.4.1
gwt-app
Elemento Todo Sample GWT
diff --git a/samples/todo/j2cl/pom.xml b/samples/todo/j2cl/pom.xml
index 559149b3e..1cfe47b14 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.1-SNAPSHOT
+ 1.4.1
../pom.xml
elemento-todo-sample-j2cl
- 1.4.1-SNAPSHOT
+ 1.4.1
jar
Elemento Todo Sample J2CL
diff --git a/samples/todo/pom.xml b/samples/todo/pom.xml
index ad9947c62..0760a5de7 100644
--- a/samples/todo/pom.xml
+++ b/samples/todo/pom.xml
@@ -23,12 +23,12 @@
org.jboss.elemento
elemento-samples
- 1.4.1-SNAPSHOT
+ 1.4.1
../pom.xml
elemento-todo-sample
- 1.4.1-SNAPSHOT
+ 1.4.1
pom
Elemento Todo Sample
diff --git a/svg/pom.xml b/svg/pom.xml
index 8f8a1a92e..121a0bfac 100644
--- a/svg/pom.xml
+++ b/svg/pom.xml
@@ -24,12 +24,12 @@
org.jboss.elemento
elemento-code-parent
- 1.4.1-SNAPSHOT
+ 1.4.1
../code-parent/pom.xml
elemento-svg
- 1.4.1-SNAPSHOT
+ 1.4.1
jar
Elemento SVG
Elemento SVG API