Use the right version of the bnd-ipojo-plugin in junit4osgi

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1214141 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/junit4osgi/junit4osgi/pom.xml b/ipojo/junit4osgi/junit4osgi/pom.xml
index 110678f..dcc4218 100644
--- a/ipojo/junit4osgi/junit4osgi/pom.xml
+++ b/ipojo/junit4osgi/junit4osgi/pom.xml
@@ -103,7 +103,7 @@
                     <dependency>
                         <groupId>org.apache.felix</groupId>
                         <artifactId>bnd-ipojo-plugin</artifactId>
-                        <version>1.0.0-SNAPSHOT</version>
+                        <version>1.9.0-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
             </plugin>