Modify version number to be 0.9.0-SNAPSHOT everywhere
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@660270 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/examples/tutorial-maven/hello.client/pom.xml b/ipojo/examples/tutorial-maven/hello.client/pom.xml
index d838d1b..19978b7 100644
--- a/ipojo/examples/tutorial-maven/hello.client/pom.xml
+++ b/ipojo/examples/tutorial-maven/hello.client/pom.xml
@@ -21,13 +21,13 @@
<packaging>bundle</packaging><!-- Use the BND Maven plug-in -->
<groupId>ipojo.examples</groupId>
<artifactId>hello.client</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.9.0-SNAPSHOT</version>
<name>Hello Service Client</name>
<dependencies>
<dependency>
<groupId>ipojo.examples</groupId>
<artifactId>hello.service</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.9.0-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-ipojo-plugin</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.9.0-SNAPSHOT</version>
<executions>
<execution>
<goals>