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 2011/01/17 21:06:05 UTC

svn commit: r1060068 - in /httpcomponents/httpasyncclient/trunk: httpasyncclient/pom.xml pom.xml

Author: olegk
Date: Mon Jan 17 20:06:05 2011
New Revision: 1060068

URL: http://svn.apache.org/viewvc?rev=1060068&view=rev
Log:
Upgraded HttpAsyncClient version to 4.0-alpha2-SNAPSHOT

Modified:
    httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml
    httpcomponents/httpasyncclient/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml?rev=1060068&r1=1060067&r2=1060068&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient/pom.xml Mon Jan 17 20:06:05 2011
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0-alpha1-SNAPSHOT</version>
+    <version>4.0-alpha2-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>HttpAsyncClient</name>

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1060068&r1=1060067&r2=1060068&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Mon Jan 17 20:06:05 2011
@@ -35,7 +35,7 @@
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>HttpComponents AsyncClient</name>
-  <version>4.0-alpha1-SNAPSHOT</version>
+  <version>4.0-alpha2-SNAPSHOT</version>
   <description>Components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>