File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11+ ### Fixed
12+ - versions-maven-plugin doesn't ignore * -rc* release candidates
13+
14+ ### Changed
15+ - Maven plugin upgrades:
16+ - checkstyle 10.22.0 -> 10.23.0
17+
18+
1119## [ 6.1.8] - 2025-04-1
1220
1321### Changed
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ check for new dependency/plugin updates using:
127127 <!-- enables https://github.com/timgifford/maven-buildtime-extension -->
128128 <buildtime .output.log>true</buildtime .output.log>
129129
130- <checkstyle .version>10.22 .0</checkstyle .version>
130+ <checkstyle .version>10.23 .0</checkstyle .version>
131131 <checkstyle .skip>false</checkstyle .skip>
132132 <checkstyle .sevntu-checks.version>1.44.1</checkstyle .sevntu-checks.version>
133133 <checkstyle .violation-severity>warning</checkstyle .violation-severity>
You can’t perform that action at this time.
0 commit comments