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>