ONOS dependency is changed from 1.13.8 to 1.13.9-rc3
Change-Id: Id20b33a2a737c405aa1818de0111bd08135ad3e0
diff --git a/README-NEW-DESIGN.md b/README-NEW-DESIGN.md
index caa3310..d1b56cc 100644
--- a/README-NEW-DESIGN.md
+++ b/README-NEW-DESIGN.md
@@ -57,9 +57,9 @@
-------
To test the related work:
-- Run ONOS 1.13.8 using "ok clean"
+- Run ONOS 1.13.9-rc3 using "ok clean"
-- Go to 1.13.8/config directory and create cfg.json. If you want to test the remote address, then enter the entry:
+- Go to 1.13.9-rc3/config directory and create cfg.json. If you want to test the remote address, then enter the entry:
```
{
@@ -161,7 +161,7 @@
```
- Add the config that refers to cfg.json.
```
- onos-netcfg localhost /tmp/1.13.8/config/cfg.json
+ onos-netcfg localhost /tmp/1.13.9-rc3/config/cfg.json
```
- Connect to ONOS CLI and run SADIS commands:
diff --git a/pom.xml b/pom.xml
index e487ae9..4760490 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-dependencies</artifactId>
- <version>1.13.8</version>
+ <version>1.13.9-rc3</version>
<relativePath></relativePath>
</parent>
@@ -33,7 +33,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <onos.version>1.13.8</onos.version>
+ <onos.version>1.13.9-rc3</onos.version>
<onos.app.name>org.opencord.sadis</onos.app.name>
<onos.app.category>Utility</onos.app.category>
<onos.app.title>Subscriber and Access Device Information Service</onos.app.title>