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:25 UTC

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

Author: olegk
Date: Tue May 23 06:53:25 2006
New Revision: 408894

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

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=408894&r1=408893&r2=408894&view=diff
==============================================================================
--- jakarta/httpcomponents/httpasync/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpasync/trunk/pom.xml Tue May 23 06:53:25 2006
@@ -20,11 +20,11 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.jakarta.httpcomponents</groupId>
-    <artifactId>httpcomponents</artifactId>
-    <version>project</version>
+    <groupId>org.apache.httpcomponents</groupId>
+    <artifactId>project</artifactId>
+    <version>4.0</version>
   </parent>
-  <groupId>org.apache.jakarta.httpcomponents</groupId>
+  <groupId>org.apache.httpcomponents</groupId>
   <artifactId>jakarta-httpasync</artifactId>
   <packaging>jar</packaging>
   <version>1.0-alpha1-SNAPSHOT</version>
@@ -54,7 +54,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.jakarta.httpcomponents</groupId>
+      <groupId>org.apache.httpcomponents</groupId>
       <artifactId>jakarta-httpcore</artifactId>
       <version>4.0-alpha2-SNAPSHOT</version>
       <scope>compile</scope>