update versions.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1073695 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/api/pom.xml b/ipojo/api/pom.xml
index 31b257e..277fd9a 100644
--- a/ipojo/api/pom.xml
+++ b/ipojo/api/pom.xml
@@ -28,12 +28,12 @@
   <artifactId>org.apache.felix.ipojo.api</artifactId>
   <version>1.7.0-SNAPSHOT</version>
   <name>Apache Felix iPOJO API</name>
-  
+
   <description>
   iPOJO API used to define component types and instances in Java.
   </description>
   <url>http://felix.apache.org/site/apache-felix-ipojo-api.html</url>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -58,12 +58,12 @@
               org.apache.felix.ipojo.api.composite,
               org.apache.felix.ipojo.manipulation,
               org.apache.felix.ipojo.manipulation.annotations,
-              org.objectweb.asm.commons;version=3.0, 
+              org.objectweb.asm.commons;version=3.0,
               org.objectweb.asm;version=3.0
             </Export-Package>
-            <Include-Resource> 
+            <Include-Resource>
               META-INF/LICENSE=LICENSE,
-              META-INF/NOTICE=NOTICE, 
+              META-INF/NOTICE=NOTICE,
               META-INF/LICENSE.asm=LICENSE.asm,
               META-INF/DEPENDENCIES=DEPENDENCIES
             </Include-Resource>
@@ -104,17 +104,17 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo</artifactId>
-      <version>${project.version}</version>
+      <version>1.8.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo.composite</artifactId>
-      <version>${project.version}</version>
+      <version>1.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-      <version>${project.version}</version>
+      <version>1.8.0</version>
     </dependency>
     <dependency>
       <groupId>asm</groupId>
diff --git a/ipojo/composite/pom.xml b/ipojo/composite/pom.xml
index 8f36d19..ade5954 100644
--- a/ipojo/composite/pom.xml
+++ b/ipojo/composite/pom.xml
@@ -28,7 +28,7 @@
   <name>Apache Felix iPOJO Composite</name>
   <artifactId>org.apache.felix.ipojo.composite</artifactId>
   <groupId>org.apache.felix</groupId>
-  <version>1.8.1-SNAPSHOT</version>
+  <version>1.9.0-SNAPSHOT</version>
 
   <properties>
     <ipojo.package.version>1.8.0</ipojo.package.version>