Tag app as snapshot, bump onos version

Change-Id: Icbffe1bbedbdcb42a165e512072309a1c46f3fd8
diff --git a/global/app/pom.xml b/global/app/pom.xml
index 1684fea..eb8de32 100644
--- a/global/app/pom.xml
+++ b/global/app/pom.xml
@@ -21,15 +21,16 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>global</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>ecord-global-app</artifactId>
     <packaging>pom</packaging>
+    <version>1.0.0-SNAPSHOT</version>
 
-    <description>java application bundling orchestration,
-        http communication and topology provider component
+    <description>Java application bundling orchestration,
+        HTTP communication and topology provider component
     </description>
 
     <properties>
diff --git a/global/ce-orchestration/pom.xml b/global/ce-orchestration/pom.xml
index ac7f64f..9eddcf8 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.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>orchestration</artifactId>
@@ -33,7 +33,7 @@
     <properties>
         <web.context>/carrierethernet</web.context>
         <onos.app.name>org.opencord.ce.global.orchestration</onos.app.name>
-        <onos.version>1.10.3</onos.version>
+        <onos.version>1.10.6</onos.version>
         <onos.app.url>http://opencord.org</onos.app.url>
     </properties>
 
diff --git a/global/http-channel/pom.xml b/global/http-channel/pom.xml
index 1ff30e9..800ce2b 100644
--- a/global/http-channel/pom.xml
+++ b/global/http-channel/pom.xml
@@ -22,20 +22,20 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>global</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>global-channel</artifactId>
     <packaging>bundle</packaging>
+    <version>1.0.0-SNAPSHOT</version>
 
-    <description>Http communication channel between hierarchic ONOS controllers</description>
+    <description>HTTP communication channel between hierarchical ONOS controllers</description>
 
     <properties>
         <web.context>/ecord/global</web.context>
         <onos.app.name>org.opencord.ce.global.channel</onos.app.name>
-        <onos.version>1.10.3</onos.version>
+        <onos.version>1.10.6</onos.version>
         <onos.app.url>http://opencord.org</onos.app.url>
-        <project.version>1.0.0</project.version>
     </properties>
 
     <dependencies>
diff --git a/global/pom.xml b/global/pom.xml
index 73f6798..e8d0c91 100644
--- a/global/pom.xml
+++ b/global/pom.xml
@@ -22,18 +22,19 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>ce</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.opencord.ce</groupId>
     <artifactId>global</artifactId>
     <packaging>pom</packaging>
+    <version>1.0.0-SNAPSHOT</version>
 
-    <description>Orchestration logic of Carrier Ethernet Forwarding Constructs</description>
+    <description>Multi-CORD orchestration of Carrier Ethernet services</description>
 
     <properties>
-        <onos.version>1.10.3</onos.version>
-        <onos.app.title>ECORD global orchestrator</onos.app.title>
+        <onos.version>1.10.6</onos.version>
+        <onos.app.title>E-CORD global orchestrator</onos.app.title>
         <onos.app.url>http://opencord.org</onos.app.url>
     </properties>
 
diff --git a/global/virtualprovider/pom.xml b/global/virtualprovider/pom.xml
index a995b1f..aaf695c 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.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>virtualprovider</artifactId>
@@ -32,9 +32,8 @@
 
     <properties>
         <onos.app.name>org.opencord.ce.global.vprovider</onos.app.name>
-        <onos.version>1.10.3</onos.version>
+        <onos.version>1.10.6</onos.version>
         <onos.app.url>http://opencord.org</onos.app.url>
-        <project.version>1.0.0</project.version>
     </properties>
     <dependencies>
         <dependency>