Bump version to 1.12.0-SNAPSHOT.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1593117 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/ipojo-gogo-commands/pom.xml b/ipojo/runtime/ipojo-gogo-commands/pom.xml
index f204c48..f6a475d 100644
--- a/ipojo/runtime/ipojo-gogo-commands/pom.xml
+++ b/ipojo/runtime/ipojo-gogo-commands/pom.xml
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix iPOJO Gogo Command</name>
     <artifactId>org.apache.felix.ipojo.gogo</artifactId>
-    <version>1.11.3-SNAPSHOT</version>
+    <version>1.12.0-SNAPSHOT</version>
 
     <description>
         Provides commands for the Gogo shell to introspect the iPOJO ecosystem.
@@ -40,12 +40,12 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo</artifactId>
-            <version>1.11.3-SNAPSHOT</version>
+            <version>1.12.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.ipojo.annotations</artifactId>
-            <version>1.11.1</version>
+            <version>1.11.2</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>