Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Mar 19, 2024
1 parent 3aea263 commit dd05534
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 33 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Elemento is available in [Maven Central](https://search.maven.org/search?q=g:org
<dependency>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-core</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down Expand Up @@ -325,7 +325,7 @@ To create SVG elements, add the following dependency to your POM:
<dependency>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-svg</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand All @@ -347,7 +347,7 @@ To create MathML elements, add the following dependency to your POM:
<dependency>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-mathml</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-code-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

<artifactId>elemento-core</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<name>Elemento Core</name>
<description>Elemento Core API</description>
Expand Down
4 changes: 2 additions & 2 deletions flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-code-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

<artifactId>elemento-flow</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<name>Elemento Flow</name>
<description>Parallel, sequential, repeated and nested execution of asynchronous tasks using promises.</description>
Expand Down
4 changes: 2 additions & 2 deletions mathml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-code-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

<artifactId>elemento-mathml</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<name>Elemento MathML</name>
<description>Elemento MathML API</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>pom</packaging>
<name>Elemento Parent</name>
<description>Builder API and other goodies for GWT Elemental</description>
Expand Down
4 changes: 2 additions & 2 deletions router-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-code-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

<artifactId>elemento-router-processor</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<name>Elemento Router Processor</name>
<description>Elemento router annotation processor</description>
Expand Down
4 changes: 2 additions & 2 deletions router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-code-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

<artifactId>elemento-router</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<name>Elemento Router</name>
<description>Elemento router and place manager</description>
Expand Down
4 changes: 2 additions & 2 deletions samples/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-samples</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>elemento-samples-dist</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<name>Elemento Samples Distribution</name>

Expand Down
4 changes: 2 additions & 2 deletions samples/flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-samples</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>elemento-flow-sample</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>gwt-app</packaging>
<name>Elemento Flow Sample</name>

Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-code-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

<artifactId>elemento-samples</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>pom</packaging>
<name>Elemento Samples</name>

Expand Down
2 changes: 1 addition & 1 deletion samples/todo/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-todo-sample</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions samples/todo/gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-todo-sample</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>elemento-todo-sample-gwt</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>gwt-app</packaging>
<name>Elemento Todo Sample GWT</name>

Expand Down
4 changes: 2 additions & 2 deletions samples/todo/j2cl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-todo-sample</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>elemento-todo-sample-j2cl</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<name>Elemento Todo Sample J2CL</name>

Expand Down
4 changes: 2 additions & 2 deletions samples/todo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-samples</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>elemento-todo-sample</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>pom</packaging>
<name>Elemento Todo Sample</name>

Expand Down
4 changes: 2 additions & 2 deletions svg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-code-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

<artifactId>elemento-svg</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<name>Elemento SVG</name>
<description>Elemento SVG API</description>
Expand Down

0 comments on commit dd05534

Please sign in to comment.