Tag app as snapshot, bump onos version
Change-Id: Icbffe1bbedbdcb42a165e512072309a1c46f3fd8
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>