You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2009/04/21 08:59:39 UTC

svn commit: r767030 - /felix/trunk/pom/pom.xml

Author: mcculls
Date: Tue Apr 21 06:59:39 2009
New Revision: 767030

URL: http://svn.apache.org/viewvc?rev=767030&view=rev
Log:
Update artifactId to make it clear this is the parent pom

Modified:
    felix/trunk/pom/pom.xml

Modified: felix/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=767030&r1=767029&r2=767030&view=diff
==============================================================================
--- felix/trunk/pom/pom.xml (original)
+++ felix/trunk/pom/pom.xml Tue Apr 21 06:59:39 2009
@@ -26,7 +26,7 @@
   </parent>
 
   <groupId>org.apache.felix</groupId>
-  <artifactId>felix</artifactId>
+  <artifactId>felix-parent</artifactId>
   <packaging>pom</packaging>
   <name>Apache Felix</name>
   <version>1.2.0-SNAPSHOT</version>