Tag app as snapshot, bump onos version

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