[VOL-5027] - Build and deploy dhcpl2relay

pom.xml
app/pom.xml
-----------
  o Update maven plugins to the latest version
  o in prep for a release build.

Change-Id: I80ce57730a363f9186bfd36d7fd468caa96870e2
diff --git a/app/pom.xml b/app/pom.xml
index e97609e..338f5fc 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -40,7 +40,7 @@
         </onos.app.requires>
 
         <web.context>/onos/dhcpl2relay</web.context>
-        <api.version>1.0.0</api.version>
+        <api.version>1.0.1</api.version>
         <api.title>DhcpL2Relay REST API</api.title>
         <api.description>REST API to query DhcpL2Relay allocation entries.</api.description>
         <api.package>org.opencord.dhcpl2relay.rest</api.package>
@@ -182,4 +182,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>