Skip to content

Commit 1a75cf1

Browse files
committed
Bump version to 9.0.1
1 parent e654533 commit 1a75cf1

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [9.0.1](https://github.com/dbmdz/flusswerk/releases/tag/9.0.1) - 2025-12-05
10+
11+
### Added
12+
13+
- Added version of framework to the parent POM
14+
915
## [9.0.0](https://github.com/dbmdz/flusswerk/releases/tag/9.0.0) - 2025-12-01
1016

1117
### Changed

framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.mdz</groupId>
66
<artifactId>flusswerk-parent</artifactId>
7-
<version>9.0.1-SNAPSHOT</version>
7+
<version>9.0.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>dev.mdz</groupId>
55
<artifactId>flusswerk-parent</artifactId>
6-
<version>9.0.1-SNAPSHOT</version>
6+
<version>9.0.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.mdz</groupId>
88
<artifactId>flusswerk-parent</artifactId>
9-
<version>9.0.1-SNAPSHOT</version>
9+
<version>9.0.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Flusswerk (Parent)</name>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>dev.mdz</groupId>
8383
<artifactId>flusswerk</artifactId>
84-
<version>9.0.1-SNAPSHOT</version>
84+
<version>9.0.1</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>net.logstash.logback</groupId>

0 commit comments

Comments
 (0)