Update dependencies to dev. versions

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@796474 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/online-manipulator/pom.xml b/ipojo/online-manipulator/pom.xml
index 0bf7a3c..c3d0219 100644
--- a/ipojo/online-manipulator/pom.xml
+++ b/ipojo/online-manipulator/pom.xml
@@ -66,7 +66,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>1.4.0</version>
+        <version>${pom.version}</version>
         <executions>
           <execution>
             <goals>
@@ -104,7 +104,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-      <version>1.4.0</version>
+      <version>${pom.version}</version>
     </dependency>
     <dependency>
       <groupId>asm</groupId>