This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v4 by this push:
new 3d64b12 Bump m-wrapper-p from 3.2.0 to 3.3.1
3d64b12 is described below
commit 3d64b12cca6883f4916e6115a14e241e4b2b217b
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri May 10 17:16:42 2024 +0200
Bump m-wrapper-p from 3.2.0 to 3.3.1
---
.github/workflows/maven-verify.yml | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index aaaf0cc..9e86413 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -195,7 +195,7 @@ jobs:
- name: Set up Maven
run:
- mvn --errors --batch-mode --show-version
org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dmaven=${{
inputs.ff-maven }}"
+ mvn --errors --batch-mode --show-version
org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper "-Dmaven=${{
inputs.ff-maven }}"
- name: Build with Maven
run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven-args
}} ${{ inputs.ff-goal }}
@@ -306,7 +306,7 @@ jobs:
- name: Set up Maven
if: steps.should-run.conclusion == 'success'
- run: mvn --errors --batch-mode --show-version
org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper "-Dmaven=${{
matrix.maven }}"
+ run: mvn --errors --batch-mode --show-version
org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper "-Dmaven=${{
matrix.maven }}"
- name: Build with Maven
if: steps.should-run.conclusion == 'success'
diff --git a/pom.xml b/pom.xml
index fe18fe3..1283593 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>39</version>
+ <version>42</version>
<relativePath />
</parent>