You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/11/12 22:32:22 UTC

[maven] branch master updated: [MNG-6584] upgrade Wagon to 3.3.4 to get reason phrase handling back

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

hboutemy 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 88591a7  [MNG-6584] upgrade Wagon to 3.3.4 to get reason phrase handling back
88591a7 is described below

commit 88591a78b0063992295d2a9904b33002db861de8
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Nov 11 23:03:49 2019 +0100

    [MNG-6584] upgrade Wagon to 3.3.4 to get reason phrase handling back
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 36d3f4d..cdc3cd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@ under the License.
     <plexusUtilsVersion>3.2.1</plexusUtilsVersion>
     <guiceVersion>4.2.1</guiceVersion>
     <sisuInjectVersion>0.3.4</sisuInjectVersion>
-    <wagonVersion>3.3.3</wagonVersion>
+    <wagonVersion>3.3.4</wagonVersion>
     <securityDispatcherVersion>1.4</securityDispatcherVersion>
     <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.11</modelloVersion>