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 2011/01/17 09:17:08 UTC

svn commit: r1059802 - /felix/trunk/ipojo/core/pom.xml

Author: clement
Date: Mon Jan 17 08:17:08 2011
New Revision: 1059802

URL: http://svn.apache.org/viewvc?rev=1059802&view=rev
Log:
update maven-ipojo-plugin version

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

Modified: felix/trunk/ipojo/core/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/core/pom.xml?rev=1059802&r1=1059801&r2=1059802&view=diff
==============================================================================
--- felix/trunk/ipojo/core/pom.xml (original)
+++ felix/trunk/ipojo/core/pom.xml Mon Jan 17 08:17:08 2011
@@ -128,14 +128,13 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>1.6.0</version>
+        <version>1.8.0</version>
         <executions>
           <execution>
             <goals>
               <goal>ipojo-bundle</goal>
             </goals>
             <configuration>
-              <metadata>metadata.xml</metadata>
               <ignoreAnnotations>true</ignoreAnnotations>
             </configuration>
           </execution>