Commit the new iPOJO Version (Felix-311)
Change the global pom file : the iPOJO profile is no more useful thanks to the new maven plugin. However, manipulator and metadata move inside the plugins profile (required to compile the new maven plugin)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@550265 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 3b21267..02a33a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,8 @@
       <modules>
         <module>bundleplugin</module>
         <module>tools/maven2/maven-osgi-plugin</module>
+        <module>ipojo/metadata</module>
+        <module>ipojo/manipulator</module>
         <module>ipojo/plugin</module>
       </modules>
     </profile>
@@ -110,7 +112,7 @@
         </property>
       </activation>
       <modules>
-        <module>ipojo/arch</module>
+        <!--<module>ipojo/arch</module>-->
       </modules>
     </profile>
 
@@ -145,7 +147,7 @@
         <module>wireadmin</module>
         
         <module>ipojo/core</module>
-        <module>ipojo/metadata</module>
+        <module>ipojo/arch</module>
       </modules>
     </profile>