Skip to content

Commit 44e17b9

Browse files
committed
Release 2.0.0
1 parent 7aa068a commit 44e17b9

21 files changed

Lines changed: 38 additions & 35 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [2.0.0] - 2025-05-27
11+
1012
### Changed
1113

1214
- Improve detection of native JS objects in the logging module
@@ -1144,6 +1146,7 @@ Switch to Apache2 license
11441146
-->
11451147

11461148
[Unreleased]: https://github.com/hal/elemento/compare/v2.0.0...HEAD
1149+
[2.0.0]: https://github.com/hal/elemento/compare/v1.7.6...v2.0.0
11471150
[1.7.6]: https://github.com/hal/elemento/compare/v1.7.5...v1.7.6
11481151
[1.7.5]: https://github.com/hal/elemento/compare/v1.7.4...v1.7.5
11491152
[1.7.4]: https://github.com/hal/elemento/compare/v1.7.3...v1.7.4

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.jboss.elemento</groupId>
3131
<artifactId>elemento-bom</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<packaging>pom</packaging>
3434
<name>Elemento BOM</name>
3535
<description>Bill of materials</description>

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jboss.elemento</groupId>
2424
<artifactId>elemento-parent</artifactId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

code-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss.elemento</groupId>
2525
<artifactId>elemento-parent</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>org.jboss.elemento</groupId>
2626
<artifactId>elemento-code-parent</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>elemento-core</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<packaging>gwt-lib</packaging>
3434
<name>Elemento Core</name>
3535
<description>Elemento Core API</description>

flow/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>org.jboss.elemento</groupId>
2626
<artifactId>elemento-code-parent</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>elemento-flow</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<packaging>gwt-lib</packaging>
3434
<name>Elemento Flow</name>
3535
<description>Parallel, sequential, repeated and nested execution of asynchronous tasks using promises.</description>

logger/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>org.jboss.elemento</groupId>
2626
<artifactId>elemento-code-parent</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>elemento-logger</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<packaging>gwt-lib</packaging>
3434
<name>Elemento Logger</name>
3535
<description>Elemento Logger API</description>

mathml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>org.jboss.elemento</groupId>
2626
<artifactId>elemento-code-parent</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>elemento-mathml</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<packaging>gwt-lib</packaging>
3434
<name>Elemento MathML</name>
3535
<description>Elemento MathML API</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.jboss.elemento</groupId>
3131
<artifactId>elemento-parent</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<packaging>pom</packaging>
3434
<name>Elemento Parent</name>
3535
<description>Elemental builder API and other goodies for GWT and J2CL</description>

router-processor-cdi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>org.jboss.elemento</groupId>
2626
<artifactId>elemento-code-parent</artifactId>
27-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0</version>
2828
<relativePath>../code-parent/pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>elemento-router-processor-cdi</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<packaging>jar</packaging>
3434
<name>Elemento Router Processor CDI</name>
3535
<description>Elemento router annotation processor based on Crysknife CDI implementation</description>

0 commit comments

Comments
 (0)