[VOL-5049] - Build and deploy mac-learner
pom.xml
app/pom.xml
api/pom.xml
-----------
o Upgrade maven plugins to latest version.
o Upgrade components to the latest published version.
o Restore *-SNAPSHOT version so v1.2.2 can be published by jenkins.
Change-Id: I6e9ea0b878dea5d9dbf511bc16310920c51b77b8
diff --git a/api/pom.xml b/api/pom.xml
index 1151563..23d013d 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>maclearner</artifactId>
<groupId>org.opencord</groupId>
- <version>1.2.1</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/app/pom.xml b/app/pom.xml
index b08f3d9..2ca398f 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>maclearner</artifactId>
<groupId>org.opencord</groupId>
- <version>1.2.1</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onlab-junit</artifactId>
- <version>2.2.2</version>
+ <version>2.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -113,4 +113,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index 43e91f8..9b11c62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.opencord</groupId>
<artifactId>maclearner</artifactId>
<packaging>pom</packaging>
- <version>1.2.1</version>
+ <version>1.2.2-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -38,8 +38,8 @@
<onos.app.title>Mac Address by Connected Port Information Service</onos.app.title>
<onos.app.origin>ON.Lab</onos.app.origin>
<onos.app.url>http://onosproject.org</onos.app.url>
- <maclearner.api.version>1.2.1</maclearner.api.version>
- <sadis.api.version>5.6.0</sadis.api.version>
+ <maclearner.api.version>1.2.2-SNAPSHOT</maclearner.api.version>
+ <sadis.api.version>5.11.1</sadis.api.version>
</properties>
<modules>
@@ -83,7 +83,7 @@
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
- <version>1.10.1</version>
+ <version>1.12.0</version>
</plugin>
</plugins>
</configuration>