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/05/23 15:53:08 UTC

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

Author: olegk
Date: Tue May 23 06:53:08 2006
New Revision: 408893

URL: http://svn.apache.org/viewvc?rev=408893&view=rev
Log:
Changed group id to sync up with the rest of Jakarta

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

Modified: jakarta/httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/pom.xml?rev=408893&r1=408892&r2=408893&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/pom.xml Tue May 23 06:53:08 2006
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?><project>
   <parent>
-    <artifactId>httpcomponents</artifactId>
-    <groupId>org.apache.jakarta.httpcomponents</groupId>
-    <version>project</version>
+    <artifactId>project</artifactId>
+    <groupId>org.apache.httpcomponents</groupId>
+    <version>4.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.jakarta.httpcomponents</groupId>
+  <groupId>org.apache.httpcomponents</groupId>
   <artifactId>jakarta-httpcore</artifactId>
   <name>HttpCore</name>
   <version>4.0-alpha2-SNAPSHOT</version>