Skip to content

Commit e723769

Browse files
authored
Merge pull request #737 from git-commit-id/710
#710: Require Maven 3.6.3 [BREAKING]
2 parents 876bcef + a51101a commit e723769

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.2.5', '3.3.9', '3.5.4', '3.6.3', '3.8.8', '3.9.6', '4.0.0-alpha-12']
62+
maven_version: ['3.6.3', '3.8.8', '3.9.6', '4.0.0-alpha-13']
6363

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</description>
2525

2626
<prerequisites>
27-
<maven>[3.2.5,)</maven>
27+
<maven>[3.6.3,)</maven>
2828
</prerequisites>
2929

3030
<licenses>

0 commit comments

Comments
 (0)