This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new d13de9626 Use Maven 3.9.12 for build on GitHub
d13de9626 is described below
commit d13de9626e350b3565a688a6c9b282c240be3d01
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Dec 20 15:26:20 2025 +0100
Use Maven 3.9.12 for build on GitHub
---
.github/workflows/maven-verify.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 2a68f0ac3..b42a76669 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -54,7 +54,7 @@ jobs:
cache: 'maven'
- name: Set up Maven
- run: mvn --errors --batch-mode --show-version
org.apache.maven.plugins:maven-wrapper-plugin:3.3.4:wrapper "-Dmaven=3.9.11"
+ run: mvn --errors --batch-mode --show-version
org.apache.maven.plugins:maven-wrapper-plugin:3.3.4:wrapper "-Dmaven=3.9.12"
shell: bash
- name: Running integration tests