You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2016/03/15 06:37:12 UTC

[1/2] maven-wagon git commit: upgrade httpclient version

Repository: maven-wagon
Updated Branches:
  refs/heads/master 4f42503a9 -> d3b4a5322


upgrade httpclient version

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/f35bfd60
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/f35bfd60
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/f35bfd60

Branch: refs/heads/master
Commit: f35bfd60de02bee8d6c3856b4a086e497a9ea8c2
Parents: 4f42503
Author: olivier lamy <ol...@apache.org>
Authored: Tue Mar 15 16:25:15 2016 +1100
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Mar 15 16:25:15 2016 +1100

----------------------------------------------------------------------
 wagon-providers/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/f35bfd60/wagon-providers/pom.xml
----------------------------------------------------------------------
diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml
index 566c151..b94482f 100644
--- a/wagon-providers/pom.xml
+++ b/wagon-providers/pom.xml
@@ -50,12 +50,12 @@ under the License.
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.3.5</version>
+        <version>4.5.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
-        <version>4.3.2</version>
+        <version>4.4.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.sshd</groupId>


[2/2] maven-wagon git commit: last slf4j and animal-sniffer versions

Posted by ol...@apache.org.
last slf4j and animal-sniffer versions

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/d3b4a532
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/d3b4a532
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/d3b4a532

Branch: refs/heads/master
Commit: d3b4a53223c7c3a37dc28c4f9f8d0f973d3643dc
Parents: f35bfd6
Author: olivier lamy <ol...@apache.org>
Authored: Tue Mar 15 16:27:36 2016 +1100
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Mar 15 16:27:36 2016 +1100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/d3b4a532/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02bd34a..e57fd56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@ under the License.
 
   <properties>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
-    <slf4jVersion>1.7.7</slf4jVersion>
+    <slf4jVersion>1.7.19</slf4jVersion>
     <maven.site.path>wagon-archives/wagon-LATEST</maven.site.path>
   </properties>
 
@@ -417,7 +417,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.9</version>
+        <version>1.15</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>