File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments