[VOL-5015] Build and deploy VOLTHA ONOS dep:aaa

pom.xml
api/pom.xml
app/pom.xml
-----------
  o Update maven plugins to the latest version.
  o Sadis dep updated from v5.11.0 to 5.11.1
  o Prep work to deploy aaa:v1.10.1

Change-Id: Ia7afc592ebce1e801467d10ab5f3950093524cb4
diff --git a/app/pom.xml b/app/pom.xml
index 4418b92..bc341a4 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>aaa</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.11.0-SNAPSHOT</version>
+        <version>2.10.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -37,7 +37,7 @@
         <onos.app.readme>802.1x authentication service.</onos.app.readme>
 
         <web.context>/onos/aaa</web.context>
-        <api.version>1.0.0</api.version>
+        <api.version>1.0.1</api.version>
         <api.title>AAA REST API</api.title>
         <api.description>REST API to query AAA app information.</api.description>
         <api.package>org.opencord.aaa.rest</api.package>
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
-            <version>1.7.25</version>
+            <version>2.0.7</version>
             <scope>test</scope>
         </dependency>