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 22:58:57 UTC

svn commit: r393062 - /jakarta/httpcomponents/httpcore/trunk/pom.xml

Author: olegk
Date: Mon Apr 10 13:58:55 2006
New Revision: 393062

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

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

Modified: jakarta/httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/httpcore/trunk/pom.xml?rev=393062&r1=393061&r2=393062&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/pom.xml Mon Apr 10 13:58:55 2006
@@ -6,7 +6,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.jakarta.httpcomponents</groupId>
-  <artifactId>httpcore</artifactId>
+  <artifactId>jakarta-httpcore</artifactId>
   <name>HttpCore</name>
   <version>4.0-alpha1-SNAPSHOT</version>
   <description>Core components to build HTTP enabled services</description>