From 3d51706f086bc27aa5320450215d5a773c330d3a Mon Sep 17 00:00:00 2001 From: TheSnoozer <6849390+TheSnoozer@users.noreply.github.com> Date: Fri, 3 Apr 2026 10:39:27 +0200 Subject: [PATCH] https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/913: Require Maven 3.9.0 [Maven 3.6.3 is EOL] --- .github/workflows/default-tests.yml | 2 +- README.md | 2 +- docs/old-versions.md | 1 + pom.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/default-tests.yml b/.github/workflows/default-tests.yml index 82b4f440..83c1624a 100644 --- a/.github/workflows/default-tests.yml +++ b/.github/workflows/default-tests.yml @@ -59,7 +59,7 @@ jobs: strategy: matrix: java_version: ['11'] - maven_version: ['3.6.3', '3.8.8', '3.9.9', '4.0.0-alpha-13', '4.0.0-beta-5', '4.0.0-rc-2'] + maven_version: ['3.9.0', '3.9.9', '4.0.0-alpha-13', '4.0.0-beta-5', '4.0.0-rc-5'] steps: - uses: actions/checkout@v6 diff --git a/README.md b/README.md index 9b6872f9..4aff4aef 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The plugin is **available from [Maven Central](https://central.sonatype.com/arti ## Minimum Requirements * Java 11 -* Maven 3.6.3 +* Maven 3.9.0 ## Documentation * [Use Cases](docs/use-cases.md) diff --git a/docs/old-versions.md b/docs/old-versions.md index 8fa35859..0b4bcb38 100644 --- a/docs/old-versions.md +++ b/docs/old-versions.md @@ -37,6 +37,7 @@ Even though this plugin tries to be compatible with every Maven version there ar | 7.X.X | Maven 3.2.5 | | 8.X.X | Maven 3.2.5 | | 9.X.X | Maven 3.6.3 | +| 10.X.X | Maven 3.9.0 | Flipping the table to maven: Please note that in theory maven 4.X should support all maven 3 plugins. diff --git a/pom.xml b/pom.xml index 85d021bf..f02cc016 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ - [3.6.3,) + [3.9.0,)