Starting snapshot 2.3.0-SNAPSHOT with API version 2.3.0-SNAPSHOT

Change-Id: I9e6c1e78a60973aa78ca944609f65ce56ace71c2
diff --git a/api/pom.xml b/api/pom.xml
index 78d0e59..d64e459 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-app-igmpproxy</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.2.0</version>
+        <version>2.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/app/pom.xml b/app/pom.xml
index 2a3fe4b..2d42331 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-app-igmpproxy</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.2.0</version>
+        <version>2.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 8266376..dcd18d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,11 +27,11 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>onos-app-igmpproxy</artifactId>
-    <version>2.2.0</version>
+    <version>2.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-        <igmpproxy.api.version>2.2.0</igmpproxy.api.version>
+        <igmpproxy.api.version>2.3.0-SNAPSHOT</igmpproxy.api.version>
     </properties>
 
     <modules>