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 2014/08/06 10:13:09 UTC

svn commit: r1616120 - in /httpcomponents/httpasyncclient/branches/4.0.x: httpasyncclient-cache/pom.xml httpasyncclient-osgi/pom.xml httpasyncclient/pom.xml pom.xml

Author: olegk
Date: Wed Aug  6 08:13:09 2014
New Revision: 1616120

URL: http://svn.apache.org/r1616120
Log:
Upgraded HttpAsyncClient version to 4.0.3-SNAPSHOT

Modified:
    httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient-cache/pom.xml
    httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient-osgi/pom.xml
    httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient/pom.xml
    httpcomponents/httpasyncclient/branches/4.0.x/pom.xml

Modified: httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient-cache/pom.xml?rev=1616120&r1=1616119&r2=1616120&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient-cache/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient-cache/pom.xml Wed Aug  6 08:13:09 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient-cache</artifactId>
   <name>Apache HttpAsyncClient Cache</name>

Modified: httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient-osgi/pom.xml?rev=1616120&r1=1616119&r2=1616120&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient-osgi/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient-osgi/pom.xml Wed Aug  6 08:13:09 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient-osgi</artifactId>
   <name>HttpAsyncClient OSGi bundle</name>

Modified: httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient/pom.xml?rev=1616120&r1=1616119&r2=1616120&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.0.x/httpasyncclient/pom.xml Wed Aug  6 08:13:09 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.3-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>Apache HttpAsyncClient</name>

Modified: httpcomponents/httpasyncclient/branches/4.0.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.0.x/pom.xml?rev=1616120&r1=1616119&r2=1616120&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.0.x/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.0.x/pom.xml Wed Aug  6 08:13:09 2014
@@ -33,7 +33,7 @@
     <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>Apache HttpComponents AsyncClient</name>
-  <version>4.0.2-SNAPSHOT</version>
+  <version>4.0.3-SNAPSHOT</version>
   <description>Components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>
@@ -58,9 +58,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/</developerConnection>
-    <url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/branches/4.0.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/branches/4.0.x</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/branches/4.0.x</url>
   </scm>
 
   <properties>