[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/api/pom.xml b/api/pom.xml
index 165810e..38ab21f 100644
--- a/api/pom.xml
+++ b/api/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>
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>
diff --git a/pom.xml b/pom.xml
index 0e6f5d7..f292b0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
<groupId>org.opencord</groupId>
<artifactId>aaa</artifactId>
- <version>2.11.0-SNAPSHOT</version>
+ <version>2.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
- <sadis.api.version>5.9.0</sadis.api.version>
- <aaa.api.version>2.11.0-SNAPSHOT</aaa.api.version>
+ <sadis.api.version>5.11.1</sadis.api.version>
+ <aaa.api.version>2.10.1-SNAPSHOT</aaa.api.version>
</properties>
<modules>
@@ -82,7 +82,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.0.4</version>
+ <version>4.7.3.4</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
@@ -95,7 +95,7 @@
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
- <version>1.10.1</version>
+ <version>1.12.0</version>
</plugin>
</plugins>
</configuration>