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/04/10 23:10:00 UTC

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

Author: olegk
Date: Mon Apr 10 14:09:58 2006
New Revision: 393066

URL: http://svn.apache.org/viewcvs?rev=393066&view=rev
Log:
Changed HttpCore artifact id to jakarta-httpcore

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

Modified: jakarta/httpcomponents/httpasync/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/httpasync/trunk/pom.xml?rev=393066&r1=393065&r2=393066&view=diff
==============================================================================
--- jakarta/httpcomponents/httpasync/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpasync/trunk/pom.xml Mon Apr 10 14:09:58 2006
@@ -25,7 +25,7 @@
     <version>project</version>
   </parent>
   <groupId>org.apache.jakarta.httpcomponents</groupId>
-  <artifactId>httpasync</artifactId>
+  <artifactId>jakarta-httpasync</artifactId>
   <packaging>jar</packaging>
   <version>1.0-alpha1-SNAPSHOT</version>
   <name>HttpAsync</name>
@@ -55,7 +55,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.jakarta.httpcomponents</groupId>
-      <artifactId>httpcore</artifactId>
+      <artifactId>jakarta-httpcore</artifactId>
       <version>4.0-alpha1-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>