Starting snapshot 2.9.2-SNAPSHOT with API version 2.9.2-SNAPSHOT
Change-Id: I8d66b58c3d99d6b8dbd53f2faa8a82026f91eb34
diff --git a/api/pom.xml b/api/pom.xml
index fc593ee..45a2e4e 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>mcast</artifactId>
- <version>2.9.1</version>
+ <version>2.9.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/app/pom.xml b/app/pom.xml
index bec7774..d07f5be 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.opencord</groupId>
<artifactId>mcast</artifactId>
- <version>2.9.1</version>
+ <version>2.9.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 1f9719f..a8529e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,14 +27,14 @@
<groupId>org.opencord</groupId>
<artifactId>mcast</artifactId>
- <version>2.9.1</version>
+ <version>2.9.2-SNAPSHOT</version>
<packaging>pom</packaging>
<description>CORD Multicast application</description>
<properties>
<sadis.api.version>5.12.2</sadis.api.version>
- <mcast.api.version>2.9.1</mcast.api.version>
+ <mcast.api.version>2.9.2-SNAPSHOT</mcast.api.version>
</properties>
<modules>