Release app version 5.2.7 with API version 5.2.7

Signed-off-by: Jenkins <do-not-reply@opennetworking.org>
Change-Id: I4aab09a01a6132b77d867d5cd4266db965a6eade
diff --git a/api/pom.xml b/api/pom.xml
index 87dabf0..7244fb5 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>5.2.7-SNAPSHOT</version>
+        <version>5.2.7</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/app/pom.xml b/app/pom.xml
index 84f74cb..12c1f7d 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,13 +20,13 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>5.2.7-SNAPSHOT</version>
+        <version>5.2.7</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opencord</groupId>
     <artifactId>olt-app</artifactId>
-    <version>5.2.7-SNAPSHOT</version>
+    <version>5.2.7</version>
     <packaging>bundle</packaging>
     <description>OLT application for CORD</description>
     <properties>
diff --git a/impl/pom.xml b/impl/pom.xml
index 1bec019..c3e71d2 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -20,12 +20,12 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>5.2.7-SNAPSHOT</version>
+        <version>5.2.7</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>olt-impl</artifactId>
-    <version>5.2.7-SNAPSHOT</version>
+    <version>5.2.7</version>
     <packaging>bundle</packaging>
     <dependencies>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 2aa26cd..8afe15f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,13 +30,13 @@
     </parent>
     <groupId>org.opencord</groupId>
     <artifactId>olt</artifactId>
-    <version>5.2.7-SNAPSHOT</version>
+    <version>5.2.7</version>
     <packaging>pom</packaging>
     <description>OLT Application</description>
     <url>http://onosproject.org</url>
     <properties>
         <sadis.api.version>5.12.2</sadis.api.version>
-        <olt.api.version>5.2.7-SNAPSHOT</olt.api.version>
+        <olt.api.version>5.2.7</olt.api.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/web/pom.xml b/web/pom.xml
index a4a0c9b..a0e96e7 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>5.2.7-SNAPSHOT</version>
+        <version>5.2.7</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>olt-web</artifactId>