Skip to content

Commit 78f9721

Browse files
committed
Increase maven requirement to 3.9.14
1 parent 62ee6b7 commit 78f9721

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/modernizer-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
with:
3030
java-distribution: 'temurin'
3131
java-version: 25
32-
maven-version: 3.9.12
32+
maven-version: 3.9.14
3333
cache-enabled: true
3434
checkout-enabled: false
3535

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ With over 2000 plugins in Jenkins, keeping them updated manually is a daunting t
7373
## Getting Started
7474

7575
### Requirements
76-
- Maven version 3.9.12 or later, or mvnd
76+
- Maven version 3.9.14 or later, or mvnd
7777
- Java 25 ([Eclipse Temurin](https://adoptium.net/temurin/releases) recommended)
7878

7979
### Build

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To learn more about the architecture of the tool, see the [ARCHITECTURE](ARCHITE
1010

1111
i. Java 21
1212

13-
ii. Maven 3.9.12
13+
ii. Maven 3.9.14
1414

1515
3) Open the project in your favorite IDE.
1616

plugin-modernizer-core/src/main/java/io/jenkins/tools/pluginmodernizer/core/config/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class Settings {
7373

7474
public static final String ADOPTIUM_GITHUB_API_URL = "https://api.github.com/repos/adoptium";
7575

76-
public static final ComparableVersion MAVEN_MINIMAL_VERSION = new ComparableVersion("3.9.11");
76+
public static final ComparableVersion MAVEN_MINIMAL_VERSION = new ComparableVersion("3.9.14");
7777

7878
public static final String REMEDIATION_PLUGIN_PARENT_VERSION;
7979

0 commit comments

Comments
 (0)