Skip to content

Commit 5e47b39

Browse files
committed
Release 2.0.3
1 parent 64dca09 commit 5e47b39

27 files changed

Lines changed: 30 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.3] - 2025-07-31
11+
1012
### Changed
1113

1214
- Changed `PlaceManager.notFound(Supplier<Page>)` to `PlaceManager.notFound(Function<Place,Page>)`: The function gets the missing place and returns the page to show in that case.
@@ -1168,7 +1170,8 @@ Switch to Apache2 license
11681170
- for dependency upgrades
11691171
-->
11701172

1171-
[Unreleased]: https://github.com/hal/elemento/compare/v2.0.2...HEAD
1173+
[Unreleased]: https://github.com/hal/elemento/compare/v2.0.3...HEAD
1174+
[2.0.3]: https://github.com/hal/elemento/compare/v2.0.2...v2.0.3
11721175
[2.0.2]: https://github.com/hal/elemento/compare/v2.0.1...v2.0.2
11731176
[2.0.1]: https://github.com/hal/elemento/compare/v2.0.0...v2.0.1
11741177
[2.0.0]: https://github.com/hal/elemento/compare/v1.7.6...v2.0.0

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.3-SNAPSHOT</version>
32+
<version>2.0.3</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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss.elemento</groupId>
2525
<artifactId>elemento-parent</artifactId>
26-
<version>2.0.3-SNAPSHOT</version>
26+
<version>2.0.3</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

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.3-SNAPSHOT</version>
26+
<version>2.0.3</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

core/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-code-parent</artifactId>
26-
<version>2.0.3-SNAPSHOT</version>
26+
<version>2.0.3</version>
2727
<relativePath>../code-parent/pom.xml</relativePath>
2828
</parent>
2929

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ easiest way is to import its BOM
99
<dependency>
1010
<groupId>org.jboss.elemento</groupId>
1111
<artifactId>elemento-bom</artifactId>
12-
<version>2.0.2</version>
12+
<version>2.0.3</version>
1313
<type>pom</type>
1414
<scope>import</scope>
1515
</dependency>

docs/flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add the following dependency to use `elemento-flow`:
6464
<dependency>
6565
<groupId>org.jboss.elemento</groupId>
6666
<artifactId>elemento-flow</artifactId>
67-
<version>2.0.2</version>
67+
<version>2.0.3</version>
6868
</dependency>
6969
```
7070

docs/logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Add the following dependency to use `elemento-logger`:
6868
<dependency>
6969
<groupId>org.jboss.elemento</groupId>
7070
<artifactId>elemento-logger</artifactId>
71-
<version>2.0.2</version>
71+
<version>2.0.3</version>
7272
</dependency>
7373
```
7474

docs/mathml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To create MathML elements, add the following dependency to your POM:
66
<dependency>
77
<groupId>org.jboss.elemento</groupId>
88
<artifactId>elemento-mathml</artifactId>
9-
<version>2.0.2</version>
9+
<version>2.0.3</version>
1010
</dependency>
1111
```
1212

docs/router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Add the following dependency to use `elemento-router`:
132132
<dependency>
133133
<groupId>org.jboss.elemento</groupId>
134134
<artifactId>elemento-router</artifactId>
135-
<version>2.0.2</version>
135+
<version>2.0.3</version>
136136
</dependency>
137137
```
138138

0 commit comments

Comments
 (0)