Move to the next version

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@556162 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/pom.xml b/examples/pom.xml
index 22dd803..fc9d2ea 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -2,13 +2,14 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
-    <version>0.9.0-incubator-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
   <name>Apache Felix Examples: Build</name>
   <artifactId>build</artifactId>
+  <version>0.9.0-SNAPSHOT</version>
 
   <profiles>
     <profile>
@@ -48,13 +49,4 @@
       </modules>
     </profile>
   </profiles>
-
-  <dependencies>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <version>${pom.version}</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
 </project>