VOL-475 - bump to snapshot

Change-Id: I6aa1b62a8f31d7b16b6bc249a0b9917db479ade1
diff --git a/app.xml b/app.xml
index 3aacdc5..1692782 100644
--- a/app.xml
+++ b/app.xml
@@ -14,9 +14,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<app name="org.opencord.igmpproxy" origin="Nokia" version="1.1.1"
-        featuresRepo="mvn:org.opencord/onos-app-igmpproxy/1.1.1/xml/features"
+<app name="org.opencord.igmpproxy" origin="Nokia" version="1.1.2-SNAPSHOT"
+        featuresRepo="mvn:org.opencord/onos-app-igmpproxy/1.1.2-SNAPSHOT/xml/features"
         features="onos-app-igmpproxy" apps="org.opencord.mcast">
     <description>IGMP PROXY APP</description>
-    <artifact>mvn:org.opencord/onos-app-igmpproxy/1.1.1</artifact>
+    <artifact>mvn:org.opencord/onos-app-igmpproxy/1.1.2-SNAPSHOT</artifact>
 </app>
diff --git a/pom.xml b/pom.xml
index a3a894e..465dfdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>onos-app-igmpproxy</artifactId>
-    <version>1.1.1</version>
+    <version>1.1.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>IGMP PROXY APP</description>
@@ -42,7 +42,7 @@
         <onos.app.readme>IGMP implementation.</onos.app.readme>
         <onos.app.requires>org.opencord.config</onos.app.requires>
 	<onos.app.requires>org.opencord.mcast</onos.app.requires>
-        <cord.config.version>1.3.1</cord.config.version>
+        <cord.config.version>1.3.2-SNAPSHOT</cord.config.version>
     </properties>