You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2016/02/26 12:39:04 UTC

svn commit: r1732457 - in /httpcomponents/httpclient/branches/4.5.x: fluent-hc/pom.xml httpclient-cache/pom.xml httpclient-osgi/pom.xml httpclient-win/pom.xml httpclient/pom.xml httpmime/pom.xml pom.xml

Author: olegk
Date: Fri Feb 26 11:39:03 2016
New Revision: 1732457

URL: http://svn.apache.org/viewvc?rev=1732457&view=rev
Log:
Upgraded HttpClient version to 4.5.3-SNAPSHOT

Modified:
    httpcomponents/httpclient/branches/4.5.x/fluent-hc/pom.xml
    httpcomponents/httpclient/branches/4.5.x/httpclient-cache/pom.xml
    httpcomponents/httpclient/branches/4.5.x/httpclient-osgi/pom.xml
    httpcomponents/httpclient/branches/4.5.x/httpclient-win/pom.xml
    httpcomponents/httpclient/branches/4.5.x/httpclient/pom.xml
    httpcomponents/httpclient/branches/4.5.x/httpmime/pom.xml
    httpcomponents/httpclient/branches/4.5.x/pom.xml

Modified: httpcomponents/httpclient/branches/4.5.x/fluent-hc/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/fluent-hc/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.5.x/fluent-hc/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.5.x/fluent-hc/pom.xml Fri Feb 26 11:39:03 2016
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.3-SNAPSHOT</version>
   </parent>
   <artifactId>fluent-hc</artifactId>
   <name>Apache HttpClient Fluent API</name>

Modified: httpcomponents/httpclient/branches/4.5.x/httpclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpclient-cache/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.5.x/httpclient-cache/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.5.x/httpclient-cache/pom.xml Fri Feb 26 11:39:03 2016
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.3-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient-cache</artifactId>
   <name>Apache HttpClient Cache</name>

Modified: httpcomponents/httpclient/branches/4.5.x/httpclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpclient-osgi/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.5.x/httpclient-osgi/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.5.x/httpclient-osgi/pom.xml Fri Feb 26 11:39:03 2016
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.3-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient-osgi</artifactId>
   <name>Apache HttpClient OSGi bundle</name>

Modified: httpcomponents/httpclient/branches/4.5.x/httpclient-win/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpclient-win/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.5.x/httpclient-win/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.5.x/httpclient-win/pom.xml Fri Feb 26 11:39:03 2016
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.3-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient-win</artifactId>
   <name>Apache HttpClient Windows features</name>

Modified: httpcomponents/httpclient/branches/4.5.x/httpclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpclient/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.5.x/httpclient/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.5.x/httpclient/pom.xml Fri Feb 26 11:39:03 2016
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.3-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient</artifactId>
   <name>Apache HttpClient</name>

Modified: httpcomponents/httpclient/branches/4.5.x/httpmime/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/httpmime/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.5.x/httpmime/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.5.x/httpmime/pom.xml Fri Feb 26 11:39:03 2016
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.3-SNAPSHOT</version>
   </parent>
   <artifactId>httpmime</artifactId>
   <name>Apache HttpClient Mime</name>

Modified: httpcomponents/httpclient/branches/4.5.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.5.x/pom.xml?rev=1732457&r1=1732456&r2=1732457&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.5.x/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.5.x/pom.xml Fri Feb 26 11:39:03 2016
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-client</artifactId>
   <name>Apache HttpComponents Client</name>
-  <version>4.5.2-SNAPSHOT</version>
+  <version>4.5.3-SNAPSHOT</version>
   <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-client-ga/</url>
   <inceptionYear>1999</inceptionYear>