Rollback release and fix composite metadata

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1482912 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/composite/pom.xml b/ipojo/runtime/composite/pom.xml
index 5c0de78..272b424 100644
--- a/ipojo/runtime/composite/pom.xml
+++ b/ipojo/runtime/composite/pom.xml
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix iPOJO Composite</name>
     <artifactId>org.apache.felix.ipojo.composite</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
 
     <properties>
         <ipojo.package.version>1.8.4</ipojo.package.version>
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo</artifactId>
-            <version>1.10.1-SNAPSHOT</version>
+            <version>1.9.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
@@ -67,7 +67,7 @@
                         <Bundle-Name>Apache Felix iPOJO Composite</Bundle-Name>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
-                        <Bundle-Description>iPOJO Composititon Framework
+                        <Bundle-Description>iPOJO Composition Layer
                         </Bundle-Description>
                         <Bundle-DocURL>
                             http://felix.apache.org/site/ipojo-composition-tutorial.html
@@ -81,6 +81,8 @@
                             org.apache.felix.ipojo.util,
                             org.osgi.framework;version=1.3,
                             !org.objectweb.asm.tree,
+                            !org.apache.felix.ipojo.xml.parser,
+                            !org.apache.felix.ipojo.annotations,
                             *
                         </Import-Package>
                         <Private-Package>
@@ -92,7 +94,8 @@
                             org.objectweb.asm.commons,
                             org.objectweb.asm.signature,
                             org.objectweb.asm,
-                            org.apache.felix.ipojo.manipulation*
+                            org.apache.felix.ipojo.manipulation*,
+                            org.apache.felix.ipojo.manipulator*
                         </Private-Package>
                         <Export-Package>
                             org.apache.felix.ipojo.composite; version="${ipojo.package.version}"