This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mvn4 in repository https://gitbox.apache.org/repos/asf/maven-jarsigner.git
commit 1309b08100f9afdfdb3a9743d5f5a197bf180424 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Fri Jan 28 23:16:00 2022 +0100 mvn4 aggregator --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 24025ea..db308b9 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>41</version> + <version>42-SNAPSHOT</version> <relativePath /> </parent> @@ -56,7 +56,7 @@ <properties> <surefire.version>3.1.0</surefire.version> - <mavenVersion>3.2.5</mavenVersion> + <mavenVersion>4.0.0-alpha-11-SNAPSHOT</mavenVersion> <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp> </properties> @@ -64,7 +64,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>3.4.2</version> + <version>4.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>javax.inject</groupId>