Bump CE apps to version 1.0.0

Change-Id: Ic3fa36daf7f5634278089512b765467140299bd4
diff --git a/local/http-channel/pom.xml b/local/http-channel/pom.xml
index 6d3bcf3..8a0fd5d 100644
--- a/local/http-channel/pom.xml
+++ b/local/http-channel/pom.xml
@@ -22,17 +22,15 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>local-channel</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.0-SNAPSHOT</version>
 
     <description>Http communication channel between hierarchic ONOS controllers</description>
 
     <properties>
-        <onos.version>1.10.10</onos.version>
         <onos.app.name>org.opencord.ce.local.channel.http</onos.app.name>
         <web.context>/ecord</web.context>
         <onos.app.title>E-CORD CE App</onos.app.title>
@@ -43,7 +41,7 @@
         <dependency>
             <groupId>org.opencord.ce</groupId>
             <artifactId>bigswitch</artifactId>
-            <version>${project.version}</version>
+            <version>${project.parent.version}</version>
         </dependency>
     </dependencies>