This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MSTAGE-24 in repository https://gitbox.apache.org/repos/asf/maven-stage-plugin.git
commit 611f7386672e8240610cceffd56975c29f0f4f04 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Sun Apr 17 18:07:51 2022 +0200 [MSTAGE-24] Update to Maven 3.2.5 --- pom.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index b247bdd..907037e 100644 --- a/pom.xml +++ b/pom.xml @@ -59,8 +59,8 @@ under the License. </distributionManagement> <properties> - <wagonVersion>2.8</wagonVersion> - <mavenVersion>2.2.1</mavenVersion> + <wagonVersion>3.5.1</wagonVersion> + <mavenVersion>3.2.5</mavenVersion> <javaVersion>8</javaVersion> <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> </properties> @@ -68,23 +68,27 @@ under the License. <dependencies> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact</artifactId> + <artifactId>maven-plugin-api</artifactId> <version>${mavenVersion}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact-manager</artifactId> + <artifactId>maven-artifact</artifactId> <version>${mavenVersion}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> + <artifactId>maven-compat</artifactId> <version>${mavenVersion}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-repository-metadata</artifactId> <version>${mavenVersion}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> @@ -112,11 +116,6 @@ under the License. <artifactId>wagon-provider-api</artifactId> <version>${wagonVersion}</version> </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> - <version>${wagonVersion}</version> - </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId>