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-clean-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 68d4eca Upgrade to beta-5 (#58) 68d4eca is described below commit 68d4eca4c4607be0be8f8961216138ee013cda42 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Thu Nov 14 08:49:52 2024 +0100 Upgrade to beta-5 (#58) --- .github/workflows/maven-verify.yml | 4 ++-- pom.xml | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 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 a716836..2a93992 100644 --- a/pom.xml +++ b/pom.xml @@ -61,14 +61,16 @@ under the License. </distributionManagement> <properties> - <mavenVersion>4.0.0-beta-3</mavenVersion> + <mavenVersion>4.0.0-beta-5</mavenVersion> <javaVersion>17</javaVersion> <guavaVersion>33.2.1-jre</guavaVersion> <guiceVersion>6.0.0</guiceVersion> <slf4jVersion>2.0.13</slf4jVersion> <version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin> - <version.maven-plugin-testing>4.0.0-beta-1</version.maven-plugin-testing> + <version.maven-plugin-testing>4.0.0-beta-2</version.maven-plugin-testing> <version.maven-plugin-tools>4.0.0-beta-1</version.maven-plugin-tools> + <version.maven-site-plugin>4.0.0-M16</version.maven-site-plugin> + <version.maven-fluido-skin>2.0.0-M11</version.maven-fluido-skin> <project.build.outputTimestamp>2024-06-26T08:19:25Z</project.build.outputTimestamp> </properties> @@ -119,6 +121,12 @@ under the License. <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-api-impl</artifactId> + <version>${mavenVersion}</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId>