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/examples/junit4osgi/swing-runner/pom.xml b/ipojo/examples/junit4osgi/swing-runner/pom.xml
index 4300412..5369b6a 100644
--- a/ipojo/examples/junit4osgi/swing-runner/pom.xml
+++ b/ipojo/examples/junit4osgi/swing-runner/pom.xml
@@ -22,17 +22,17 @@
 	<name>Junit4Osgi-Swing-GUI</name>

 	<artifactId>org.apache.felix.ipojo.junit4osgi.swing-gui</artifactId>

 	<groupId>ipojo.examples</groupId>

-	<version>0.9.0-SNAPSHOT</version>

+	<version>1.1.0-SNAPSHOT</version>

 	<dependencies>

 		<dependency>

 			<groupId>${pom.groupId}</groupId>

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

-			<version>0.9.0-SNAPSHOT</version>

+			<version>1.1.0-SNAPSHOT</version>

 		</dependency>

 		<dependency>

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

 			<artifactId>org.apache.felix.shell</artifactId>

-			<version>1.0.0</version>

+			<version>1.0.2</version>

 		</dependency>

 		<dependency>

 			<groupId>junit</groupId>

@@ -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>

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

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

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

-				<version>0.9.0-SNAPSHOT</version>

+				<version>1.1.0-SNAPSHOT</version>

 				<executions>

 					<execution>

 						<goals>