Update dependencies to use iPOJO 1.3.0-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@744879 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/examples/tutorial-maven/hello.impl.annotation/pom.xml b/ipojo/examples/tutorial-maven/hello.impl.annotation/pom.xml
index efecb2d..4bca679 100644
--- a/ipojo/examples/tutorial-maven/hello.impl.annotation/pom.xml
+++ b/ipojo/examples/tutorial-maven/hello.impl.annotation/pom.xml
@@ -21,7 +21,7 @@
 	<packaging>bundle</packaging>

 	<groupId>ipojo.examples</groupId>

 	<artifactId>hello.impl.annotation</artifactId>

-	<version>1.1.0-SNAPSHOT</version>

+	<version>1.3.0-SNAPSHOT</version>

 	<name>Hello Service Provider using Annotations</name>

 

 	<pluginRepositories>

@@ -44,12 +44,12 @@
 		<dependency>

 			<groupId>ipojo.examples</groupId>

 			<artifactId>hello.service</artifactId>

-			<version>1.1.0-SNAPSHOT</version>

+			<version>1.3.0-SNAPSHOT</version>

 		</dependency>

 		<dependency>

 			<groupId>org.apache.felix</groupId>

 			<artifactId>org.apache.felix.ipojo.annotations</artifactId>

-			<version>1.1.0-SNAPSHOT</version>

+			<version>1.3.0-SNAPSHOT</version>

 		</dependency>

 	</dependencies>

 

@@ -81,7 +81,7 @@
 			<plugin>

 				<groupId>org.apache.felix</groupId>

 				<artifactId>maven-ipojo-plugin</artifactId>

-				<version>1.1.0-SNAPSHOT</version>

+				<version>1.3.0-SNAPSHOT</version>

 				<executions>

 					<execution>

 						<goals>