Tag app as snapshot, bump onos version

Change-Id: Icbffe1bbedbdcb42a165e512072309a1c46f3fd8
diff --git a/ce-api/pom.xml b/ce-api/pom.xml
index 52ab448..52a5fd6 100644
--- a/ce-api/pom.xml
+++ b/ce-api/pom.xml
@@ -22,20 +22,20 @@
     <parent>
     	<groupId>org.opencord</groupId>
     	<artifactId>ce</artifactId>
-	    <version>1.0.0</version>
+	    <version>1.0.0-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
     <groupId>org.opencord.ce</groupId>
     <artifactId>ce-api</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <description>Virtual ethernet edge service for CORD</description>
+    <description>Carrier Ethernet service API</description>
 
     <properties>
         <onos.app.name>org.opencord.ce.api</onos.app.name>
-        <onos.app.title>ECORD CE API App</onos.app.title>
+        <onos.app.title>Carrier Ethernet service API</onos.app.title>
         <onos.app.url>http://opencord.org</onos.app.url>
     </properties>
 
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.onosproject</groupId>
             <artifactId>onos-api</artifactId>
-            <version>1.10.3</version>
+            <version>1.10.6</version>
         </dependency>
     </dependencies>
     <build>