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/02/09 23:01:18 UTC

[maven-changes-plugin] 02/02: WPI Upgrade aether and wagon-http

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch ssl
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 3a8b27b681b5f9a3d22d111721c169593c9a1167
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Feb 10 00:01:04 2020 +0100

    WPI Upgrade aether and wagon-http
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 86bfbc0..116247f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@ under the License.
     <doxiaSitetoolsVersion>1.4</doxiaSitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
     <sitePluginVersion>3.3</sitePluginVersion>
-    <wagonVersion>1.0-beta-6</wagonVersion>
+    <wagonVersion>2.4</wagonVersion>
   </properties>
 
   <dependencies>
@@ -407,7 +407,7 @@ under the License.
     <dependency>
       <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-connector-wagon</artifactId>
-      <version>1.7</version>
+      <version>1.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>