Release app version 5.2.1

Change-Id: Ieb9ff5d3613ea8f03997f01217dddcab771ce7e2
diff --git a/api/pom.xml b/api/pom.xml
index d73c46e..68fef0e 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -48,4 +48,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/app/pom.xml b/app/pom.xml
index 56d67b2..d2b1ca6 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,13 +20,13 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opencord</groupId>
     <artifactId>olt-app</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.1</version>
     <packaging>bundle</packaging>
     <description>OLT application for CORD</description>
     <properties>
@@ -47,4 +47,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/impl/pom.xml b/impl/pom.xml
index ad78255..e9645d3 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -20,12 +20,12 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>olt-impl</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.1</version>
     <packaging>bundle</packaging>
     <dependencies>
         <dependency>
@@ -108,4 +108,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index 1ce8fa3..2318885 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,13 +30,13 @@
     </parent>
     <groupId>org.opencord</groupId>
     <artifactId>olt</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.2.1</version>
     <packaging>pom</packaging>
     <description>OLT Application</description>
     <url>http://onosproject.org</url>
     <properties>
         <sadis.api.version>5.6.0</sadis.api.version>
-        <olt.api.version>5.2.0-SNAPSHOT</olt.api.version>
+        <olt.api.version>5.2.1</olt.api.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/web/pom.xml b/web/pom.xml
index d99af4a..7fbc318 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>olt</artifactId>
         <groupId>org.opencord</groupId>
-        <version>5.2.0-SNAPSHOT</version>
+        <version>5.2.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>olt-web</artifactId>
@@ -81,4 +81,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>