You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/01/06 18:31:28 UTC

[maven] branch master updated: [MNG-6526] Upgrade to Wagon 3.3.1

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 391a111  [MNG-6526] Upgrade to Wagon 3.3.1
391a111 is described below

commit 391a1118fa96ff580d6704a8e7083da76c911035
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 6 19:31:04 2019 +0100

    [MNG-6526] Upgrade to Wagon 3.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d504e02..27c7b85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@ under the License.
     <plexusUtilsVersion>3.1.0</plexusUtilsVersion>
     <guiceVersion>4.2.1</guiceVersion>
     <sisuInjectVersion>0.3.3</sisuInjectVersion>
-    <wagonVersion>3.2.0</wagonVersion>
+    <wagonVersion>3.3.1</wagonVersion>
     <securityDispatcherVersion>1.4</securityDispatcherVersion>
     <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.9.1</modelloVersion>