Release app version 2.11.2 with API version 2.11.2

Signed-off-by: Jenkins <do-not-reply@opennetworking.org>
Change-Id: Ifb49f0cbf420a50d6fcd71fa5028cd36bd788a8c
diff --git a/api/pom.xml b/api/pom.xml
index 0f6bf9d..454365e 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>aaa</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.11.2-SNAPSHOT</version>
+        <version>2.11.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/app/pom.xml b/app/pom.xml
index 370614b..5ec45af 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>aaa</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.11.2-SNAPSHOT</version>
+        <version>2.11.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 590b5a6..551faba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>aaa</artifactId>
-    <version>2.11.2-SNAPSHOT</version>
+    <version>2.11.2</version>
     <packaging>pom</packaging>
 
     <properties>
         <sadis.api.version>5.12.3</sadis.api.version>
-        <aaa.api.version>2.11.2-SNAPSHOT</aaa.api.version>
+        <aaa.api.version>2.11.2</aaa.api.version>
     </properties>
 
     <modules>