Tag app as snapshot, bump onos version

Change-Id: Icbffe1bbedbdcb42a165e512072309a1c46f3fd8
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>