This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch maven305 in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git
commit ef15ee6d8c417b54ef2001de2302cf1d862b59cd Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Thu Jun 11 18:40:39 2020 +0200 Upgrade to Maven 3.0.5 --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index adf8c78..57f09f8 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ </distributionManagement> <properties> - <mavenVersion>3.0</mavenVersion> + <mavenVersion>3.0.5</mavenVersion> <javaVersion>7</javaVersion> <plexusVersion>1.5.4</plexusVersion> <project.build.outputTimestamp>2020-06-08T20:00:25Z</project.build.outputTimestamp> @@ -116,17 +116,17 @@ <version>3.1.0</version><!-- do not upgrade to 3.2.0+ because it adds Xpp3Dom.getInputLocation(): see MSHARED-921 --> </dependency> - <!-- Sonatype Aether for Maven 3.0.x --> + <!-- Sonatype Aether for Maven 3.0.5 --> <dependency> <groupId>org.sonatype.aether</groupId> <artifactId>aether-api</artifactId> - <version>1.7</version> + <version>1.13.1</version> <optional>true</optional> </dependency> <dependency> <groupId>org.sonatype.aether</groupId> <artifactId>aether-util</artifactId> - <version>1.7</version> + <version>1.13.1</version> <exclusions> <exclusion> <groupId>org.sonatype.aether</groupId> @@ -194,7 +194,7 @@ <dependency> <groupId>org.sonatype.aether</groupId> <artifactId>aether-connector-wagon</artifactId> - <version>1.7</version> + <version>1.13.1</version> <scope>test</scope> <exclusions> <exclusion> @@ -236,7 +236,7 @@ <dependency> <groupId>org.sonatype.sisu</groupId> <artifactId>sisu-inject-plexus</artifactId> - <version>2.2.0</version> + <version>2.3.0</version> <scope>provided</scope> </dependency>
