You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/08/17 16:04:34 UTC

[maven-reporting-exec] 01/01: Upgrade to Maven 3.0.5

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 7f9d020efe787fb3d814a8f73d296562466f4312
Author: Sylwester Lachiewicz <sl...@apache.org>
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 606ecea..0a11b84 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-16T19:43:55Z</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>