VOL-475 cherry-pick 9dbddc4361eebde06eea880cec5e6f745f1256df (ONOS VERSION)
Change-Id: I2b966deade6cea62291b7253d78e721dd9c1ebdb
diff --git a/pom.xml b/pom.xml
index 635d0b6..cb24eee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-dependencies</artifactId>
- <version>1.10.6</version>
+ <version>1.10.9</version>
<relativePath></relativePath>
</parent>
@@ -35,15 +35,13 @@
<properties>
<onos.app.name>org.opencord.mcast</onos.app.name>
- <onos.version>1.10.6</onos.version>
+ <onos.version>1.10.9</onos.version>
<onos.app.category>Traffic Steering</onos.app.category>
<onos.app.title>CORD Multicast App</onos.app.title>
<onos.app.url>http://opencord.org</onos.app.url>
<onos.app.requires>org.opencord.config</onos.app.requires>
<cord.config.version>1.4.0-SNAPSHOT</cord.config.version>
<olt.api.version>1.4.0-SNAPSHOT</olt.api.version>
- <!-- TODO onos-build-conf.version can be dropped when onos.version > 1.10.3 -->
- <onos-build-conf.version>1.10.3-onf</onos-build-conf.version>
</properties>
<dependencies>