Update dependency to point on the new version (0.9.0-SNAPSHOT)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@657711 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/core/pom.xml b/ipojo/core/pom.xml
index b1c76f6..5419ff0 100644
--- a/ipojo/core/pom.xml
+++ b/ipojo/core/pom.xml
@@ -43,12 +43,12 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.metadata</artifactId>
- <version>0.8.0</version>
+ <version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
- <version>0.8.0</version>
+ <version>0.9.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
@@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-ipojo-plugin</artifactId>
- <version>0.8.0</version>
+ <version>0.9.0-SNAPSHOT</version>
<executions>
<execution>
<goals>