You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/05/28 18:46:50 UTC

svn commit: r542270 - /directory/project/trunk/pom.xml

Author: akarasulu
Date: Mon May 28 09:46:49 2007
New Revision: 542270

URL: http://svn.apache.org/viewvc?view=rev&rev=542270
Log:
fix artifact id for apache top pom

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?view=diff&rev=542270&r1=542269&r2=542270
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Mon May 28 09:46:49 2007
@@ -4,7 +4,7 @@
 
   <parent>
     <groupId>org.apache</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>apache</artifactId>
     <version>4</version>
   </parent>