release version 1.0.1-SNAPSHOT

Change-Id: I8cb148932d6496576164b9ba5b8611e2491fd724
diff --git a/app.xml b/app.xml
index bdb74ec..6cd110e 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.0.0"
-        featuresRepo="mvn:org.opencord/onos-app-igmpproxy/1.0.0/xml/features"
+<app name="org.opencord.igmpproxy" origin="Nokia" version="1.0.1-SNAPSHOT"
+        featuresRepo="mvn:org.opencord/onos-app-igmpproxy/1.0.1-SNAPSHOT/xml/features"
         features="onos-app-igmpproxy" apps="org.opencord.mcast">
     <description>IGMP PROXY APP</description>
-    <artifact>mvn:org.opencord/onos-app-igmpproxy/1.0.0</artifact>
+    <artifact>mvn:org.opencord/onos-app-igmpproxy/1.0.1-SNAPSHOT</artifact>
 </app>
diff --git a/pom.xml b/pom.xml
index f6e5fe5..a084105 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>onos-app-igmpproxy</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-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.2.0</cord.config.version>
+	<cord.config.version>1.2.1-SNAPSHOT</cord.config.version>
     </properties>