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 2006/06/08 15:09:15 UTC

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

Author: olegk
Date: Thu Jun  8 06:09:14 2006
New Revision: 412743

URL: http://svn.apache.org/viewvc?rev=412743&view=rev
Log:
Changed HttpCore dependency to 4.0-alpha3-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?rev=412743&r1=412742&r2=412743&view=diff
==============================================================================
--- jakarta/httpcomponents/httpasync/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpasync/trunk/pom.xml Thu Jun  8 06:09:14 2006
@@ -56,7 +56,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>jakarta-httpcore</artifactId>
-      <version>4.0-alpha2-SNAPSHOT</version>
+      <version>4.0-alpha3-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>