Skip to content

Commit

Permalink
Require Maven 3.6.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 21, 2023
1 parent ddefecf commit 6ab3656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-maven: "3.9.4" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.8.8", "3.9.4" ]' # Maven versions matrix for verify builds
ff-maven: "3.9.5" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.8.8", "3.9.5" ]' # Maven versions matrix for verify builds
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
</dependency>

<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-util</artifactId>
<!-- bound version with used Maven -->
<version>1.0.0.v20140518</version>
<version>1.4.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -214,7 +214,7 @@
</dependencies>

<properties>
<mavenVersion>3.2.5</mavenVersion>
<mavenVersion>3.6.3</mavenVersion>
<slf4j.version>1.7.36</slf4j.version>
<project.build.outputTimestamp>2022-07-15T02:43:45Z</project.build.outputTimestamp>
</properties>
Expand Down

0 comments on commit 6ab3656

Please sign in to comment.