ONOS dependency of config application must be changed from 1.13.2 to 1.13.6
Change-Id: I7370fdb2b56fd266aac800632e7970bc2c140459
diff --git a/pom.xml b/pom.xml
index fb27e73..f61c736 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-dependencies</artifactId>
- <version>1.13.1</version>
+ <version>1.13.6</version>
<relativePath></relativePath>
</parent>
@@ -35,7 +35,7 @@
<properties>
<onos.app.name>org.opencord.config</onos.app.name>
- <onos.version>1.13.1</onos.version>
+ <onos.version>1.13.6</onos.version>
<onos.app.title>CORD Configuration Meta Application</onos.app.title>
<onos.app.category>Utility</onos.app.category>
<onos.app.url>http://opencord.org</onos.app.url>