Commit the base of the new iPOJO version.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@579239 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index 01aabb0..8034a58 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -9,8 +9,10 @@
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>
   <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-  <version>0.7.3-SNAPSHOT</version>
-  <name>Apache Felix iPOJO Manipulator</name>
+  <version>0.7.5-SNAPSHOT</version>
+  <name>Apache Felix iPOJO Manipulator</name>

+  

+  
   <dependencies>
     <dependency>
       <groupId>asm</groupId>
@@ -20,18 +22,18 @@
     <dependency>
       <groupId>asm</groupId>
       <artifactId>asm-commons</artifactId>
-      <version>3.0</version>
-      <exclusions>
-    	<exclusion>
-      		<groupId>asm</groupId>
-      		<artifactId>asm-tree</artifactId>
-    	</exclusion>
+      <version>3.0</version>

+      <exclusions>

+    	<exclusion>

+      		<groupId>asm</groupId>

+      		<artifactId>asm-tree</artifactId>

+    	</exclusion>

   	   </exclusions>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.ipojo.metadata</artifactId>
-      <version>0.7.3-SNAPSHOT</version>
+      <version>0.7.5-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>