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-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push: new f378099 Upgrade to maven 4.0.0-rc-2 (#115) f378099 is described below commit f378099670bd5d5366bb000259e27d4cad7f514c Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Thu Apr 3 18:38:33 2025 +0200 Upgrade to maven 4.0.0-rc-2 (#115) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6e223f4..9dd701d 100644 --- a/pom.xml +++ b/pom.xml @@ -74,14 +74,14 @@ <properties> <javaVersion>17</javaVersion> - <mavenVersion>4.0.0-beta-5</mavenVersion> + <mavenVersion>4.0.0-rc-2</mavenVersion> <guiceVersion>6.0.0</guiceVersion> <junitVersion>5.12.1</junitVersion> <mavenArchiverVersion>4.0.0-beta-3</mavenArchiverVersion> <mavenFileManagementVersion>3.1.0</mavenFileManagementVersion> <mavenPluginPluginVersion>4.0.0-beta-1</mavenPluginPluginVersion> - <mavenPluginTestingVersion>4.0.0-beta-2</mavenPluginTestingVersion> + <mavenPluginTestingVersion>4.0.0-beta-3</mavenPluginTestingVersion> <plexusArchiverVersion>4.10.0</plexusArchiverVersion> <version.maven-plugin-tools>${mavenPluginPluginVersion}</version.maven-plugin-tools> @@ -128,7 +128,7 @@ </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-api-meta</artifactId> + <artifactId>maven-api-annotations</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency>