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 2020/04/25 08:54:21 UTC

[maven] branch MNG-6897 created (now eeb92fa)

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

michaelo pushed a change to branch MNG-6897
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at eeb92fa  [MNG-6897] Upgrade Maven Wagon to 3.4.0

This branch includes the following new commits:

     new eeb92fa  [MNG-6897] Upgrade Maven Wagon to 3.4.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: [MNG-6897] Upgrade Maven Wagon to 3.4.0

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit eeb92fac366f23f43be553d67b83dd0ab41c194b
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Apr 25 10:53:50 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 5cfac55..f74a49b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@ under the License.
     <plexusUtilsVersion>3.3.0</plexusUtilsVersion>
     <guiceVersion>4.2.2</guiceVersion>
     <sisuInjectVersion>0.3.4</sisuInjectVersion>
-    <wagonVersion>3.3.4</wagonVersion>
+    <wagonVersion>3.4.0</wagonVersion>
     <jsoupVersion>1.12.1</jsoupVersion>
     <securityDispatcherVersion>1.4</securityDispatcherVersion>
     <cipherVersion>1.8</cipherVersion>