update versions before release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1482844 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/api-it/pom.xml b/ipojo/runtime/api-it/pom.xml
index 28e7d1f..8797bcb 100644
--- a/ipojo/runtime/api-it/pom.xml
+++ b/ipojo/runtime/api-it/pom.xml
@@ -180,7 +180,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-            <version>1.9.0-SNAPSHOT</version>
+            <version>1.10.0</version>
         </dependency>
 
         <dependency>
@@ -454,13 +454,4 @@
             </build>
         </profile>
     </profiles>
-
-    <repositories>
-        <!-- Temporal addition of this repository until the osgi-helper are released -->
-        <!-- TODO remove this before the release -->
-        <repository>
-            <id>ow2.snapshots</id>
-            <url>http://repository.ow2.org/nexus/content/repositories/snapshots/</url>
-        </repository>
-    </repositories>
 </project>
diff --git a/ipojo/runtime/api/pom.xml b/ipojo/runtime/api/pom.xml
index 2069ce4..8856261 100644
--- a/ipojo/runtime/api/pom.xml
+++ b/ipojo/runtime/api/pom.xml
@@ -115,7 +115,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-            <version>1.9.0-SNAPSHOT</version>
+            <version>1.10.0</version>
         </dependency>
         <dependency>
             <groupId>asm</groupId>
diff --git a/ipojo/runtime/composite-it/pom.xml b/ipojo/runtime/composite-it/pom.xml
index 89070f8..098451c 100644
--- a/ipojo/runtime/composite-it/pom.xml
+++ b/ipojo/runtime/composite-it/pom.xml
@@ -184,7 +184,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-            <version>1.9.0-SNAPSHOT</version>
+            <version>1.10.0</version>
         </dependency>
 
         <dependency>
@@ -513,13 +513,4 @@
             </build>
         </profile>
     </profiles>
-
-    <repositories>
-        <!-- Temporal addition of this repository until the osgi-helper are released -->
-        <!-- TODO remove this before the release -->
-        <repository>
-            <id>ow2.snapshots</id>
-            <url>http://repository.ow2.org/nexus/content/repositories/snapshots/</url>
-        </repository>
-    </repositories>
 </project>
diff --git a/ipojo/runtime/composite/pom.xml b/ipojo/runtime/composite/pom.xml
index 09f152c..a5cf493 100644
--- a/ipojo/runtime/composite/pom.xml
+++ b/ipojo/runtime/composite/pom.xml
@@ -47,8 +47,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-            <!-- Same as the iPOJO core embedded manipulator -->
-            <version>1.8.6</version>
+            <version>1.10.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -108,7 +107,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-ipojo-plugin</artifactId>
-                <version>1.8.4</version>
+                <version>1.10.0</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/ipojo/runtime/core-it/pom.xml b/ipojo/runtime/core-it/pom.xml
index 569b1cb..41ef1b7 100644
--- a/ipojo/runtime/core-it/pom.xml
+++ b/ipojo/runtime/core-it/pom.xml
@@ -173,7 +173,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-            <version>1.9.0-SNAPSHOT</version>
+            <version>1.10.0</version>
         </dependency>
 
         <dependency>
@@ -540,13 +540,4 @@
             </build>
         </profile>
     </profiles>
-
-    <repositories>
-        <!-- Temporal addition of this repository until the osgi-helper are released -->
-        <!-- TODO remove this before the release -->
-        <repository>
-            <id>ow2.snapshots</id>
-            <url>http://repository.ow2.org/nexus/content/repositories/snapshots/</url>
-        </repository>
-    </repositories>
 </project>
diff --git a/ipojo/runtime/core/pom.xml b/ipojo/runtime/core/pom.xml
index 45022d9..0e6cd50 100644
--- a/ipojo/runtime/core/pom.xml
+++ b/ipojo/runtime/core/pom.xml
@@ -37,10 +37,12 @@
 
            1.8.4:
            * change in ComponentTypeDescription (FELIX-3560)
+
+           1.1.0:
+           * next minor version
         -->
-        <ipojo.package.version>1.8.4</ipojo.package.version>
-        <ipojo.extender.version>1.9.0</ipojo.extender.version>
-        <!-- TODO - these two properties must be changed before releasing -->
+        <ipojo.package.version>1.10.0</ipojo.package.version>
+        <ipojo.extender.version>1.10.0</ipojo.extender.version>
     </properties>
 
     <description>
@@ -177,7 +179,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-ipojo-plugin</artifactId>
-                <version>1.8.4</version>
+                <version>1.10.0</version>
                 <executions>
                     <execution>
                         <goals>