Release app version 1.1.0 with API version 1.1.0

Change-Id: I3df15cd687eedbc3a2d85c9b4436c0de8de507aa
diff --git a/api/pom.xml b/api/pom.xml
index 632e8e4..cc8d1d0 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>pppoeagent</artifactId>
         <groupId>org.opencord</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/app/pom.xml b/app/pom.xml
index 7150ae1..badafc9 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>pppoeagent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -72,7 +72,7 @@
         <dependency>
             <groupId>org.opencord</groupId>
             <artifactId>pppoeagent-api</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.1.0</version>
             <scope>compile</scope>
         </dependency>
 
diff --git a/pom.xml b/pom.xml
index e848f0b..c82762e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>pppoeagent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
     <packaging>pom</packaging>
 
     <description>PPPoE Intermediate Agent</description>