Moving the app to depend on released ONOS 2.5.5 and Sadis app (5.5.0)

Change-Id: I09cd80ed88230cb454af35bbfefcd709428a6e83
diff --git a/pom.xml b/pom.xml
index cc7064f..a716c00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-dependencies</artifactId>
-        <version>2.5.4</version>
+        <version>2.5.5</version>
     </parent>
     <groupId>org.opencord</groupId>
     <artifactId>olt</artifactId>
@@ -35,7 +35,7 @@
     <description>OLT Application</description>
     <url>http://onosproject.org</url>
     <properties>
-        <sadis.api.version>5.5.0-SNAPSHOT</sadis.api.version>
+        <sadis.api.version>5.5.1</sadis.api.version>
         <olt.api.version>5.0.0-SNAPSHOT</olt.api.version>
     </properties>
     <dependencies>