Release app version 2.5.0 with API version 2.5.0

Change-Id: I003eb16e3556ba15810368fd1e23d0b010cc1bf2
diff --git a/api/pom.xml b/api/pom.xml
index a08fa61..dd44ae6 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-app-igmpproxy</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.5.0-SNAPSHOT</version>
+        <version>2.5.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/app/pom.xml b/app/pom.xml
index d934684..5087c1b 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-app-igmpproxy</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.5.0-SNAPSHOT</version>
+        <version>2.5.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index b3d1fbe..f4988ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,11 +27,11 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>onos-app-igmpproxy</artifactId>
-    <version>2.5.0-SNAPSHOT</version>
+    <version>2.5.0</version>
     <packaging>pom</packaging>
 
     <properties>
-        <igmpproxy.api.version>2.5.0-SNAPSHOT</igmpproxy.api.version>
+        <igmpproxy.api.version>2.5.0</igmpproxy.api.version>
     </properties>
 
     <modules>