Using sadis:3.1.0 version

Change-Id: Ib678a1cc2bb9ac70b4a50df306f63d3bb02a8e56
diff --git a/api/pom.xml b/api/pom.xml
index f6d0f9e..a447c82 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -33,7 +33,7 @@
 
     <description>OLT application API</description>
     <properties>
-        <sadis.api.version>3.0.0</sadis.api.version>
+        <sadis.api.version>3.1.0</sadis.api.version>
     </properties>
 
     <dependencies>
diff --git a/app/pom.xml b/app/pom.xml
index 0ee82ff..1b71d17 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -45,7 +45,7 @@
         <onos.app.readme>CORD OLT Access management application</onos.app.readme>
         <api.package>org.opencord.olt.rest</api.package>
         <olt.api.version>${project.version}</olt.api.version>
-        <sadis.api.version>3.0.0</sadis.api.version>
+        <sadis.api.version>3.1.0</sadis.api.version>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 591ec37..07ba8d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-dependencies</artifactId>
-        <version>1.13.9-rc4</version>
+        <version>1.13.9</version>
         <relativePath></relativePath>
     </parent>
 
@@ -33,7 +33,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.13.9-rc4</onos.version>
+        <onos.version>1.13.9</onos.version>
     </properties>
 
     <modules>