Bump CE apps to version 1.0.0

Change-Id: Ic3fa36daf7f5634278089512b765467140299bd4
diff --git a/local/common-component/pom.xml b/local/common-component/pom.xml
index 057156a..3a602f2 100644
--- a/local/common-component/pom.xml
+++ b/local/common-component/pom.xml
@@ -21,13 +21,12 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>ecord-local-app</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.0-SNAPSHOT</version>
 
     <description>Java application bundling the bigswitch abstraction
         and the HTTP channel component
@@ -41,12 +40,12 @@
         <dependency>
             <groupId>org.opencord.ce</groupId>
             <artifactId>bigswitch</artifactId>
-            <version>${project.version}</version>
+            <version>${project.parent.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opencord.ce</groupId>
             <artifactId>local-channel</artifactId>
-            <version>${project.version}</version>
+            <version>${project.parent.version}</version>
         </dependency>
     </dependencies>