Skip to content

Commit

Permalink
ci - check with Maven 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 6, 2025
1 parent b68628f commit 9e9fd1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify-3.9.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
maven-args: '-D"maven.test.redirectTestOutputToFile=false -Pmaven3"'
maven-matrix: '[ "3.9.5", "4.0.0-alpha-8" ]'
maven-matrix: '[ "3.9.9", "4.0.0-alpha-8" ]'
jdk-matrix: '[ "11", "17", "21" ]'
ff-goal: '-P run-its verify javadoc:jar'
verify-goal: '-P run-its verify javadoc:jar'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
maven-args: '-D"maven.test.redirectTestOutputToFile=false"'
maven-matrix: '[ "3.9.5", "4.0.0-alpha-8" ]'
maven-matrix: '[ "3.9.9", "4.0.0-alpha-8" ]'
jdk-matrix: '[ "11", "17", "21" ]'
ff-goal: '-P run-its verify javadoc:jar'
verify-goal: '-P run-its verify javadoc:jar'
verify-goal: '-P run-its verify javadoc:jar'
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ under the License.
<profile>
<id>maven3</id>
<properties>
<mavenVersion>3.9.8</mavenVersion>
<mavenVersion>3.9.9</mavenVersion>
<maven.dir>maven3</maven.dir>
<maven.basedir>${project.build.directory}/${maven.dir}</maven.basedir>
</properties>
Expand Down

0 comments on commit 9e9fd1a

Please sign in to comment.