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/property-handler/PropertyHandler/pom.xml b/ipojo/examples/property-handler/PropertyHandler/pom.xml
index 14a83df..a2f5472 100644
--- a/ipojo/examples/property-handler/PropertyHandler/pom.xml
+++ b/ipojo/examples/property-handler/PropertyHandler/pom.xml
@@ -24,17 +24,17 @@
 		org.apache.felix.ipojo.example.handler.property

 	</artifactId>

 	<groupId>ipojo.examples</groupId>

-	<version>1.1.0-SNAPSHOT</version>

+	<version>1.3.0-SNAPSHOT</version>

 	<dependencies>

 		<dependency>

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

 			<artifactId>org.apache.felix.ipojo</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.metadata</artifactId>

-			<version>1.1.0-SNAPSHOT</version>

+			<version>1.3.0-SNAPSHOT</version>

 		</dependency>

 	</dependencies>

 	<build>

@@ -64,7 +64,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>