Bump app version to 1.1.0-SNAPSHOT

Change-Id: Ic6bf59b286c57cb0a50250750dc9881cf29792b1
diff --git a/ce-api/pom.xml b/ce-api/pom.xml
index 3233351..c5c2b73 100644
--- a/ce-api/pom.xml
+++ b/ce-api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
     	<groupId>org.opencord</groupId>
     	<artifactId>ce</artifactId>
-	    <version>1.0.0</version>
+	    <version>1.1.0-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
diff --git a/global/app/pom.xml b/global/app/pom.xml
index 150e4a6..16143e7 100644
--- a/global/app/pom.xml
+++ b/global/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>global</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/global/ce-orchestration/pom.xml b/global/ce-orchestration/pom.xml
index d4d8995..c1d35a3 100644
--- a/global/ce-orchestration/pom.xml
+++ b/global/ce-orchestration/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>global</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>orchestration</artifactId>
diff --git a/global/http-channel/pom.xml b/global/http-channel/pom.xml
index 7e1741e..d2cb2cb 100644
--- a/global/http-channel/pom.xml
+++ b/global/http-channel/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>global</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>global-channel</artifactId>
diff --git a/global/pom.xml b/global/pom.xml
index 2dd3fa5..7898d41 100644
--- a/global/pom.xml
+++ b/global/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>ce</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.opencord.ce</groupId>
     <artifactId>global</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
 
     <description>Multi-CORD orchestration of Carrier Ethernet services</description>
 
diff --git a/global/virtualprovider/pom.xml b/global/virtualprovider/pom.xml
index f32cbe2..c8f2db1 100644
--- a/global/virtualprovider/pom.xml
+++ b/global/virtualprovider/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>global</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>virtualprovider</artifactId>
diff --git a/local/bigswitch/pom.xml b/local/bigswitch/pom.xml
index 0eddac4..8fa83b9 100644
--- a/local/bigswitch/pom.xml
+++ b/local/bigswitch/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>bigswitch</artifactId>
diff --git a/local/ce-fabric/pom.xml b/local/ce-fabric/pom.xml
index 9e2c397..c7d7e45 100644
--- a/local/ce-fabric/pom.xml
+++ b/local/ce-fabric/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>fabric</artifactId>
diff --git a/local/ce-vee/pom.xml b/local/ce-vee/pom.xml
index 00cacf1..92fadac 100644
--- a/local/ce-vee/pom.xml
+++ b/local/ce-vee/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>vee</artifactId>
diff --git a/local/common-component/pom.xml b/local/common-component/pom.xml
index 3a602f2..99119e0 100644
--- a/local/common-component/pom.xml
+++ b/local/common-component/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/local/http-channel/pom.xml b/local/http-channel/pom.xml
index 8a0fd5d..ad667e5 100644
--- a/local/http-channel/pom.xml
+++ b/local/http-channel/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>local-channel</artifactId>
diff --git a/local/pom.xml b/local/pom.xml
index 16a2941..dba8b5f 100644
--- a/local/pom.xml
+++ b/local/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>ce</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.opencord.ce</groupId>
     <artifactId>local</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>Local components of the CORD Carrier Ethernet service</description>
diff --git a/pom.xml b/pom.xml
index d1e2909..308dc9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>ce</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>Carrier Ethernet service for CORD</description>