update maven-ipojo-plugin version
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1059802 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/core/pom.xml b/ipojo/core/pom.xml
index 656c92a..6ccf9ae 100644
--- a/ipojo/core/pom.xml
+++ b/ipojo/core/pom.xml
@@ -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>