Release app version 1.10.1 with API version 1.10.1

Change-Id: Ie75afa864fe2cf084822e29f5efda6b6adc86bc7
diff --git a/api/pom.xml b/api/pom.xml
index 38ab21f..0423d8a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>aaa</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.10.1-SNAPSHOT</version>
+        <version>1.10.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/app/pom.xml b/app/pom.xml
index bc341a4..03ee51c 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>aaa</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.10.1-SNAPSHOT</version>
+        <version>1.10.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index f292b0c..77cd68f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>aaa</artifactId>
-    <version>2.10.1-SNAPSHOT</version>
+    <version>1.10.1</version>
     <packaging>pom</packaging>
 
     <properties>
         <sadis.api.version>5.11.1</sadis.api.version>
-        <aaa.api.version>2.10.1-SNAPSHOT</aaa.api.version>
+        <aaa.api.version>1.10.1</aaa.api.version>
     </properties>
 
     <modules>