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 2007/03/28 15:47:28 UTC

svn commit: r523325 - /jakarta/httpcomponents/httpasync/trunk/pom.xml

Author: olegk
Date: Wed Mar 28 06:47:28 2007
New Revision: 523325

URL: http://svn.apache.org/viewvc?view=rev&rev=523325
Log:
Upgraded HttpAsync to HttpCore 4.0-alpha5-SNAPSHOT

Modified:
    jakarta/httpcomponents/httpasync/trunk/pom.xml

Modified: jakarta/httpcomponents/httpasync/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpasync/trunk/pom.xml?view=diff&rev=523325&r1=523324&r2=523325
==============================================================================
--- jakarta/httpcomponents/httpasync/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpasync/trunk/pom.xml Wed Mar 28 06:47:28 2007
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>jakarta-httpcore</artifactId>
-      <version>4.0-alpha3-SNAPSHOT</version>
+      <version>4.0-alpha5-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>