You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2007/09/26 11:00:53 UTC

svn commit: r579525 - /felix/trunk/ipojo/arch/pom.xml

Author: clement
Date: Wed Sep 26 02:00:53 2007
New Revision: 579525

URL: http://svn.apache.org/viewvc?rev=579525&view=rev
Log:
Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin)
Fix a bug on fields from super class in the manipulator.

Modified:
    felix/trunk/ipojo/arch/pom.xml

Modified: felix/trunk/ipojo/arch/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/arch/pom.xml?rev=579525&r1=579524&r2=579525&view=diff
==============================================================================
--- felix/trunk/ipojo/arch/pom.xml (original)
+++ felix/trunk/ipojo/arch/pom.xml Wed Sep 26 02:00:53 2007
@@ -43,7 +43,7 @@
       </plugin>
       <plugin>
 	      <groupId>org.apache.felix</groupId>
-	      <artifactId>org.apache.felix.ipojo.plugin</artifactId>
+	      <artifactId>maven-ipojo-plugin</artifactId>
               <version>${pom.version}</version>
 		  <executions>
           	<execution>