Release app version 1.0.0 with API version

Change-Id: I3dcf3d79b1082af3b7e8f6f2c3c4294c7042db31
diff --git a/app/pom.xml b/app/pom.xml
index 145eeac..3dcfac6 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>pppoeagent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -72,7 +72,7 @@
         <dependency>
             <groupId>org.opencord</groupId>
             <artifactId>pppoeagent-api</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>compile</scope>
         </dependency>