Merge "VOL-2343: Remove DHCP Allocations upon OLT Removal"
diff --git a/api/pom.xml b/api/pom.xml
index c5a349d..860487a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>dhcpl2relay</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/app/pom.xml b/app/pom.xml
index 162450a..0e77a9b 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>dhcpl2relay</artifactId>
         <groupId>org.opencord</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 3d72094..1864fe5 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,14 +25,14 @@
 
     <groupId>org.opencord</groupId>
     <artifactId>dhcpl2relay</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>DHCP L2 Relay Agent</description>
     <url>http://opencord.org</url>
 
     <properties>
-        <sadis.api.version>4.0.0-SNAPSHOT</sadis.api.version>
+        <sadis.api.version>4.0.1</sadis.api.version>
     </properties>
 
     <modules>