Skip to content

Commit f39e263

Browse files
[release] prepare release rexs-api-java-0.11.0
1 parent 3694179 commit f39e263

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- ???
13+
14+
15+
## [0.11.0] - 2024-12-05
16+
17+
### Changed
18+
1219
- JAXB classes are now using element wrappers instead of wrapper classes
1320
- RexsVersion with distinction in schemaVersion and modelVersion
1421
- Validation: Display unknown custom attributes as a warning
1522

16-
1723
## [0.10.0] - 2024-11-05
1824

1925
### Added

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.github.fva-net</groupId>
2525
<artifactId>rexs-api-java-project</artifactId>
26-
<version>0.11.0-SNAPSHOT</version>
26+
<version>0.11.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.github.fva-net</groupId>
2525
<artifactId>rexs-api-java-project</artifactId>
26-
<version>0.11.0-SNAPSHOT</version>
26+
<version>0.11.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

pom.xml

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

2323
<groupId>io.github.fva-net</groupId>
2424
<artifactId>rexs-api-java-project</artifactId>
25-
<version>0.11.0-SNAPSHOT</version>
25+
<version>0.11.0</version>
2626
<packaging>pom</packaging>
2727

2828
<name>REXS-API-Java :: Project</name>

0 commit comments

Comments
 (0)