You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2006/06/27 23:28:47 UTC

svn commit: r417589 - /incubator/felix/trunk/org.apache.felix.ipojo.plugin/src/main/resources/archetype-resources/pom.xml

Author: rickhall
Date: Tue Jun 27 14:28:46 2006
New Revision: 417589

URL: http://svn.apache.org/viewvc?rev=417589&view=rev
Log:
Fixed the pom file bug reported by Clement (FELIX-88).

Modified:
    incubator/felix/trunk/org.apache.felix.ipojo.plugin/src/main/resources/archetype-resources/pom.xml

Modified: incubator/felix/trunk/org.apache.felix.ipojo.plugin/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/org.apache.felix.ipojo.plugin/src/main/resources/archetype-resources/pom.xml?rev=417589&r1=417588&r2=417589&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.ipojo.plugin/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.ipojo.plugin/src/main/resources/archetype-resources/pom.xml Tue Jun 27 14:28:46 2006
@@ -17,7 +17,7 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.felix.ipojo</groupId>
+        <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.ipojo.plugin</artifactId>
         <extensions>true</extensions>
         <configuration>