Moving to 2.2.1-SNAPSHOT

Change-Id: Ia4f8053053b52f6f8c4d7c5e9e997518927db689
diff --git a/.gitreview b/.gitreview
index ac9f466..23a4b40 100644
--- a/.gitreview
+++ b/.gitreview
@@ -3,3 +3,4 @@
 port=29418
 project=igmpproxy.git
 defaultremote=origin
+defaultbranch=igmpproxy-2.1
diff --git a/api/pom.xml b/api/pom.xml
index bbbbc94..cc07de8 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.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/app/pom.xml b/app/pom.xml
index 118464a..afdf68b 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.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 4db388f..597acd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>onos-app-igmpproxy</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>