Tag app as snapshot, bump onos version

Change-Id: Icbffe1bbedbdcb42a165e512072309a1c46f3fd8
diff --git a/local/bigswitch/pom.xml b/local/bigswitch/pom.xml
index 71f0179..0fe80b2 100644
--- a/local/bigswitch/pom.xml
+++ b/local/bigswitch/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>bigswitch</artifactId>
@@ -32,10 +32,9 @@
 
     <properties>
         <onos.app.name>org.opencord.ce.local.bigswitch</onos.app.name>
-        <onos.app.title>ECORD-CE App</onos.app.title>
+        <onos.app.title>E-CORD Carrier Ethernet bigswitch abstraction</onos.app.title>
         <onos.app.url>http://opencord.org</onos.app.url>
-        <project.version>1.0.0</project.version>
-        <onos.version>1.10.3</onos.version>
+        <onos.version>1.10.6</onos.version>
     </properties>
 
     <dependencies>
diff --git a/local/ce-central-office/pom.xml b/local/ce-central-office/pom.xml
index 108623f..3ae3a36 100644
--- a/local/ce-central-office/pom.xml
+++ b/local/ce-central-office/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>co</artifactId>
     <packaging>bundle</packaging>
 
-    <description>Central Office app for Carrier Ethernet Service</description>
+    <description>CORD application for Carrier Ethernet Service</description>
 
     <properties>
         <onos.app.name>org.opencord.ce.local.co</onos.app.name>
diff --git a/local/ce-transport/pom.xml b/local/ce-transport/pom.xml
index edf24d8..dc8e9a3 100644
--- a/local/ce-transport/pom.xml
+++ b/local/ce-transport/pom.xml
@@ -22,17 +22,17 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>transport</artifactId>
     <packaging>bundle</packaging>
 
-    <description>Transport network provisioner of Carrier Ethernet Service</description>
+    <description>Transport network provisioner of Carrier Ethernet service</description>
 
     <properties>
         <onos.app.name>org.opencord.ce.local.transport</onos.app.name>
-        <onos.version>1.10.0</onos.version>
+        <onos.version>1.10.6</onos.version>
         <onos.app.url>http://opencord.org</onos.app.url>
     </properties>
 
diff --git a/local/ce-vee/pom.xml b/local/ce-vee/pom.xml
index 8a416d4..a95012a 100644
--- a/local/ce-vee/pom.xml
+++ b/local/ce-vee/pom.xml
@@ -22,17 +22,18 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-    	<version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>vee</artifactId>
     <packaging>bundle</packaging>
+    <version>1.0.0-SNAPSHOT</version>
 
-    <description>Virtual ethernet edge service for CORD</description>
+    <description>Virtual Ethernet Edge service for CORD</description>
 
     <properties>
         <onos.app.name>org.opencord.ce.local.vee</onos.app.name>
-        <onos.app.title>ECORD-CE App</onos.app.title>
+        <onos.app.title>E-CORD Ethernet Edge app</onos.app.title>
         <onos.app.url>http://opencord.org</onos.app.url>
     </properties>
     <dependencies>
diff --git a/local/common-component/pom.xml b/local/common-component/pom.xml
index 336be69..8b190f7 100644
--- a/local/common-component/pom.xml
+++ b/local/common-component/pom.xml
@@ -21,19 +21,19 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</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
+    <description>Java application bundling the bigswitch abstraction
+        and the HTTP channel component
     </description>
 
     <properties>
-        <project.version>1.0.0</project.version>
         <onos.app.name>org.opencord.ce.local.app</onos.app.name>
     </properties>
 
diff --git a/local/http-channel/pom.xml b/local/http-channel/pom.xml
index e6a367e..ba9d8af 100644
--- a/local/http-channel/pom.xml
+++ b/local/http-channel/pom.xml
@@ -22,20 +22,20 @@
     <parent>
         <groupId>org.opencord.ce</groupId>
         <artifactId>local</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.0-SNAPSHOT</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.app.name>org.opencord.ce.local.channel.http</onos.app.name>
         <web.context>/ecord</web.context>
-        <onos.app.title>ECORD-CE App</onos.app.title>
+        <onos.app.title>E-CORD CE App</onos.app.title>
         <onos.app.url>http://opencord.org</onos.app.url>
-        <project.version>1.0.0</project.version>
     </properties>
 
     <dependencies>
diff --git a/local/pom.xml b/local/pom.xml
index c91f1b8..146a1e7 100644
--- a/local/pom.xml
+++ b/local/pom.xml
@@ -22,19 +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>local</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <description>Local components of the Carrier Ethernet Metro application</description>
+    <description>Local components of the CORD Carrier Ethernet service</description>
 
     <properties>
-        <onos.version>1.10.3</onos.version>
-        <onos.app.title>ECORD Carrier Ethernet local site component</onos.app.title>
+        <onos.version>1.10.6</onos.version>
+        <onos.app.title>E-CORD Carrier Ethernet local site component</onos.app.title>
         <onos.app.url>http://opencord.org</onos.app.url>
     </properties>