Using a released version of the Sadis app

3.1.0 and 3.2.0-SNAPSHOT are feature equivalent

Change-Id: I2f494aff5ae7a9c6f7b75f1e3697a966b670a741
diff --git a/api/pom.xml b/api/pom.xml
index 2f46fc8..fa0c72d 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -31,7 +31,7 @@
     <description>AAA application API</description>
 
     <properties>
-        <sadis.api.version>3.2.0-SNAPSHOT</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 4362b36..ec54d27 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -39,7 +39,7 @@
         <onos.app.requires>
             org.opencord.sadis
         </onos.app.requires>
-        <sadis.api.version>3.2.0-SNAPSHOT</sadis.api.version>
+        <sadis.api.version>3.1.0</sadis.api.version>
     </properties>
 
     <dependencies>