Moving to a newer snapshot to allow multicast changes
Change-Id: I6357b55219c745c028a90fa1420e2d0124306d88
diff --git a/api/pom.xml b/api/pom.xml
index f6d0f9e..e0c1733 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>olt</artifactId>
<groupId>org.opencord</groupId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<description>OLT application API</description>
<properties>
- <sadis.api.version>3.0.0</sadis.api.version>
+ <sadis.api.version>3.2.0-SNAPSHOT</sadis.api.version>
</properties>
<dependencies>
diff --git a/app/pom.xml b/app/pom.xml
index 0ee82ff..c924c7c 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -45,7 +45,7 @@
<onos.app.readme>CORD OLT Access management application</onos.app.readme>
<api.package>org.opencord.olt.rest</api.package>
<olt.api.version>${project.version}</olt.api.version>
- <sadis.api.version>3.0.0</sadis.api.version>
+ <sadis.api.version>3.2.0-SNAPSHOT</sadis.api.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 591ec37..c6cf8f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.opencord</groupId>
<artifactId>olt</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>