This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new 9e9fd1a ci - check with Maven 3.9.9
9e9fd1a is described below
commit 9e9fd1a4e9e5dcb2b15ed4256372804a3513020e
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Jan 6 14:20:30 2025 +0100
ci - check with Maven 3.9.9
---
.github/workflows/maven-verify-3.9.x.yml | 2 +-
.github/workflows/maven-verify.yml | 4 ++--
pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven-verify-3.9.x.yml
b/.github/workflows/maven-verify-3.9.x.yml
index f6fe7ba..833f1bb 100644
--- a/.github/workflows/maven-verify-3.9.x.yml
+++ b/.github/workflows/maven-verify-3.9.x.yml
@@ -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'
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 1a11bfd..861450f 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -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'
\ No newline at end of file
+ verify-goal: '-P run-its verify javadoc:jar'
diff --git a/pom.xml b/pom.xml
index 60b9863..f20d66d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>