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/06/06 22:28:13 UTC

svn commit: r544940 - /jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml

Author: olegk
Date: Wed Jun  6 13:28:12 2007
New Revision: 544940

URL: http://svn.apache.org/viewvc?view=rev&rev=544940
Log:
Removed references to Jakarta from the project artifact ids

Modified:
    jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml

Modified: jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml?view=diff&rev=544940&r1=544939&r2=544940
==============================================================================
--- jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml (original)
+++ jakarta/httpcomponents/httpclient/trunk/module-client/pom.xml Wed Jun  6 13:28:12 2007
@@ -62,7 +62,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>jakarta-httpcore</artifactId>
+      <artifactId>httpcore</artifactId>
       <version>4.0-alpha5-SNAPSHOT</version>
     </dependency>
     <dependency>