[VOL-5016] - Build and deploy VOLTHA ONOS dep:aaa
pom.xml
api/pom.xml
app/pom.xml
-----------
o Maven plugins jackson-{annotations,datbind} not updated in api/pom.xml.
o Adjust version from 5.12.0-SNAPSHOT to 5.11.1-SNAPSHOT
o Rebuild and publish so dependencies are correct.
Change-Id: Id95db3c23792830a9f688f8b1d8c130343331f62
diff --git a/api/pom.xml b/api/pom.xml
index 199a42b..e490f0f 100755
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>sadis</artifactId>
<groupId>org.opencord</groupId>
- <version>5.12.0-SNAPSHOT</version>
+ <version>5.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -47,14 +47,14 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.10.2</version>
+ <version>2.15.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.10.2</version>
+ <version>2.15.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/app/pom.xml b/app/pom.xml
index e173765..19341f7 100755
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>sadis</artifactId>
- <version>5.12.0-SNAPSHOT</version>
+ <version>5.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 6d6dbbb..3c617f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.opencord</groupId>
<artifactId>sadis</artifactId>
- <version>5.12.0-SNAPSHOT</version>
+ <version>5.11.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -38,7 +38,7 @@
</onos.app.title>
<onos.app.origin>Open Networking Laboratory</onos.app.origin>
<onos.app.url>http://opencord.org</onos.app.url>
- <sadis.api.version>5.12.0-SNAPSHOT</sadis.api.version>
+ <sadis.api.version>5.11.1-SNAPSHOT</sadis.api.version>
</properties>
<modules>