Starting snapshot 2.11.1-SNAPSHOT with API version 2.11.1-SNAPSHOT

Change-Id: I6671222dee98b79e1f5cd311ea3d1b1ee6408c2d
diff --git a/api/pom.xml b/api/pom.xml
index 485a96c..274042f 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>dhcpl2relay</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.11.0</version>
+        <version>2.11.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/app/pom.xml b/app/pom.xml
index c7964c0..c0158e2 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>dhcpl2relay</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.11.0</version>
+        <version>2.11.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index dc649a5..0ac2d33 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>dhcpl2relay</artifactId>
-    <version>2.11.0</version>
+    <version>2.11.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>DHCP L2 Relay Agent</description>
@@ -33,7 +33,7 @@
 
     <properties>
         <sadis.api.version>5.12.2</sadis.api.version>
-        <dhcpl2relay.api.version>2.11.0</dhcpl2relay.api.version>
+        <dhcpl2relay.api.version>2.11.1-SNAPSHOT</dhcpl2relay.api.version>
     </properties>
 
     <modules>