Bump CE apps to version 1.0.0

Change-Id: Ic3fa36daf7f5634278089512b765467140299bd4
diff --git a/global/app/pom.xml b/global/app/pom.xml
index 0c6f282..150e4a6 100644
--- a/global/app/pom.xml
+++ b/global/app/pom.xml
@@ -21,13 +21,12 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>global</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</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
@@ -41,17 +40,17 @@
         <dependency>
             <groupId>org.opencord.ce</groupId>
             <artifactId>orchestration</artifactId>
-            <version>${project.version}</version>
+            <version>${project.parent.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opencord.ce</groupId>
             <artifactId>global-channel</artifactId>
-            <version>${project.version}</version>
+            <version>${project.parent.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opencord.ce</groupId>
             <artifactId>virtualprovider</artifactId>
-            <version>${project.version}</version>
+            <version>${project.parent.version}</version>
         </dependency>
     </dependencies>
 
diff --git a/global/ce-orchestration/pom.xml b/global/ce-orchestration/pom.xml
index ac98571..d4d8995 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-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>orchestration</artifactId>
diff --git a/global/http-channel/pom.xml b/global/http-channel/pom.xml
index bf0093f..7e1741e 100644
--- a/global/http-channel/pom.xml
+++ b/global/http-channel/pom.xml
@@ -22,12 +22,11 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>global</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>global-channel</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.0-SNAPSHOT</version>
 
     <description>HTTP communication channel between hierarchical ONOS controllers</description>
 
@@ -42,7 +41,7 @@
         <dependency>
             <groupId>org.opencord.ce</groupId>
             <artifactId>orchestration</artifactId>
-            <version>${project.version}</version>
+            <version>${project.parent.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/global/pom.xml b/global/pom.xml
index 142831b..2dd3fa5 100644
--- a/global/pom.xml
+++ b/global/pom.xml
@@ -22,18 +22,17 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>ce</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.opencord.ce</groupId>
     <artifactId>global</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <description>Multi-CORD orchestration of Carrier Ethernet services</description>
 
     <properties>
-        <onos.version>1.10.10</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 04c2df2..f32cbe2 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-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>virtualprovider</artifactId>