Skip to content

Commit fbfc066

Browse files
authored
Merge pull request #914 from git-commit-id/maven_3_9_0
#913: Require Maven 3.9.0 [Maven 3.6.3 is EOL]
2 parents fd9a262 + 3d51706 commit fbfc066

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/default-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
java_version: ['11']
62-
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']
62+
maven_version: ['3.9.0', '3.9.9', '4.0.0-alpha-13', '4.0.0-beta-5', '4.0.0-rc-5']
6363

6464
steps:
6565
- uses: actions/checkout@v6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The plugin is **available from [Maven Central](https://central.sonatype.com/arti
3333

3434
## Minimum Requirements
3535
* Java 11
36-
* Maven 3.6.3
36+
* Maven 3.9.0
3737

3838
## Documentation
3939
* [Use Cases](docs/use-cases.md)

docs/old-versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Even though this plugin tries to be compatible with every Maven version there ar
3737
| 7.X.X | Maven 3.2.5 |
3838
| 8.X.X | Maven 3.2.5 |
3939
| 9.X.X | Maven 3.6.3 |
40+
| 10.X.X | Maven 3.9.0 |
4041

4142
Flipping the table to maven:
4243
Please note that in theory maven 4.X should support all maven 3 plugins.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</developers>
2828

2929
<prerequisites>
30-
<maven>[3.6.3,)</maven>
30+
<maven>[3.9.0,)</maven>
3131
</prerequisites>
3232

3333
<licenses>

0 commit comments

Comments
 (0)