Commit 431bb39
Fix mvnup recommending non-existent maven-enforcer-plugin:3.5.2 (#12155)
The enforcer plugin has no 3.5.2 release (versions go 3.5.0 -> 3.6.0).
The version was confused with maven-surefire-plugin which does have 3.5.2.
Changed the recommended minimum to 3.5.0, which is a real release.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5583525 commit 431bb39
2 files changed
Lines changed: 5 additions & 8 deletions
File tree
- impl/maven-cli/src
- main/java/org/apache/maven/cling/invoker/mvnup/goals
- test/java/org/apache/maven/cling/invoker/mvnup/goals
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 74 | + | |
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
| |||
243 | 240 | | |
244 | 241 | | |
245 | 242 | | |
246 | | - | |
| 243 | + | |
247 | 244 | | |
248 | 245 | | |
249 | 246 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments