This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
The following commit(s) were added to refs/heads/master by this push: new b612259 Upgrade to Maven 4.0.0-beta-5 (#83) b612259 is described below commit b6122592b720cfbd5e97ec7c85012049986e86ad Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Thu Nov 14 08:49:07 2024 +0100 Upgrade to Maven 4.0.0-beta-5 (#83) --- .github/workflows/maven-verify.yml | 4 ++-- pom.xml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 56062b5..ff3f00c 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,6 +26,6 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - ff-maven: "4.0.0-beta-3" # Maven version for fail-fast-build - maven-matrix: '[ "4.0.0-beta-3" ]' + ff-maven: "4.0.0-beta-5" # Maven version for fail-fast-build + maven-matrix: '[ "4.0.0-beta-5" ]' jdk-matrix: '[ "17", "21" ]' diff --git a/pom.xml b/pom.xml index fd233d5..49643f7 100644 --- a/pom.xml +++ b/pom.xml @@ -72,13 +72,13 @@ under the License. </distributionManagement> <properties> - <mavenVersion>4.0.0-beta-3</mavenVersion> + <mavenVersion>4.0.0-beta-5</mavenVersion> <javaVersion>17</javaVersion> <guiceVersion>6.0.0</guiceVersion> <mavenFilteringVersion>4.0.0-beta-1</mavenFilteringVersion> <mavenPluginPluginVersion>4.0.0-beta-1</mavenPluginPluginVersion> - <mavenPluginTestingVersion>4.0.0-beta-1</mavenPluginTestingVersion> + <mavenPluginTestingVersion>4.0.0-beta-2</mavenPluginTestingVersion> <plexusBuildApiVersion>0.0.7</plexusBuildApiVersion> <sisuVersion>0.9.0.M2</sisuVersion> <slf4jVersion>2.0.13</slf4jVersion> @@ -149,7 +149,6 @@ under the License. <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.plexus</artifactId> <version>${sisuVersion}</version> - <scope>provided</scope> </dependency> <dependency>