Prepares for next development iteration (1.1.0-SNAPSHOT)
Updates dependencies to target latest released version
Adds the compareTo method to ServiceReferenceImpl.java (required by the newest OSGi Core)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@704540 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index 4286976..9ebb598 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -27,7 +27,7 @@
 	<packaging>bundle</packaging>
 	<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
 	<groupId>org.apache.felix</groupId>
-	<version>1.0.0</version>
+	<version>1.1.0-SNAPSHOT</version>
 	<name>Apache Felix iPOJO Manipulator</name>
 
 	<dependencies>
@@ -45,7 +45,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.ipojo.metadata</artifactId>
-			<version>1.0.0</version>
+			<version>1.1.0-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -53,7 +53,7 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.2</version>
+				<version>1.4.3</version>
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>