Starting snapshot 1.11.0-SNAPSHOT
diff --git a/lib/pom.xml b/lib/pom.xml
index bb703ae..d25b484 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -29,14 +29,14 @@
     <groupId>org.onosproject</groupId>
     <artifactId>onos-dependencies</artifactId>
     <packaging>pom</packaging>
-    <version>1.11.0-b2</version>
+    <version>1.11.0-SNAPSHOT</version>
 
     <name>${project.artifactId}</name>
     <description>Open Network Operating System shared dependencies</description>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos-build-conf.version>1.11.0-b2</onos-build-conf.version>
+        <onos-build-conf.version>1.11.0-SNAPSHOT</onos-build-conf.version>
         <netty4.version>4.1.8.Final</netty4.version>
         <openflowj.version>3.2.0.onos</openflowj.version>
         <onos-maven-plugin.version>1.10</onos-maven-plugin.version>