Releasing REST API and removing SNAPSHOT reference from .md file

Change-Id: I8b7c0756106b4bffaec8200cb60a22f8cdfd1fa7
diff --git a/app/pom.xml b/app/pom.xml
index 187a9b7..145eeac 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -31,7 +31,7 @@
 
     <properties>
         <web.context>/onos/pppoeagent</web.context>
-        <api.version>1.0.0-SNAPSHOT</api.version>
+        <api.version>1.0.0</api.version>
         <api.title>PPPoE Agent REST API</api.title>
         <api.description>REST API to query PPPoE agent sessions information.</api.description>
         <api.package>org.opencord.pppoeagent.rest</api.package>