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 2018/09/08 18:58:54 UTC

[maven-wagon] branch master updated (b32212d -> 9feac7c)

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

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


    from b32212d  [WAGON-531] Add default TTL for HTTP connections
     new 93df85b  [WAGON-533] Upgrade HttpCore to 4.4.10
     new 4adef55  [WAGON-534] Upgrade HttpClient to 4.5.6
     new 5b670e1  [WAGON-535] Upgrade EasyMock to 3.6
     new 9feac7c  [WAGON-536] Upgrade parent to 32

The 4 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.


Summary of changes:
 pom.xml                 | 4 ++--
 wagon-providers/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


[maven-wagon] 03/04: [WAGON-535] Upgrade EasyMock to 3.6

Posted by mi...@apache.org.
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-wagon.git

commit 5b670e12c7a856249ce7780951f71a4a61d32a86
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Sep 8 20:54:57 2018 +0200

    [WAGON-535] Upgrade EasyMock to 3.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4485deb..431e7dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,7 @@ under the License.
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymock</artifactId>
-        <version>3.5.1</version>
+        <version>3.6</version>
       </dependency>
 
       <dependency>


[maven-wagon] 01/04: [WAGON-533] Upgrade HttpCore to 4.4.10

Posted by mi...@apache.org.
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-wagon.git

commit 93df85b3dec40dda7c91214b6b6e46e7fa83b7f0
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Sep 8 20:51:20 2018 +0200

    [WAGON-533] Upgrade HttpCore to 4.4.10
---
 wagon-providers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml
index e2f5ae7..71a439c 100644
--- a/wagon-providers/pom.xml
+++ b/wagon-providers/pom.xml
@@ -55,7 +55,7 @@ under the License.
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
-        <version>4.4.9</version>
+        <version>4.4.10</version>
       </dependency>
       <dependency>
         <groupId>org.apache.sshd</groupId>


[maven-wagon] 02/04: [WAGON-534] Upgrade HttpClient to 4.5.6

Posted by mi...@apache.org.
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-wagon.git

commit 4adef5525b72c742433e45dfb35e1cb9f5eeeb20
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Sep 8 20:52:07 2018 +0200

    [WAGON-534] Upgrade HttpClient to 4.5.6
---
 wagon-providers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml
index 71a439c..6eccd57 100644
--- a/wagon-providers/pom.xml
+++ b/wagon-providers/pom.xml
@@ -50,7 +50,7 @@ under the License.
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.5</version>
+        <version>4.5.6</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>


[maven-wagon] 04/04: [WAGON-536] Upgrade parent to 32

Posted by mi...@apache.org.
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-wagon.git

commit 9feac7ce73c453e87fa6897c2fa406cdfd521e8d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Sep 8 20:56:10 2018 +0200

    [WAGON-536] Upgrade parent to 32
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 431e7dd..3d8c255 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>31</version>
+    <version>32</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>