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 Jan 28, 2024
1 parent 53cbf85 commit a3c9628
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:
with:
ff-maven: "3.9.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.9.6" ]' # Maven versions matrix for verify builds
matrix-exclude: >
[
{"jdk": "21"}
]
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</developers>

<prerequisites>
<maven>${maven.version}</maven>
<maven>${mavenVersion}</maven>
</prerequisites>

<scm>
Expand All @@ -75,7 +75,7 @@
</scm>

<properties>
<maven.version>3.5.4</maven.version>
<mavenVersion>3.6.3</mavenVersion>
<project.build.outputTimestamp>2022-09-30T06:33:55Z</project.build.outputTimestamp>
</properties>

Expand All @@ -93,13 +93,13 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven.version}</version>
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a3c9628

Please sign in to comment.