Revert "Tagging 1.14.0-b1"

This reverts commit 78ce40093ac008fd6d169ab83d2d5961f91f6e31.

Change-Id: I8482f550c30f75d65333f6be9c9115a930abc56f
diff --git a/WORKSPACE b/WORKSPACE
index 803779e..8979e4d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -59,4 +59,4 @@
 load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")
 node_repositories(package_json = ["//tools/gui:package.json"])
 
-ONOS_VERSION = "1.14.0-b1"
+ONOS_VERSION = '1.14.0-SNAPSHOT'
diff --git a/apps/acl/pom.xml b/apps/acl/pom.xml
index d854aaf..a24c676 100644
--- a/apps/acl/pom.xml
+++ b/apps/acl/pom.xml
@@ -26,11 +26,11 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-acl</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>ONOS ACL application</description>
diff --git a/apps/actn-mdsc/actn-mdscapp/pom.xml b/apps/actn-mdsc/actn-mdscapp/pom.xml
index 192b8ed..d3de21d 100644
--- a/apps/actn-mdsc/actn-mdscapp/pom.xml
+++ b/apps/actn-mdsc/actn-mdscapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>onos-actn-mdsc</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-actn-mdscapp</artifactId>
diff --git a/apps/actn-mdsc/pom.xml b/apps/actn-mdsc/pom.xml
index e8d936f..d6dedb5 100644
--- a/apps/actn-mdsc/pom.xml
+++ b/apps/actn-mdsc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-actn-mdsc</artifactId>
diff --git a/apps/actn-mdsc/tetunnel-ctl/pom.xml b/apps/actn-mdsc/tetunnel-ctl/pom.xml
index fa8c6fa..ef20bba 100644
--- a/apps/actn-mdsc/tetunnel-ctl/pom.xml
+++ b/apps/actn-mdsc/tetunnel-ctl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-actn-mdsc</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-actn-mdsc-tetunnel-ctl</artifactId>
diff --git a/apps/actn-mdsc/tetunnel-pce/pom.xml b/apps/actn-mdsc/tetunnel-pce/pom.xml
index d60e510..8c615bf 100644
--- a/apps/actn-mdsc/tetunnel-pce/pom.xml
+++ b/apps/actn-mdsc/tetunnel-pce/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-actn-mdsc</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/bgprouter/pom.xml b/apps/bgprouter/pom.xml
index 2eaa075..89ee89c 100644
--- a/apps/bgprouter/pom.xml
+++ b/apps/bgprouter/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>onos-apps-bgprouter</artifactId>
diff --git a/apps/cfm/api/pom.xml b/apps/cfm/api/pom.xml
index 60618a9..8fca9fb 100644
--- a/apps/cfm/api/pom.xml
+++ b/apps/cfm/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps-cfm</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -28,7 +28,7 @@
 
     <packaging>bundle</packaging>
     <description>API for CFM applications</description>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
diff --git a/apps/cfm/app/pom.xml b/apps/cfm/app/pom.xml
index c3e82d5..53a0396 100644
--- a/apps/cfm/app/pom.xml
+++ b/apps/cfm/app/pom.xml
@@ -14,12 +14,12 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-cfm</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-cfm-app</artifactId>
     <packaging>bundle</packaging>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
 
     <description>ONOS OSGi bundle archetype</description>
     <url>http://onosproject.org</url>
diff --git a/apps/cfm/nbi/pom.xml b/apps/cfm/nbi/pom.xml
index 5c30adc5..0887e01 100644
--- a/apps/cfm/nbi/pom.xml
+++ b/apps/cfm/nbi/pom.xml
@@ -14,12 +14,12 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-cfm</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-cfm-nbi</artifactId>
     <packaging>bundle</packaging>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
 
     <description>ONOS OSGi bundle archetype</description>
     <url>http://onosproject.org</url>
diff --git a/apps/cfm/pom.xml b/apps/cfm/pom.xml
index 209dfc0..811e45a 100644
--- a/apps/cfm/pom.xml
+++ b/apps/cfm/pom.xml
@@ -21,12 +21,12 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-cfm</artifactId>
     <packaging>pom</packaging>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
 
     <modules>
         <module>api</module>
diff --git a/apps/cip/pom.xml b/apps/cip/pom.xml
index 2650149..fbf38c3 100644
--- a/apps/cip/pom.xml
+++ b/apps/cip/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-cip</artifactId>
diff --git a/apps/config/pom.xml b/apps/config/pom.xml
index eab9090..d66cf21 100644
--- a/apps/config/pom.xml
+++ b/apps/config/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>onos-apps-config</artifactId>
diff --git a/apps/configsync-netconf/pom.xml b/apps/configsync-netconf/pom.xml
index 9fb61ab..9927c33 100644
--- a/apps/configsync-netconf/pom.xml
+++ b/apps/configsync-netconf/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-configsync-netconf</artifactId>
diff --git a/apps/configsync/pom.xml b/apps/configsync/pom.xml
index 32164bf..8718286 100644
--- a/apps/configsync/pom.xml
+++ b/apps/configsync/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-configsync</artifactId>
diff --git a/apps/cpman/api/pom.xml b/apps/cpman/api/pom.xml
index 013f6f7..5cd72ea 100644
--- a/apps/cpman/api/pom.xml
+++ b/apps/cpman/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-cpman</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-cpman-api</artifactId>
diff --git a/apps/cpman/app/pom.xml b/apps/cpman/app/pom.xml
index 95ef8ae..6647e81 100644
--- a/apps/cpman/app/pom.xml
+++ b/apps/cpman/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-cpman</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-cpman-app</artifactId>
diff --git a/apps/cpman/pom.xml b/apps/cpman/pom.xml
index 0e34e06..ec7627c 100644
--- a/apps/cpman/pom.xml
+++ b/apps/cpman/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-cpman</artifactId>
diff --git a/apps/dhcp/api/pom.xml b/apps/dhcp/api/pom.xml
index 937a1af..326e5f8 100644
--- a/apps/dhcp/api/pom.xml
+++ b/apps/dhcp/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-dhcp</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-dhcp-api</artifactId>
diff --git a/apps/dhcp/app/pom.xml b/apps/dhcp/app/pom.xml
index 03c40ea..8d9fcde 100644
--- a/apps/dhcp/app/pom.xml
+++ b/apps/dhcp/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-apps-dhcp</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-dhcp-app</artifactId>
diff --git a/apps/dhcp/pom.xml b/apps/dhcp/pom.xml
index 9a133b6..36178c9 100644
--- a/apps/dhcp/pom.xml
+++ b/apps/dhcp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-dhcp</artifactId>
diff --git a/apps/dhcprelay/pom.xml b/apps/dhcprelay/pom.xml
index 33fa3a8..8d68296 100644
--- a/apps/dhcprelay/pom.xml
+++ b/apps/dhcprelay/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/drivermatrix/pom.xml b/apps/drivermatrix/pom.xml
index 81a3ffb..591d142 100644
--- a/apps/drivermatrix/pom.xml
+++ b/apps/drivermatrix/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-drivermatrix</artifactId>
diff --git a/apps/events/pom.xml b/apps/events/pom.xml
index 9e9e064..90216db 100644
--- a/apps/events/pom.xml
+++ b/apps/events/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-events</artifactId>
diff --git a/apps/evpn-route-service/api/pom.xml b/apps/evpn-route-service/api/pom.xml
index c39a101..7d554d7 100644
--- a/apps/evpn-route-service/api/pom.xml
+++ b/apps/evpn-route-service/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-evpn-route-service</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-evpn-route-service-api</artifactId>
diff --git a/apps/evpn-route-service/app/pom.xml b/apps/evpn-route-service/app/pom.xml
index 38386f9..185dd07 100644
--- a/apps/evpn-route-service/app/pom.xml
+++ b/apps/evpn-route-service/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-evpn-route-service</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-evpn-route-service-app</artifactId>
diff --git a/apps/evpn-route-service/pom.xml b/apps/evpn-route-service/pom.xml
index 51c2245..4b9515a 100644
--- a/apps/evpn-route-service/pom.xml
+++ b/apps/evpn-route-service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-evpn-route-service</artifactId>
diff --git a/apps/evpnopenflow/pom.xml b/apps/evpnopenflow/pom.xml
index 7837148..4e41468 100644
--- a/apps/evpnopenflow/pom.xml
+++ b/apps/evpnopenflow/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-evpnopenflow</artifactId>
diff --git a/apps/faultmanagement/app/pom.xml b/apps/faultmanagement/app/pom.xml
index 16b21f1..0e22423 100644
--- a/apps/faultmanagement/app/pom.xml
+++ b/apps/faultmanagement/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-faultmanagement</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-faultmanagement-app</artifactId>
diff --git a/apps/faultmanagement/fmcli/pom.xml b/apps/faultmanagement/fmcli/pom.xml
index b33c51b..2b186ba 100644
--- a/apps/faultmanagement/fmcli/pom.xml
+++ b/apps/faultmanagement/fmcli/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-faultmanagement</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-faultmanagement-fmcli</artifactId>
diff --git a/apps/faultmanagement/fmgui/pom.xml b/apps/faultmanagement/fmgui/pom.xml
index e3f967f..f9b7e08 100644
--- a/apps/faultmanagement/fmgui/pom.xml
+++ b/apps/faultmanagement/fmgui/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-faultmanagement</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-faultmanagement-fmgui</artifactId>
diff --git a/apps/faultmanagement/fmmgr/pom.xml b/apps/faultmanagement/fmmgr/pom.xml
index 44faf18..abe5520 100644
--- a/apps/faultmanagement/fmmgr/pom.xml
+++ b/apps/faultmanagement/fmmgr/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-faultmanagement</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-faultmanagement-fmmgr</artifactId>
diff --git a/apps/faultmanagement/fmweb/pom.xml b/apps/faultmanagement/fmweb/pom.xml
index 845b6ec..ade9199 100644
--- a/apps/faultmanagement/fmweb/pom.xml
+++ b/apps/faultmanagement/fmweb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-faultmanagement</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/apps/faultmanagement/pom.xml b/apps/faultmanagement/pom.xml
index ad77bec..981e587 100644
--- a/apps/faultmanagement/pom.xml
+++ b/apps/faultmanagement/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-faultmanagement</artifactId>
diff --git a/apps/flowanalyzer/pom.xml b/apps/flowanalyzer/pom.xml
index 015291f..770ff64 100644
--- a/apps/flowanalyzer/pom.xml
+++ b/apps/flowanalyzer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-flowanalyzer</artifactId>
diff --git a/apps/flowspec-api/flowapi/pom.xml b/apps/flowspec-api/flowapi/pom.xml
index b9605ec..fc2313f 100644
--- a/apps/flowspec-api/flowapi/pom.xml
+++ b/apps/flowspec-api/flowapi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-flowspec-api</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-flowspec-api-flowapi</artifactId>
diff --git a/apps/flowspec-api/pom.xml b/apps/flowspec-api/pom.xml
index 635be88..9ee10d2 100644
--- a/apps/flowspec-api/pom.xml
+++ b/apps/flowspec-api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-flowspec-api</artifactId>
diff --git a/apps/fwd/pom.xml b/apps/fwd/pom.xml
index df1700e..902213c 100644
--- a/apps/fwd/pom.xml
+++ b/apps/fwd/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-fwd</artifactId>
diff --git a/apps/gangliametrics/pom.xml b/apps/gangliametrics/pom.xml
index 2d184e9..9ee27f3 100644
--- a/apps/gangliametrics/pom.xml
+++ b/apps/gangliametrics/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-gangliametrics</artifactId>
diff --git a/apps/gluon/pom.xml b/apps/gluon/pom.xml
index 7817745..74f43a1 100644
--- a/apps/gluon/pom.xml
+++ b/apps/gluon/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-gluon</artifactId>
diff --git a/apps/graphitemetrics/pom.xml b/apps/graphitemetrics/pom.xml
index 65a80e0..366d4e6 100644
--- a/apps/graphitemetrics/pom.xml
+++ b/apps/graphitemetrics/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-graphitemetrics</artifactId>
diff --git a/apps/imr/api/pom.xml b/apps/imr/api/pom.xml
index 43bbdbd..1a11a13 100644
--- a/apps/imr/api/pom.xml
+++ b/apps/imr/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-imr</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-imr-api</artifactId>
diff --git a/apps/imr/app/pom.xml b/apps/imr/app/pom.xml
index d5d7dce..da89b74 100644
--- a/apps/imr/app/pom.xml
+++ b/apps/imr/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-imr</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-imr-app</artifactId>
diff --git a/apps/imr/pom.xml b/apps/imr/pom.xml
index c9a127e..647c85d 100644
--- a/apps/imr/pom.xml
+++ b/apps/imr/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-imr</artifactId>
diff --git a/apps/inbandtelemetry/api/pom.xml b/apps/inbandtelemetry/api/pom.xml
index 7853879..a6c79aa 100644
--- a/apps/inbandtelemetry/api/pom.xml
+++ b/apps/inbandtelemetry/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-inbandtelemetry</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-inbandtelemetry-api</artifactId>
diff --git a/apps/inbandtelemetry/impl/pom.xml b/apps/inbandtelemetry/impl/pom.xml
index 61c562c..455d12e 100644
--- a/apps/inbandtelemetry/impl/pom.xml
+++ b/apps/inbandtelemetry/impl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-inbandtelemetry</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-inbandtelemetry-impl</artifactId>
diff --git a/apps/inbandtelemetry/pom.xml b/apps/inbandtelemetry/pom.xml
index 8101ffa..0105fbe 100644
--- a/apps/inbandtelemetry/pom.xml
+++ b/apps/inbandtelemetry/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-inbandtelemetry</artifactId>
diff --git a/apps/influxdbmetrics/pom.xml b/apps/influxdbmetrics/pom.xml
index ddd1b3f..76b76c8 100644
--- a/apps/influxdbmetrics/pom.xml
+++ b/apps/influxdbmetrics/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-influxdbmetrics</artifactId>
diff --git a/apps/intentsync/pom.xml b/apps/intentsync/pom.xml
index c00b389..f608353 100644
--- a/apps/intentsync/pom.xml
+++ b/apps/intentsync/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/iptopology-api/pom.xml b/apps/iptopology-api/pom.xml
index c5757f7..01f3e57 100644
--- a/apps/iptopology-api/pom.xml
+++ b/apps/iptopology-api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-apps-iptopology-api</artifactId>
     <packaging>bundle</packaging>
diff --git a/apps/kafka-integration/api/pom.xml b/apps/kafka-integration/api/pom.xml
index 6fef7f3..23d8a20 100644
--- a/apps/kafka-integration/api/pom.xml
+++ b/apps/kafka-integration/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-kafka-integration</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-kafka-integration-api</artifactId>
diff --git a/apps/kafka-integration/app/pom.xml b/apps/kafka-integration/app/pom.xml
index 592bda7..8fb7640 100644
--- a/apps/kafka-integration/app/pom.xml
+++ b/apps/kafka-integration/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-kafka-integration</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/kafka-integration/pom.xml b/apps/kafka-integration/pom.xml
index 90962df..b697a66 100644
--- a/apps/kafka-integration/pom.xml
+++ b/apps/kafka-integration/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/l3vpn/pom.xml b/apps/l3vpn/pom.xml
index 6a896d1..940ed34 100644
--- a/apps/l3vpn/pom.xml
+++ b/apps/l3vpn/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/layout/pom.xml b/apps/layout/pom.xml
index 3fb1aa7..2e6630e 100644
--- a/apps/layout/pom.xml
+++ b/apps/layout/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-layout</artifactId>
diff --git a/apps/learning-switch/pom.xml b/apps/learning-switch/pom.xml
index 2c30840..84be500 100644
--- a/apps/learning-switch/pom.xml
+++ b/apps/learning-switch/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/mappingmanagement/api/pom.xml b/apps/mappingmanagement/api/pom.xml
index 1b61f39..9827026 100644
--- a/apps/mappingmanagement/api/pom.xml
+++ b/apps/mappingmanagement/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-mappingmanagement</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mappingmanagement-api</artifactId>
diff --git a/apps/mappingmanagement/app/pom.xml b/apps/mappingmanagement/app/pom.xml
index 3726d70..5b6ec88 100644
--- a/apps/mappingmanagement/app/pom.xml
+++ b/apps/mappingmanagement/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-mappingmanagement</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mappingmanagement-app</artifactId>
diff --git a/apps/mappingmanagement/cli/pom.xml b/apps/mappingmanagement/cli/pom.xml
index b27b01b..56c971e 100644
--- a/apps/mappingmanagement/cli/pom.xml
+++ b/apps/mappingmanagement/cli/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-mappingmanagement</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mappingmanagement-cli</artifactId>
diff --git a/apps/mappingmanagement/mgr/pom.xml b/apps/mappingmanagement/mgr/pom.xml
index e6b4f81..e69e3b2 100644
--- a/apps/mappingmanagement/mgr/pom.xml
+++ b/apps/mappingmanagement/mgr/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-mappingmanagement</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mappingmanagement-mgr</artifactId>
diff --git a/apps/mappingmanagement/pom.xml b/apps/mappingmanagement/pom.xml
index 557f36d..3387dd2 100644
--- a/apps/mappingmanagement/pom.xml
+++ b/apps/mappingmanagement/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mappingmanagement</artifactId>
diff --git a/apps/mappingmanagement/web/pom.xml b/apps/mappingmanagement/web/pom.xml
index aecbe9f..4618465 100644
--- a/apps/mappingmanagement/web/pom.xml
+++ b/apps/mappingmanagement/web/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-mappingmanagement</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/apps/mcast/api/pom.xml b/apps/mcast/api/pom.xml
index 2fa7211..1dcb0dd 100644
--- a/apps/mcast/api/pom.xml
+++ b/apps/mcast/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-mcast</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mcast-api</artifactId>
diff --git a/apps/mcast/app/pom.xml b/apps/mcast/app/pom.xml
index 160e469..6dece1c 100644
--- a/apps/mcast/app/pom.xml
+++ b/apps/mcast/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-mcast</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mcast-pkg</artifactId>
diff --git a/apps/mcast/cli/pom.xml b/apps/mcast/cli/pom.xml
index cd4e3a0..98e7482 100644
--- a/apps/mcast/cli/pom.xml
+++ b/apps/mcast/cli/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-mcast</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mcast-cli</artifactId>
diff --git a/apps/mcast/impl/pom.xml b/apps/mcast/impl/pom.xml
index b29dca8..6e5dc72 100644
--- a/apps/mcast/impl/pom.xml
+++ b/apps/mcast/impl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-mcast</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mcast-impl</artifactId>
diff --git a/apps/mcast/pom.xml b/apps/mcast/pom.xml
index 10e0b2b..e9f1d8b 100644
--- a/apps/mcast/pom.xml
+++ b/apps/mcast/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mcast</artifactId>
diff --git a/apps/mcast/web/pom.xml b/apps/mcast/web/pom.xml
index 83447da..821e3d9 100644
--- a/apps/mcast/web/pom.xml
+++ b/apps/mcast/web/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-mcast</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/apps/metrics/pom.xml b/apps/metrics/pom.xml
index a8652be..2207615 100644
--- a/apps/metrics/pom.xml
+++ b/apps/metrics/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-metrics</artifactId>
diff --git a/apps/mfwd/pom.xml b/apps/mfwd/pom.xml
index aa37151..c7a8966 100644
--- a/apps/mfwd/pom.xml
+++ b/apps/mfwd/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mfwd</artifactId>
diff --git a/apps/mlb/pom.xml b/apps/mlb/pom.xml
index 43260cc..fb36576 100644
--- a/apps/mlb/pom.xml
+++ b/apps/mlb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mlb</artifactId>
diff --git a/apps/mobility/pom.xml b/apps/mobility/pom.xml
index a3a84a1..7447d90 100644
--- a/apps/mobility/pom.xml
+++ b/apps/mobility/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-mobility</artifactId>
diff --git a/apps/netconf/client/pom.xml b/apps/netconf/client/pom.xml
index 89950b6..1bef905 100644
--- a/apps/netconf/client/pom.xml
+++ b/apps/netconf/client/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/network-troubleshoot/api/pom.xml b/apps/network-troubleshoot/api/pom.xml
index 69ae971..a177133 100644
--- a/apps/network-troubleshoot/api/pom.xml
+++ b/apps/network-troubleshoot/api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-network-troubleshoot</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-network-troubleshoot-api</artifactId>
diff --git a/apps/network-troubleshoot/app/pom.xml b/apps/network-troubleshoot/app/pom.xml
index c35c701..581c33f 100644
--- a/apps/network-troubleshoot/app/pom.xml
+++ b/apps/network-troubleshoot/app/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-network-troubleshoot</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-network-troubleshoot-app</artifactId>
diff --git a/apps/network-troubleshoot/cli/pom.xml b/apps/network-troubleshoot/cli/pom.xml
index a33e1ef..c05fe9e 100644
--- a/apps/network-troubleshoot/cli/pom.xml
+++ b/apps/network-troubleshoot/cli/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-network-troubleshoot</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-network-troubleshoot-cli</artifactId>
diff --git a/apps/network-troubleshoot/core/pom.xml b/apps/network-troubleshoot/core/pom.xml
index cbf7597..3b21ed9 100644
--- a/apps/network-troubleshoot/core/pom.xml
+++ b/apps/network-troubleshoot/core/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-network-troubleshoot</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-network-troubleshoot-core</artifactId>
diff --git a/apps/network-troubleshoot/pom.xml b/apps/network-troubleshoot/pom.xml
index ac9d872..b2bd9df 100644
--- a/apps/network-troubleshoot/pom.xml
+++ b/apps/network-troubleshoot/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-network-troubleshoot</artifactId>
diff --git a/apps/newoptical/pom.xml b/apps/newoptical/pom.xml
index 21380f6..a8319ce 100644
--- a/apps/newoptical/pom.xml
+++ b/apps/newoptical/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-newoptical</artifactId>
diff --git a/apps/nodemetrics/api/pom.xml b/apps/nodemetrics/api/pom.xml
index 72c5cb3..16dfd04 100644
--- a/apps/nodemetrics/api/pom.xml
+++ b/apps/nodemetrics/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-nodemetrics</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/apps/nodemetrics/mgr/pom.xml b/apps/nodemetrics/mgr/pom.xml
index 02f43e6..b9ea3b7 100644
--- a/apps/nodemetrics/mgr/pom.xml
+++ b/apps/nodemetrics/mgr/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-nodemetrics</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.onosproject</groupId>
             <artifactId>onos-apps-nodemetrics-api</artifactId>
-            <version>1.14.0-b1</version>
+            <version>1.14.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.knowhowlab.osgi</groupId>
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.onosproject</groupId>
             <artifactId>onos-core-serializers</artifactId>
-            <version>1.14.0-b1</version>
+            <version>1.14.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>biz.aQute.bnd</groupId>
diff --git a/apps/nodemetrics/pom.xml b/apps/nodemetrics/pom.xml
index b822ad1..ca8a7fe 100644
--- a/apps/nodemetrics/pom.xml
+++ b/apps/nodemetrics/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-nodemetrics</artifactId>
diff --git a/apps/odtn/api/pom.xml b/apps/odtn/api/pom.xml
index aaa232e..19b5101 100644
--- a/apps/odtn/api/pom.xml
+++ b/apps/odtn/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-odtn</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/apps/odtn/pom.xml b/apps/odtn/pom.xml
index b4cae9b..c6686aa 100644
--- a/apps/odtn/pom.xml
+++ b/apps/odtn/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-odtn</artifactId>
diff --git a/apps/odtn/service/pom.xml b/apps/odtn/service/pom.xml
index fed0e26..d678001 100644
--- a/apps/odtn/service/pom.xml
+++ b/apps/odtn/service/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-odtn</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/apps/ofagent/pom.xml b/apps/ofagent/pom.xml
index 3ef1600..d488967 100644
--- a/apps/ofagent/pom.xml
+++ b/apps/ofagent/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-ofagent</artifactId>
diff --git a/apps/openroadm/network/pom.xml b/apps/openroadm/network/pom.xml
index 78e71e1..01077db 100644
--- a/apps/openroadm/network/pom.xml
+++ b/apps/openroadm/network/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-openroadm</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/openroadm/pom.xml b/apps/openroadm/pom.xml
index 8e904f9..3a16948 100644
--- a/apps/openroadm/pom.xml
+++ b/apps/openroadm/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/openroadm/service/pom.xml b/apps/openroadm/service/pom.xml
index a1f0930..086e99d 100644
--- a/apps/openroadm/service/pom.xml
+++ b/apps/openroadm/service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-openroadm</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/openstacknetworking/api/pom.xml b/apps/openstacknetworking/api/pom.xml
index 3a37564..83a0122 100644
--- a/apps/openstacknetworking/api/pom.xml
+++ b/apps/openstacknetworking/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-openstacknetworking</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacknetworking-api</artifactId>
diff --git a/apps/openstacknetworking/app/pom.xml b/apps/openstacknetworking/app/pom.xml
index 7ad2ec9..b56ca43 100644
--- a/apps/openstacknetworking/app/pom.xml
+++ b/apps/openstacknetworking/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-openstacknetworking</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacknetworking-app</artifactId>
diff --git a/apps/openstacknetworking/pom.xml b/apps/openstacknetworking/pom.xml
index 549783e..1610dd0 100644
--- a/apps/openstacknetworking/pom.xml
+++ b/apps/openstacknetworking/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacknetworking</artifactId>
diff --git a/apps/openstacknetworkingui/pom.xml b/apps/openstacknetworkingui/pom.xml
index 720cd9e..b330782 100644
--- a/apps/openstacknetworkingui/pom.xml
+++ b/apps/openstacknetworkingui/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacknetworkingui</artifactId>
diff --git a/apps/openstacknode/api/pom.xml b/apps/openstacknode/api/pom.xml
index cd27bb2..a08e109 100644
--- a/apps/openstacknode/api/pom.xml
+++ b/apps/openstacknode/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-openstacknode</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacknode-api</artifactId>
diff --git a/apps/openstacknode/app/pom.xml b/apps/openstacknode/app/pom.xml
index 437059f..4aacfc8 100644
--- a/apps/openstacknode/app/pom.xml
+++ b/apps/openstacknode/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-openstacknode</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacknode-app</artifactId>
diff --git a/apps/openstacknode/pom.xml b/apps/openstacknode/pom.xml
index 57a9050..86b8962 100644
--- a/apps/openstacknode/pom.xml
+++ b/apps/openstacknode/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacknode</artifactId>
diff --git a/apps/openstacktelemetry/api/pom.xml b/apps/openstacktelemetry/api/pom.xml
index 2acae51..9a9baf3 100644
--- a/apps/openstacktelemetry/api/pom.xml
+++ b/apps/openstacktelemetry/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-openstacktelemetry</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacktelemetry-api</artifactId>
diff --git a/apps/openstacktelemetry/app/pom.xml b/apps/openstacktelemetry/app/pom.xml
index ed44d22..bdc8602 100644
--- a/apps/openstacktelemetry/app/pom.xml
+++ b/apps/openstacktelemetry/app/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-openstacktelemetry</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacktelemetry-app</artifactId>
diff --git a/apps/openstacktelemetry/pom.xml b/apps/openstacktelemetry/pom.xml
index f0edb6a..4d40139 100644
--- a/apps/openstacktelemetry/pom.xml
+++ b/apps/openstacktelemetry/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacktelemetry</artifactId>
diff --git a/apps/openstacktroubleshoot/api/pom.xml b/apps/openstacktroubleshoot/api/pom.xml
index a593e80..d79df17 100644
--- a/apps/openstacktroubleshoot/api/pom.xml
+++ b/apps/openstacktroubleshoot/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-openstacktroubleshoot</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacktroubleshoot-api</artifactId>
diff --git a/apps/openstacktroubleshoot/app/pom.xml b/apps/openstacktroubleshoot/app/pom.xml
index 848f1fa..5d1f31f 100644
--- a/apps/openstacktroubleshoot/app/pom.xml
+++ b/apps/openstacktroubleshoot/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-openstacktroubleshoot</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacktroubleshoot-app</artifactId>
diff --git a/apps/openstacktroubleshoot/pom.xml b/apps/openstacktroubleshoot/pom.xml
index 0f70ee4..daa58a6 100644
--- a/apps/openstacktroubleshoot/pom.xml
+++ b/apps/openstacktroubleshoot/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstacktroubleshoot</artifactId>
diff --git a/apps/openstackvtap/api/pom.xml b/apps/openstackvtap/api/pom.xml
index af15640..e8b322f 100644
--- a/apps/openstackvtap/api/pom.xml
+++ b/apps/openstackvtap/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-openstackvtap</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstackvtap-api</artifactId>
diff --git a/apps/openstackvtap/app/pom.xml b/apps/openstackvtap/app/pom.xml
index b2c5ba2..d9b5caa 100644
--- a/apps/openstackvtap/app/pom.xml
+++ b/apps/openstackvtap/app/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-openstackvtap</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstackvtap-app</artifactId>
diff --git a/apps/openstackvtap/pom.xml b/apps/openstackvtap/pom.xml
index 590e327..46bbb7d 100644
--- a/apps/openstackvtap/pom.xml
+++ b/apps/openstackvtap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-openstackvtap</artifactId>
diff --git a/apps/optical-model/pom.xml b/apps/optical-model/pom.xml
index 7a18194..d7aac41 100644
--- a/apps/optical-model/pom.xml
+++ b/apps/optical-model/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/packet-stats/pom.xml b/apps/packet-stats/pom.xml
index 707f117..13e7f4b 100644
--- a/apps/packet-stats/pom.xml
+++ b/apps/packet-stats/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-packet-stats</artifactId>
diff --git a/apps/pathpainter/pom.xml b/apps/pathpainter/pom.xml
index 7b6bea7..cbce0ce 100644
--- a/apps/pathpainter/pom.xml
+++ b/apps/pathpainter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-pathpainter</artifactId>
diff --git a/apps/pce/app/pom.xml b/apps/pce/app/pom.xml
index 58cff59..ad15d28 100644
--- a/apps/pce/app/pom.xml
+++ b/apps/pce/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-pce</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-apps-pce-app</artifactId>
     <packaging>bundle</packaging>
diff --git a/apps/pce/bandwidthmgmt/pom.xml b/apps/pce/bandwidthmgmt/pom.xml
index b16e5b0..8bda14f 100644
--- a/apps/pce/bandwidthmgmt/pom.xml
+++ b/apps/pce/bandwidthmgmt/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-pce</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-apps-pce-bandwidthmgmt</artifactId>
     <packaging>bundle</packaging>
diff --git a/apps/pce/pcerest/pom.xml b/apps/pce/pcerest/pom.xml
index 8177527..c288e11 100644
--- a/apps/pce/pcerest/pom.xml
+++ b/apps/pce/pcerest/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-pce</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/pce/pceweb/pom.xml b/apps/pce/pceweb/pom.xml
index 4eab47f..8a650a3 100644
--- a/apps/pce/pceweb/pom.xml
+++ b/apps/pce/pceweb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-pce</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-pce-pceweb</artifactId>
diff --git a/apps/pce/pom.xml b/apps/pce/pom.xml
index bfc45b1..b18fe7d 100644
--- a/apps/pce/pom.xml
+++ b/apps/pce/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/pcep-api/pom.xml b/apps/pcep-api/pom.xml
index 0d9b0c1..e8cd0bc 100644
--- a/apps/pcep-api/pom.xml
+++ b/apps/pcep-api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-apps-pcep-api</artifactId>
     <packaging>bundle</packaging>
diff --git a/apps/pim/pom.xml b/apps/pim/pom.xml
index 3ed64eb..d843bc3 100644
--- a/apps/pim/pom.xml
+++ b/apps/pim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-pim</artifactId>
diff --git a/apps/pom.xml b/apps/pom.xml
index 13487df..fa0458f 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps</artifactId>
diff --git a/apps/proxyarp/pom.xml b/apps/proxyarp/pom.xml
index 28eb707..55a9fb0 100644
--- a/apps/proxyarp/pom.xml
+++ b/apps/proxyarp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-proxyarp</artifactId>
diff --git a/apps/rabbitmq/pom.xml b/apps/rabbitmq/pom.xml
index 5f7215c..3033418 100644
--- a/apps/rabbitmq/pom.xml
+++ b/apps/rabbitmq/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>onos-apps-rabbitmq</artifactId>
diff --git a/apps/reactive-routing/pom.xml b/apps/reactive-routing/pom.xml
index 6b93f56..1f0490e 100644
--- a/apps/reactive-routing/pom.xml
+++ b/apps/reactive-routing/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-reactive-routing</artifactId>
diff --git a/apps/restconf/api/pom.xml b/apps/restconf/api/pom.xml
index efdad05..1d76dac 100644
--- a/apps/restconf/api/pom.xml
+++ b/apps/restconf/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-restconf</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/restconf/app/pom.xml b/apps/restconf/app/pom.xml
index 292f9f3..664e3ec 100644
--- a/apps/restconf/app/pom.xml
+++ b/apps/restconf/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-restconf</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/restconf/pom.xml b/apps/restconf/pom.xml
index 543e294..7ec80bf 100644
--- a/apps/restconf/pom.xml
+++ b/apps/restconf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-restconf</artifactId>
diff --git a/apps/restconf/restconfmgr/pom.xml b/apps/restconf/restconfmgr/pom.xml
index 94f5544..3a569e4 100644
--- a/apps/restconf/restconfmgr/pom.xml
+++ b/apps/restconf/restconfmgr/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-restconf</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/apps/restconf/utils/pom.xml b/apps/restconf/utils/pom.xml
index 5e5b9b4..967ccb8 100644
--- a/apps/restconf/utils/pom.xml
+++ b/apps/restconf/utils/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps-restconf</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/apps/roadm/pom.xml b/apps/roadm/pom.xml
index 9ea00b5..4ebf0ad 100644
--- a/apps/roadm/pom.xml
+++ b/apps/roadm/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-roadm</artifactId>
diff --git a/apps/route-service/api/pom.xml b/apps/route-service/api/pom.xml
index 269e70c..3d34bfa 100644
--- a/apps/route-service/api/pom.xml
+++ b/apps/route-service/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-route-service</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-route-service-api</artifactId>
diff --git a/apps/route-service/app/pom.xml b/apps/route-service/app/pom.xml
index 6d49b3e..40a1291 100644
--- a/apps/route-service/app/pom.xml
+++ b/apps/route-service/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-apps-route-service</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-route-service-app</artifactId>
diff --git a/apps/route-service/pom.xml b/apps/route-service/pom.xml
index 876bb5f..c55f3af 100644
--- a/apps/route-service/pom.xml
+++ b/apps/route-service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-route-service</artifactId>
diff --git a/apps/routeradvertisement/pom.xml b/apps/routeradvertisement/pom.xml
index cf82f84..933f14a 100644
--- a/apps/routeradvertisement/pom.xml
+++ b/apps/routeradvertisement/pom.xml
@@ -27,11 +27,11 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-routeradvertisement</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>ONOS IPv6 RA application</description>
diff --git a/apps/routing-api/pom.xml b/apps/routing-api/pom.xml
index 36857a5..aba13f8 100644
--- a/apps/routing-api/pom.xml
+++ b/apps/routing-api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/routing/common/pom.xml b/apps/routing/common/pom.xml
index 6585a34..c28a6ae 100644
--- a/apps/routing/common/pom.xml
+++ b/apps/routing/common/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps-routing</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/routing/cpr/pom.xml b/apps/routing/cpr/pom.xml
index 150d72c..f82dfc6 100644
--- a/apps/routing/cpr/pom.xml
+++ b/apps/routing/cpr/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps-routing</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/routing/fibinstaller/pom.xml b/apps/routing/fibinstaller/pom.xml
index 327fba7..e1dc0fa 100644
--- a/apps/routing/fibinstaller/pom.xml
+++ b/apps/routing/fibinstaller/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps-routing</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/routing/fpm/api/pom.xml b/apps/routing/fpm/api/pom.xml
index b9651fc..11e0e71 100644
--- a/apps/routing/fpm/api/pom.xml
+++ b/apps/routing/fpm/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps-routing-fpm</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/routing/fpm/app/pom.xml b/apps/routing/fpm/app/pom.xml
index 4f0a189..6ada87a 100644
--- a/apps/routing/fpm/app/pom.xml
+++ b/apps/routing/fpm/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps-routing-fpm</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/routing/fpm/pom.xml b/apps/routing/fpm/pom.xml
index a4c47c8..c68c5cb 100644
--- a/apps/routing/fpm/pom.xml
+++ b/apps/routing/fpm/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps-routing</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/routing/pom.xml b/apps/routing/pom.xml
index 08d4acd..bd9b77c 100644
--- a/apps/routing/pom.xml
+++ b/apps/routing/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/scalablegateway/pom.xml b/apps/scalablegateway/pom.xml
index 3e6b472..9d3fefe 100644
--- a/apps/scalablegateway/pom.xml
+++ b/apps/scalablegateway/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-scalablegateway</artifactId>
diff --git a/apps/sdnip/pom.xml b/apps/sdnip/pom.xml
index f79217b..dcb2375 100644
--- a/apps/sdnip/pom.xml
+++ b/apps/sdnip/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-sdnip</artifactId>
diff --git a/apps/segmentrouting/app/pom.xml b/apps/segmentrouting/app/pom.xml
index d26ab40..5770071 100644
--- a/apps/segmentrouting/app/pom.xml
+++ b/apps/segmentrouting/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-apps-segmentrouting</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-segmentrouting-app</artifactId>
diff --git a/apps/segmentrouting/pom.xml b/apps/segmentrouting/pom.xml
index 99f234a..e8473b5 100644
--- a/apps/segmentrouting/pom.xml
+++ b/apps/segmentrouting/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-segmentrouting</artifactId>
diff --git a/apps/segmentrouting/web/pom.xml b/apps/segmentrouting/web/pom.xml
index 6e1f475..e7345e9 100644
--- a/apps/segmentrouting/web/pom.xml
+++ b/apps/segmentrouting/web/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-segmentrouting</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-segmentrouting-web</artifactId>
diff --git a/apps/simplefabric/pom.xml b/apps/simplefabric/pom.xml
index a5e3f2c..61a6c3c 100644
--- a/apps/simplefabric/pom.xml
+++ b/apps/simplefabric/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-simplefabric</artifactId>
diff --git a/apps/t3/app/pom.xml b/apps/t3/app/pom.xml
index a599375..afe1ea4 100644
--- a/apps/t3/app/pom.xml
+++ b/apps/t3/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-t3</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-t3-app</artifactId>
diff --git a/apps/t3/pom.xml b/apps/t3/pom.xml
index 9b95c91..a2de3b7 100644
--- a/apps/t3/pom.xml
+++ b/apps/t3/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-t3</artifactId>
diff --git a/apps/t3/web/pom.xml b/apps/t3/web/pom.xml
index 17c73ff..61ccbb7 100644
--- a/apps/t3/web/pom.xml
+++ b/apps/t3/web/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-t3</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-t3-web</artifactId>
diff --git a/apps/tenbi/pom.xml b/apps/tenbi/pom.xml
index 4d22423..c5bf5d7 100644
--- a/apps/tenbi/pom.xml
+++ b/apps/tenbi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/tenbi/topology/pom.xml b/apps/tenbi/topology/pom.xml
index 407032d..b4b41e5 100644
--- a/apps/tenbi/topology/pom.xml
+++ b/apps/tenbi/topology/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-tenbi</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/tenbi/tunnel/pom.xml b/apps/tenbi/tunnel/pom.xml
index f30b2c9..580bea6 100644
--- a/apps/tenbi/tunnel/pom.xml
+++ b/apps/tenbi/tunnel/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>onos-apps-tenbi</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/apps/tenbi/utils/pom.xml b/apps/tenbi/utils/pom.xml
index 2dbc528..b0b5db3 100644
--- a/apps/tenbi/utils/pom.xml
+++ b/apps/tenbi/utils/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-tenbi</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/tenbi/yangmodel/pom.xml b/apps/tenbi/yangmodel/pom.xml
index 50d857f..6197e4c 100644
--- a/apps/tenbi/yangmodel/pom.xml
+++ b/apps/tenbi/yangmodel/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-tenbi</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/test/demo/pom.xml b/apps/test/demo/pom.xml
index 2128a8d..892285d 100644
--- a/apps/test/demo/pom.xml
+++ b/apps/test/demo/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test-demo</artifactId>
diff --git a/apps/test/distributed-primitives/pom.xml b/apps/test/distributed-primitives/pom.xml
index 849dd4d..c89c279 100644
--- a/apps/test/distributed-primitives/pom.xml
+++ b/apps/test/distributed-primitives/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test-distributed-primitives</artifactId>
diff --git a/apps/test/election/pom.xml b/apps/test/election/pom.xml
index d2b6d32..67b3913 100644
--- a/apps/test/election/pom.xml
+++ b/apps/test/election/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test-election</artifactId>
diff --git a/apps/test/flow-perf/pom.xml b/apps/test/flow-perf/pom.xml
index 7aa7222..5c02b78 100644
--- a/apps/test/flow-perf/pom.xml
+++ b/apps/test/flow-perf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test-flow-perf</artifactId>
diff --git a/apps/test/intent-perf/pom.xml b/apps/test/intent-perf/pom.xml
index 7890616..384964f 100644
--- a/apps/test/intent-perf/pom.xml
+++ b/apps/test/intent-perf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test-intent-perf</artifactId>
diff --git a/apps/test/loadtest/pom.xml b/apps/test/loadtest/pom.xml
index e57fa33..23daa88 100644
--- a/apps/test/loadtest/pom.xml
+++ b/apps/test/loadtest/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test-loadtest</artifactId>
diff --git a/apps/test/messaging-perf/pom.xml b/apps/test/messaging-perf/pom.xml
index 43d75ae..5df7cd5 100644
--- a/apps/test/messaging-perf/pom.xml
+++ b/apps/test/messaging-perf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test-messaging-perf</artifactId>
diff --git a/apps/test/netcfg-monitor/pom.xml b/apps/test/netcfg-monitor/pom.xml
index fddba7e..ba1002d 100644
--- a/apps/test/netcfg-monitor/pom.xml
+++ b/apps/test/netcfg-monitor/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test-netcfg-monitor</artifactId>
diff --git a/apps/test/pom.xml b/apps/test/pom.xml
index e9cd933..f731fcd 100644
--- a/apps/test/pom.xml
+++ b/apps/test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test</artifactId>
diff --git a/apps/test/primitive-perf/pom.xml b/apps/test/primitive-perf/pom.xml
index 43d48c2..c421187 100644
--- a/apps/test/primitive-perf/pom.xml
+++ b/apps/test/primitive-perf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test-primitive-perf</artifactId>
diff --git a/apps/test/proxy/pom.xml b/apps/test/proxy/pom.xml
index 309f713..febcb51 100644
--- a/apps/test/proxy/pom.xml
+++ b/apps/test/proxy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-app-proxy-test</artifactId>
diff --git a/apps/test/transaction-perf/pom.xml b/apps/test/transaction-perf/pom.xml
index 0da7bfe..623414e 100644
--- a/apps/test/transaction-perf/pom.xml
+++ b/apps/test/transaction-perf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-test</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-test-transaction-perf</artifactId>
diff --git a/apps/tetopology/api/pom.xml b/apps/tetopology/api/pom.xml
index 73cbdd5..89c64e0 100644
--- a/apps/tetopology/api/pom.xml
+++ b/apps/tetopology/api/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <artifactId>onos-apps-tetopology</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-tetopology-api</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     
     <description>IETF TE topology management API</description>
diff --git a/apps/tetopology/app/pom.xml b/apps/tetopology/app/pom.xml
index 364c768..d823710 100644
--- a/apps/tetopology/app/pom.xml
+++ b/apps/tetopology/app/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-tetopology</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-tetopology-app</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>IETF TE topology application</description>
diff --git a/apps/tetopology/pom.xml b/apps/tetopology/pom.xml
index 4c8d0e5..59ac0e1 100644
--- a/apps/tetopology/pom.xml
+++ b/apps/tetopology/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-tetopology</artifactId>
diff --git a/apps/tetunnel/api/pom.xml b/apps/tetunnel/api/pom.xml
index 3464fdb..bbdd11b 100644
--- a/apps/tetunnel/api/pom.xml
+++ b/apps/tetunnel/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-apps-tetunnel</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-tetunnel-api</artifactId>
diff --git a/apps/tetunnel/app/pom.xml b/apps/tetunnel/app/pom.xml
index 6cd57bb..2dda6da 100644
--- a/apps/tetunnel/app/pom.xml
+++ b/apps/tetunnel/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-apps-tetunnel</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-tetunnel-app</artifactId>
diff --git a/apps/tetunnel/pom.xml b/apps/tetunnel/pom.xml
index aa3ee4f..753afe9 100644
--- a/apps/tetunnel/pom.xml
+++ b/apps/tetunnel/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-tetunnel</artifactId>
diff --git a/apps/virtualbng/pom.xml b/apps/virtualbng/pom.xml
index 9c88ed4..39bd68f 100644
--- a/apps/virtualbng/pom.xml
+++ b/apps/virtualbng/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-virtualbng</artifactId>
diff --git a/apps/vpls/pom.xml b/apps/vpls/pom.xml
index ab6891f..1884f39 100644
--- a/apps/vpls/pom.xml
+++ b/apps/vpls/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-vpls</artifactId>
diff --git a/apps/vrouter/pom.xml b/apps/vrouter/pom.xml
index 22d7036..6463035 100644
--- a/apps/vrouter/pom.xml
+++ b/apps/vrouter/pom.xml
@@ -21,12 +21,12 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onosproject</groupId>
     <artifactId>onos-apps-vrouter</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>Virtual router (vRouter) application</description>
diff --git a/apps/vtn/app/pom.xml b/apps/vtn/app/pom.xml
index 2e51865..f8f59ab 100644
--- a/apps/vtn/app/pom.xml
+++ b/apps/vtn/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-vtn</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-vtn-app</artifactId>
diff --git a/apps/vtn/pom.xml b/apps/vtn/pom.xml
index 85987aa..c29d856 100644
--- a/apps/vtn/pom.xml
+++ b/apps/vtn/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-vtn</artifactId>
diff --git a/apps/vtn/sfcmgr/pom.xml b/apps/vtn/sfcmgr/pom.xml
index 9eaa2c3..9392787 100644
--- a/apps/vtn/sfcmgr/pom.xml
+++ b/apps/vtn/sfcmgr/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.onosproject</groupId>
 		<artifactId>onos-apps-vtn</artifactId>
-		<version>1.14.0-b1</version>
+		<version>1.14.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>onos-apps-vtn-sfcmgr</artifactId>
diff --git a/apps/vtn/sfcweb/pom.xml b/apps/vtn/sfcweb/pom.xml
index e3535fb..44b93a6 100644
--- a/apps/vtn/sfcweb/pom.xml
+++ b/apps/vtn/sfcweb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-vtn</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-vtn-sfcweb</artifactId>
diff --git a/apps/vtn/vtnmgr/pom.xml b/apps/vtn/vtnmgr/pom.xml
index 943d697..f1fcb9b 100644
--- a/apps/vtn/vtnmgr/pom.xml
+++ b/apps/vtn/vtnmgr/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-vtn</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-vtn-vtnmgr</artifactId>
diff --git a/apps/vtn/vtnrsc/pom.xml b/apps/vtn/vtnrsc/pom.xml
index 2bc445fe..0ca6524 100644
--- a/apps/vtn/vtnrsc/pom.xml
+++ b/apps/vtn/vtnrsc/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-vtn</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/apps/vtn/vtnweb/pom.xml b/apps/vtn/vtnweb/pom.xml
index 11e5f1e..cdbd0a6 100644
--- a/apps/vtn/vtnweb/pom.xml
+++ b/apps/vtn/vtnweb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps-vtn</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/apps/yang/pom.xml b/apps/yang/pom.xml
index 504ae09..5847f57 100644
--- a/apps/yang/pom.xml
+++ b/apps/yang/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-yang</artifactId>
diff --git a/apps/yms/api/pom.xml b/apps/yms/api/pom.xml
index 0b0d022..04c742a 100644
--- a/apps/yms/api/pom.xml
+++ b/apps/yms/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-yms</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-yms-api</artifactId>
diff --git a/apps/yms/app/pom.xml b/apps/yms/app/pom.xml
index 82ffeaf..b04f6d2 100644
--- a/apps/yms/app/pom.xml
+++ b/apps/yms/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-yms</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-yms</artifactId>
diff --git a/apps/yms/pom.xml b/apps/yms/pom.xml
index c2956af..d526124 100644
--- a/apps/yms/pom.xml
+++ b/apps/yms/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-yms</artifactId>
diff --git a/apps/yms/ut/pom.xml b/apps/yms/ut/pom.xml
index 3ba682a..d88e862 100644
--- a/apps/yms/ut/pom.xml
+++ b/apps/yms/ut/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-yms</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-apps-yms-ut</artifactId>
diff --git a/cli/pom.xml b/cli/pom.xml
index 9e08433..cf0bc05 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-cli</artifactId>
diff --git a/core/api/pom.xml b/core/api/pom.xml
index 2c33314..fc3cd13 100644
--- a/core/api/pom.xml
+++ b/core/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-core</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-api</artifactId>
diff --git a/core/common/pom.xml b/core/common/pom.xml
index 82840c6..41092fa 100644
--- a/core/common/pom.xml
+++ b/core/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-core</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-core-common</artifactId>
diff --git a/core/net/pom.xml b/core/net/pom.xml
index f5eca4f..e891438 100644
--- a/core/net/pom.xml
+++ b/core/net/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-core</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-core-net</artifactId>
diff --git a/core/net/src/main/java/org/onosproject/core/impl/VersionManager.java b/core/net/src/main/java/org/onosproject/core/impl/VersionManager.java
index cc76041..e96a3da 100644
--- a/core/net/src/main/java/org/onosproject/core/impl/VersionManager.java
+++ b/core/net/src/main/java/org/onosproject/core/impl/VersionManager.java
@@ -40,7 +40,7 @@
     private final Logger log = LoggerFactory.getLogger(getClass());
 
     private static final File VERSION_FILE = new File("../VERSION");
-    private static Version version = Version.version("1.14.0-b1");
+    private static Version version = Version.version("1.14.0-SNAPSHOT");
 
     @Activate
     protected void activate() {
diff --git a/core/pom.xml b/core/pom.xml
index 65a0c6c..c9d773e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-core</artifactId>
diff --git a/core/security/pom.xml b/core/security/pom.xml
index f3aedb9..e52bef9 100644
--- a/core/security/pom.xml
+++ b/core/security/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-core</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-security</artifactId>
diff --git a/core/store/dist/pom.xml b/core/store/dist/pom.xml
index 43e6818..3ba1c6d 100644
--- a/core/store/dist/pom.xml
+++ b/core/store/dist/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-core-store</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-core-dist</artifactId>
diff --git a/core/store/persistence/pom.xml b/core/store/persistence/pom.xml
index 408527a..1aaa5e2 100644
--- a/core/store/persistence/pom.xml
+++ b/core/store/persistence/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-core-store</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-core-persistence</artifactId>
diff --git a/core/store/pom.xml b/core/store/pom.xml
index fe32737..fd10c99 100644
--- a/core/store/pom.xml
+++ b/core/store/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-core</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-core-store</artifactId>
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index 6acb0a7..68250a2 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-core-store</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-core-primitives</artifactId>
diff --git a/core/store/serializers/pom.xml b/core/store/serializers/pom.xml
index a13eb44..c882f85 100644
--- a/core/store/serializers/pom.xml
+++ b/core/store/serializers/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-core-store</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-core-serializers</artifactId>
diff --git a/docs/external.xml b/docs/external.xml
index e6b9bc5..ad19bfa 100644
--- a/docs/external.xml
+++ b/docs/external.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -53,7 +53,7 @@
                     </sourceFileExcludes>
                     <excludePackageNames>@external-excludes</excludePackageNames>
                     <docfilessubdirs>true</docfilessubdirs>
-                    <doctitle>ONOS Java API (1.14.0-b1)</doctitle>
+                    <doctitle>ONOS Java API (1.14.0-SNAPSHOT)</doctitle>
                     <groups>
                         <group>
                             <title>Network Model &amp; Services</title>
diff --git a/docs/internal.xml b/docs/internal.xml
index def97f9..a2a83ad 100644
--- a/docs/internal.xml
+++ b/docs/internal.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -49,7 +49,7 @@
                 <configuration>
                     <show>package</show>
                     <docfilessubdirs>true</docfilessubdirs>
-                    <doctitle>ONOS Java API (1.14.0-b1)</doctitle>
+                    <doctitle>ONOS Java API (1.14.0-SNAPSHOT)</doctitle>
                     <excludePackageNames>@internal-excludes</excludePackageNames>
                     <sourceFileExcludes>
                         <sourceFileExclude>**/generated-sources/**</sourceFileExclude>
diff --git a/drivers/arista/pom.xml b/drivers/arista/pom.xml
index 343169d..dadad71 100644
--- a/drivers/arista/pom.xml
+++ b/drivers/arista/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/bmv2/pom.xml b/drivers/bmv2/pom.xml
index 010e0dc..fa6be0d 100644
--- a/drivers/bmv2/pom.xml
+++ b/drivers/bmv2/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/ciena/c5162/pom.xml b/drivers/ciena/c5162/pom.xml
index fef15f2..975939e 100644
--- a/drivers/ciena/c5162/pom.xml
+++ b/drivers/ciena/c5162/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<artifactId>onos-drivers-general</artifactId>
 		<groupId>org.onosproject</groupId>
-		<version>1.14.0-b1</version>
+		<version>1.14.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
diff --git a/drivers/ciena/c5170/pom.xml b/drivers/ciena/c5170/pom.xml
index f18c9f9..f3dd104 100644
--- a/drivers/ciena/c5170/pom.xml
+++ b/drivers/ciena/c5170/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<artifactId>onos-drivers-general</artifactId>
 		<groupId>org.onosproject</groupId>
-		<version>1.14.0-b1</version>
+		<version>1.14.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
diff --git a/drivers/ciena/waveserver/pom.xml b/drivers/ciena/waveserver/pom.xml
index 139082a..a508e72 100644
--- a/drivers/ciena/waveserver/pom.xml
+++ b/drivers/ciena/waveserver/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/drivers/ciena/waveserverai/pom.xml b/drivers/ciena/waveserverai/pom.xml
index bdf0ce9..a192bc9 100644
--- a/drivers/ciena/waveserverai/pom.xml
+++ b/drivers/ciena/waveserverai/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/drivers/cisco/netconf/pom.xml b/drivers/cisco/netconf/pom.xml
index 3a23e44..c3a4cd2 100644
--- a/drivers/cisco/netconf/pom.xml
+++ b/drivers/cisco/netconf/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-cisco</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/cisco/pom.xml b/drivers/cisco/pom.xml
index b65f5b8..a00605b 100644
--- a/drivers/cisco/pom.xml
+++ b/drivers/cisco/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/cisco/rest/pom.xml b/drivers/cisco/rest/pom.xml
index 3b2ee1e..3cd76e9 100644
--- a/drivers/cisco/rest/pom.xml
+++ b/drivers/cisco/rest/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-cisco</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/corsa/pom.xml b/drivers/corsa/pom.xml
index f47be9a..3036700 100644
--- a/drivers/corsa/pom.xml
+++ b/drivers/corsa/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/default/pom.xml b/drivers/default/pom.xml
index de73901..47c149a 100644
--- a/drivers/default/pom.xml
+++ b/drivers/default/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/flowspec/pom.xml b/drivers/flowspec/pom.xml
index 7c460f3..f572dd1 100644
--- a/drivers/flowspec/pom.xml
+++ b/drivers/flowspec/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/fujitsu/pom.xml b/drivers/fujitsu/pom.xml
index 6cab13a..ec920b4 100644
--- a/drivers/fujitsu/pom.xml
+++ b/drivers/fujitsu/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/gnmi/pom.xml b/drivers/gnmi/pom.xml
index 3a9714f..7f0cf54 100644
--- a/drivers/gnmi/pom.xml
+++ b/drivers/gnmi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/hp/pom.xml b/drivers/hp/pom.xml
index c98a919..63bf4d5 100644
--- a/drivers/hp/pom.xml
+++ b/drivers/hp/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/juniper/pom.xml b/drivers/juniper/pom.xml
index 16c745b..2a6788d 100644
--- a/drivers/juniper/pom.xml
+++ b/drivers/juniper/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/lisp/pom.xml b/drivers/lisp/pom.xml
index b55d026..012f861 100644
--- a/drivers/lisp/pom.xml
+++ b/drivers/lisp/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/lumentum/pom.xml b/drivers/lumentum/pom.xml
index ab65f10..26d2e6d 100644
--- a/drivers/lumentum/pom.xml
+++ b/drivers/lumentum/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/microsemi/ea1000/pom.xml b/drivers/microsemi/ea1000/pom.xml
index 9a6486b..e5ec8c5 100644
--- a/drivers/microsemi/ea1000/pom.xml
+++ b/drivers/microsemi/ea1000/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/drivers/netconf/pom.xml b/drivers/netconf/pom.xml
index 6d34dff..ea2dc75 100644
--- a/drivers/netconf/pom.xml
+++ b/drivers/netconf/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/odtn-driver/pom.xml b/drivers/odtn-driver/pom.xml
index bafb48e..7049c98 100644
--- a/drivers/odtn-driver/pom.xml
+++ b/drivers/odtn-driver/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/oplink/pom.xml b/drivers/oplink/pom.xml
index c5265ca..b3af101 100644
--- a/drivers/oplink/pom.xml
+++ b/drivers/oplink/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/optical/pom.xml b/drivers/optical/pom.xml
index 08cf487..78b81c9 100644
--- a/drivers/optical/pom.xml
+++ b/drivers/optical/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/ovsdb/pom.xml b/drivers/ovsdb/pom.xml
index 71d138f..e1afb97 100644
--- a/drivers/ovsdb/pom.xml
+++ b/drivers/ovsdb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/p4runtime/pom.xml b/drivers/p4runtime/pom.xml
index 707f6a2..a122e7b 100644
--- a/drivers/p4runtime/pom.xml
+++ b/drivers/p4runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/pom.xml b/drivers/pom.xml
index 8f9b43f..24e3d36 100644
--- a/drivers/pom.xml
+++ b/drivers/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-drivers-general</artifactId>
diff --git a/drivers/server/pom.xml b/drivers/server/pom.xml
index 502f732..c47102a 100644
--- a/drivers/server/pom.xml
+++ b/drivers/server/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/drivers/utilities/pom.xml b/drivers/utilities/pom.xml
index efff2f3..8bbd695 100644
--- a/drivers/utilities/pom.xml
+++ b/drivers/utilities/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-drivers-general</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/incubator/api/pom.xml b/incubator/api/pom.xml
index 51e9cdf..98cae64 100644
--- a/incubator/api/pom.xml
+++ b/incubator/api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-incubator</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-incubator-api</artifactId>
diff --git a/incubator/grpc-dependencies/pom.xml b/incubator/grpc-dependencies/pom.xml
index 0f5fd69..10bca49 100644
--- a/incubator/grpc-dependencies/pom.xml
+++ b/incubator/grpc-dependencies/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-incubator-protobuf-dependencies</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../protobuf-dependencies/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/incubator/grpc/pom.xml b/incubator/grpc/pom.xml
index a5939dd3..423ef36 100644
--- a/incubator/grpc/pom.xml
+++ b/incubator/grpc/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-incubator-grpc-dependencies</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../grpc-dependencies/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/incubator/net/pom.xml b/incubator/net/pom.xml
index 7260244..5c78c15 100644
--- a/incubator/net/pom.xml
+++ b/incubator/net/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-incubator</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-incubator-net</artifactId>
diff --git a/incubator/pom.xml b/incubator/pom.xml
index 5d6004c..6d68e00 100644
--- a/incubator/pom.xml
+++ b/incubator/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-incubator</artifactId>
diff --git a/incubator/protobuf-dependencies/pom.xml b/incubator/protobuf-dependencies/pom.xml
index af56f0c..9aead95 100644
--- a/incubator/protobuf-dependencies/pom.xml
+++ b/incubator/protobuf-dependencies/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>onos-dependencies</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../../lib/pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/protobuf-nb/pom.xml b/incubator/protobuf-nb/pom.xml
index f254dea..dd13ac2 100644
--- a/incubator/protobuf-nb/pom.xml
+++ b/incubator/protobuf-nb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-incubator-grpc-dependencies</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../grpc-dependencies/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/incubator/protobuf/api/pom.xml b/incubator/protobuf/api/pom.xml
index b8b8fa1..b85e2ab 100644
--- a/incubator/protobuf/api/pom.xml
+++ b/incubator/protobuf/api/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>onos-incubator-protobuf</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/protobuf/models/pom.xml b/incubator/protobuf/models/pom.xml
index 6f00f4d..e26e264 100644
--- a/incubator/protobuf/models/pom.xml
+++ b/incubator/protobuf/models/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>onos-incubator-protobuf</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/protobuf/pom.xml b/incubator/protobuf/pom.xml
index 9a02172..9c4506b 100644
--- a/incubator/protobuf/pom.xml
+++ b/incubator/protobuf/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>onos-incubator-grpc-dependencies</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../grpc-dependencies/pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/protobuf/registry/pom.xml b/incubator/protobuf/registry/pom.xml
index 0628203..d2fcacb 100644
--- a/incubator/protobuf/registry/pom.xml
+++ b/incubator/protobuf/registry/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>onos-incubator-protobuf</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/protobuf/services/nb/pom.xml b/incubator/protobuf/services/nb/pom.xml
index 6729fd8..8adab7e 100644
--- a/incubator/protobuf/services/nb/pom.xml
+++ b/incubator/protobuf/services/nb/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>onos-incubator-protobuf-services</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/protobuf/services/pom.xml b/incubator/protobuf/services/pom.xml
index fcb7dbd..18de7c8 100644
--- a/incubator/protobuf/services/pom.xml
+++ b/incubator/protobuf/services/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>onos-incubator-protobuf</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/rpc-grpc/pom.xml b/incubator/rpc-grpc/pom.xml
index 1616058..44544a3 100644
--- a/incubator/rpc-grpc/pom.xml
+++ b/incubator/rpc-grpc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>onos-incubator-grpc-dependencies</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../grpc-dependencies/pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/rpc-nb/pom.xml b/incubator/rpc-nb/pom.xml
index c929f9a..2d25d23 100644
--- a/incubator/rpc-nb/pom.xml
+++ b/incubator/rpc-nb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-incubator-grpc-dependencies</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../grpc-dependencies/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/incubator/rpc/pom.xml b/incubator/rpc/pom.xml
index 17f8a18..20d996e 100644
--- a/incubator/rpc/pom.xml
+++ b/incubator/rpc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>onos-incubator</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-incubator-rpc</artifactId>
diff --git a/incubator/store/pom.xml b/incubator/store/pom.xml
index 33da215..45e1e9f 100644
--- a/incubator/store/pom.xml
+++ b/incubator/store/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-incubator</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-incubator-store</artifactId>
diff --git a/lib/pom.xml b/lib/pom.xml
index 3496082..6913b0d 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.onosproject</groupId>
     <artifactId>onos-dependencies</artifactId>
     <packaging>pom</packaging>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
 
     <name>${project.artifactId}</name>
     <description>Open Network Operating System shared dependencies</description>
@@ -40,7 +40,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos-build-conf.version>1.14.0-b1</onos-build-conf.version>
+        <onos-build-conf.version>1.14.0-SNAPSHOT</onos-build-conf.version>
         <netty4.version>4.1.8.Final</netty4.version>
         <openflowj.version>3.2.1.onos</openflowj.version>
         <onos-maven-plugin.version>1.12</onos-maven-plugin.version>
diff --git a/models/ciena/waveserverai/pom.xml b/models/ciena/waveserverai/pom.xml
index 8e0effb..120e087 100644
--- a/models/ciena/waveserverai/pom.xml
+++ b/models/ciena/waveserverai/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-models</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/models/common/pom.xml b/models/common/pom.xml
index 76059a9..cf1f60c 100644
--- a/models/common/pom.xml
+++ b/models/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-models</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/models/ietf/pom.xml b/models/ietf/pom.xml
index 6d3b33e..db77247 100644
--- a/models/ietf/pom.xml
+++ b/models/ietf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-models</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/models/l3vpn/pom.xml b/models/l3vpn/pom.xml
index f5eb197..bc1664b 100644
--- a/models/l3vpn/pom.xml
+++ b/models/l3vpn/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-models</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/models/microsemi/pom.xml b/models/microsemi/pom.xml
index 531add7..7029891 100644
--- a/models/microsemi/pom.xml
+++ b/models/microsemi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-models</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/models/openconfig-infinera/pom.xml b/models/openconfig-infinera/pom.xml
index 96cfdeb..108ecbb 100644
--- a/models/openconfig-infinera/pom.xml
+++ b/models/openconfig-infinera/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-models</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/models/openconfig/pom.xml b/models/openconfig/pom.xml
index 61a406e..cfa6354 100644
--- a/models/openconfig/pom.xml
+++ b/models/openconfig/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-models</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/models/openroadm/pom.xml b/models/openroadm/pom.xml
index 1150673..aab07b5 100644
--- a/models/openroadm/pom.xml
+++ b/models/openroadm/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-models</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/models/pom.xml b/models/pom.xml
index 19e9510..363914c 100644
--- a/models/pom.xml
+++ b/models/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-models</artifactId>
diff --git a/models/tapi/pom.xml b/models/tapi/pom.xml
index a5dec0d..87750ee 100644
--- a/models/tapi/pom.xml
+++ b/models/tapi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-models</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/onos.defs b/onos.defs
index 91f98dc..1f5eae4 100644
--- a/onos.defs
+++ b/onos.defs
@@ -1,6 +1,6 @@
 ONOS_ORIGIN = 'ONOS Community'
 ONOS_GROUP_ID = 'org.onosproject'
-ONOS_VERSION = '1.14.0-b1'
+ONOS_VERSION = '1.14.0-SNAPSHOT'
 DEFAULT_APP_CATEGORY = 'Utility'
 ONOS_ARTIFACT_BASE = 'onos-'
 APP_PREFIX = ONOS_GROUP_ID + '.'
diff --git a/pipelines/basic/pom.xml b/pipelines/basic/pom.xml
index 2f375dd..ad08d38 100644
--- a/pipelines/basic/pom.xml
+++ b/pipelines/basic/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-pipelines</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pipelines/pom.xml b/pipelines/pom.xml
index fbd2236..47ab297 100644
--- a/pipelines/pom.xml
+++ b/pipelines/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-pipelines</artifactId>
diff --git a/pom.xml b/pom.xml
index 4d178cc..862234f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,14 +22,14 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-dependencies</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>lib/pom.xml</relativePath>
     </parent>
 
     <groupId>org.onosproject</groupId>
     <artifactId>onos</artifactId>
     <packaging>pom</packaging>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
 
     <name>${project.artifactId}</name>
     <description>Open Network Operating System root project</description>
diff --git a/protocols/bgp/api/pom.xml b/protocols/bgp/api/pom.xml
index b7d96f1..8f83610 100644
--- a/protocols/bgp/api/pom.xml
+++ b/protocols/bgp/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols-bgp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-bgp-api</artifactId>
diff --git a/protocols/bgp/bgpio/pom.xml b/protocols/bgp/bgpio/pom.xml
index 8d1783d..586939f 100644
--- a/protocols/bgp/bgpio/pom.xml
+++ b/protocols/bgp/bgpio/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols-bgp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-bgp-bgpio</artifactId>
diff --git a/protocols/bgp/ctl/pom.xml b/protocols/bgp/ctl/pom.xml
index c1d3cf2..c38ed5c 100644
--- a/protocols/bgp/ctl/pom.xml
+++ b/protocols/bgp/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols-bgp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-bgp-ctl</artifactId>
diff --git a/protocols/bgp/pom.xml b/protocols/bgp/pom.xml
index ac0abde..f9a1bc5 100644
--- a/protocols/bgp/pom.xml
+++ b/protocols/bgp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-bgp</artifactId>
diff --git a/protocols/bmv2/pom.xml b/protocols/bmv2/pom.xml
index 10f4437..b3fff8a 100644
--- a/protocols/bmv2/pom.xml
+++ b/protocols/bmv2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-protocols</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/bmv2/thrift-api/pom.xml b/protocols/bmv2/thrift-api/pom.xml
index c9a4a9c..aaa47d5 100644
--- a/protocols/bmv2/thrift-api/pom.xml
+++ b/protocols/bmv2/thrift-api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-protocols-bmv2</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/protocols/gnmi/stub/pom.xml b/protocols/gnmi/stub/pom.xml
index 2c31114..e625532 100644
--- a/protocols/gnmi/stub/pom.xml
+++ b/protocols/gnmi/stub/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/grpc/api/pom.xml b/protocols/grpc/api/pom.xml
index 606ab5e..3060b3f 100644
--- a/protocols/grpc/api/pom.xml
+++ b/protocols/grpc/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-protocols-grpc</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/grpc/pom.xml b/protocols/grpc/pom.xml
index 24de8a2..24caaba 100644
--- a/protocols/grpc/pom.xml
+++ b/protocols/grpc/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-protocols</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/isis/api/pom.xml b/protocols/isis/api/pom.xml
index eec40ae..05ba1ff 100644
--- a/protocols/isis/api/pom.xml
+++ b/protocols/isis/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-isis</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-isis-api</artifactId>
diff --git a/protocols/isis/ctl/pom.xml b/protocols/isis/ctl/pom.xml
index 2ecb3c2..ff2eaf5 100644
--- a/protocols/isis/ctl/pom.xml
+++ b/protocols/isis/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-isis</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-isis-ctl</artifactId>
diff --git a/protocols/isis/isisio/pom.xml b/protocols/isis/isisio/pom.xml
index 3a97c9c..72645f4 100644
--- a/protocols/isis/isisio/pom.xml
+++ b/protocols/isis/isisio/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-isis</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-isis-isisio</artifactId>
diff --git a/protocols/isis/pom.xml b/protocols/isis/pom.xml
index a61442e..18cf0ae 100644
--- a/protocols/isis/pom.xml
+++ b/protocols/isis/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-isis</artifactId>
diff --git a/protocols/lisp/api/pom.xml b/protocols/lisp/api/pom.xml
index aca86f7..7964099 100644
--- a/protocols/lisp/api/pom.xml
+++ b/protocols/lisp/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-lisp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-lisp-api</artifactId>
diff --git a/protocols/lisp/ctl/pom.xml b/protocols/lisp/ctl/pom.xml
index 012f150..2656a24 100644
--- a/protocols/lisp/ctl/pom.xml
+++ b/protocols/lisp/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-lisp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-lisp-ctl</artifactId>
diff --git a/protocols/lisp/msg/pom.xml b/protocols/lisp/msg/pom.xml
index a672ed1..8bd3dc4 100644
--- a/protocols/lisp/msg/pom.xml
+++ b/protocols/lisp/msg/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-lisp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-lisp-msg</artifactId>
diff --git a/protocols/lisp/pom.xml b/protocols/lisp/pom.xml
index 1b3f9b8..9d078db 100644
--- a/protocols/lisp/pom.xml
+++ b/protocols/lisp/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-lisp</artifactId>
diff --git a/protocols/netconf/api/pom.xml b/protocols/netconf/api/pom.xml
index d363a58..fddf29b 100644
--- a/protocols/netconf/api/pom.xml
+++ b/protocols/netconf/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols-netconf</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-netconf-api</artifactId>
diff --git a/protocols/netconf/ctl/pom.xml b/protocols/netconf/ctl/pom.xml
index 6aa6737..5ed230c 100644
--- a/protocols/netconf/ctl/pom.xml
+++ b/protocols/netconf/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols-netconf</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-netconf-ctl</artifactId>
diff --git a/protocols/netconf/pom.xml b/protocols/netconf/pom.xml
index a53f74d..52c947e 100644
--- a/protocols/netconf/pom.xml
+++ b/protocols/netconf/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-netconf</artifactId>
diff --git a/protocols/openflow/api/pom.xml b/protocols/openflow/api/pom.xml
index 5edaa47..c8aecec 100644
--- a/protocols/openflow/api/pom.xml
+++ b/protocols/openflow/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols-openflow</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-openflow-api</artifactId>
diff --git a/protocols/openflow/ctl/pom.xml b/protocols/openflow/ctl/pom.xml
index 4f7aa8a..2e12d53 100644
--- a/protocols/openflow/ctl/pom.xml
+++ b/protocols/openflow/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols-openflow</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-openflow-ctl</artifactId>
diff --git a/protocols/openflow/pom.xml b/protocols/openflow/pom.xml
index 408ca34..2348fda 100644
--- a/protocols/openflow/pom.xml
+++ b/protocols/openflow/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-openflow</artifactId>
diff --git a/protocols/ospf/api/pom.xml b/protocols/ospf/api/pom.xml
index 608932e..4936dae 100644
--- a/protocols/ospf/api/pom.xml
+++ b/protocols/ospf/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ospf</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ospf-api</artifactId>
diff --git a/protocols/ospf/ctl/pom.xml b/protocols/ospf/ctl/pom.xml
index f7a3aec..7c96ab9 100644
--- a/protocols/ospf/ctl/pom.xml
+++ b/protocols/ospf/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ospf</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ospf-ctl</artifactId>
diff --git a/protocols/ospf/pom.xml b/protocols/ospf/pom.xml
index 97e4d31..0a43fd5 100644
--- a/protocols/ospf/pom.xml
+++ b/protocols/ospf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ospf</artifactId>
diff --git a/protocols/ospf/protocol/pom.xml b/protocols/ospf/protocol/pom.xml
index e9e5e32..678c932 100644
--- a/protocols/ospf/protocol/pom.xml
+++ b/protocols/ospf/protocol/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ospf</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ospf-protocol</artifactId>
diff --git a/protocols/ovsdb/api/pom.xml b/protocols/ovsdb/api/pom.xml
index 285c7ac..b73ae51 100644
--- a/protocols/ovsdb/api/pom.xml
+++ b/protocols/ovsdb/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ovsdb</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-protocols-ovsdb-api</artifactId>
     <packaging>bundle</packaging>
diff --git a/protocols/ovsdb/ctl/pom.xml b/protocols/ovsdb/ctl/pom.xml
index a3af18b..6a704bc 100644
--- a/protocols/ovsdb/ctl/pom.xml
+++ b/protocols/ovsdb/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ovsdb</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ovsdb-ctl</artifactId>
diff --git a/protocols/ovsdb/pom.xml b/protocols/ovsdb/pom.xml
index 1950b69..4ec3eaa 100644
--- a/protocols/ovsdb/pom.xml
+++ b/protocols/ovsdb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ovsdb</artifactId>
diff --git a/protocols/ovsdb/rfc/pom.xml b/protocols/ovsdb/rfc/pom.xml
index 52dc194..63481b9 100644
--- a/protocols/ovsdb/rfc/pom.xml
+++ b/protocols/ovsdb/rfc/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ovsdb</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-ovsdb-rfc</artifactId>
     <packaging>bundle</packaging>
diff --git a/protocols/p4runtime/api/pom.xml b/protocols/p4runtime/api/pom.xml
index c7597ff..72852c7 100644
--- a/protocols/p4runtime/api/pom.xml
+++ b/protocols/p4runtime/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-protocols-p4runtime</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/p4runtime/ctl/pom.xml b/protocols/p4runtime/ctl/pom.xml
index c807b0c..c77ad6c 100644
--- a/protocols/p4runtime/ctl/pom.xml
+++ b/protocols/p4runtime/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols-p4runtime</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-protocols-p4runtime-ctl</artifactId>
     <packaging>bundle</packaging>
diff --git a/protocols/p4runtime/model/pom.xml b/protocols/p4runtime/model/pom.xml
index d148578..30375ec 100644
--- a/protocols/p4runtime/model/pom.xml
+++ b/protocols/p4runtime/model/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-protocols-p4runtime</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/p4runtime/pom.xml b/protocols/p4runtime/pom.xml
index f2c4dcc..157c1a8 100644
--- a/protocols/p4runtime/pom.xml
+++ b/protocols/p4runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols-p4runtime</artifactId>
diff --git a/protocols/p4runtime/proto/pom.xml b/protocols/p4runtime/proto/pom.xml
index 4e9e160..5ac7584 100644
--- a/protocols/p4runtime/proto/pom.xml
+++ b/protocols/p4runtime/proto/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols-p4runtime</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-protocols-p4runtime-proto</artifactId>
     <packaging>bundle</packaging>
diff --git a/protocols/pcep/pcepio/pom.xml b/protocols/pcep/pcepio/pom.xml
index dd38812..7cf186e 100644
--- a/protocols/pcep/pcepio/pom.xml
+++ b/protocols/pcep/pcepio/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-protocol</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-pcepio</artifactId>
diff --git a/protocols/pcep/pom.xml b/protocols/pcep/pom.xml
index 83fe4a3..53fe40b 100644
--- a/protocols/pcep/pom.xml
+++ b/protocols/pcep/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-protocols</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-pcep-protocol</artifactId>
diff --git a/protocols/pcep/server/api/pom.xml b/protocols/pcep/server/api/pom.xml
index ba3a78d..bc5eeb5 100644
--- a/protocols/pcep/server/api/pom.xml
+++ b/protocols/pcep/server/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-server</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-pcep-server-api</artifactId>
diff --git a/protocols/pcep/server/ctl/pom.xml b/protocols/pcep/server/ctl/pom.xml
index f690dc6..ad22a9a 100644
--- a/protocols/pcep/server/ctl/pom.xml
+++ b/protocols/pcep/server/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-server</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-pcep-server-impl</artifactId>
diff --git a/protocols/pcep/server/pom.xml b/protocols/pcep/server/pom.xml
index 5752e85..4b8a422 100755
--- a/protocols/pcep/server/pom.xml
+++ b/protocols/pcep/server/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-protocol</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-pcep-server</artifactId>
diff --git a/protocols/pom.xml b/protocols/pom.xml
index 8834416..4984f3a 100644
--- a/protocols/pom.xml
+++ b/protocols/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-protocols</artifactId>
diff --git a/protocols/rest/api/pom.xml b/protocols/rest/api/pom.xml
index 37ddad4..7e3235b 100644
--- a/protocols/rest/api/pom.xml
+++ b/protocols/rest/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-restsb</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-restsb-api</artifactId>
diff --git a/protocols/rest/ctl/pom.xml b/protocols/rest/ctl/pom.xml
index a14c1cf..e99d193 100644
--- a/protocols/rest/ctl/pom.xml
+++ b/protocols/rest/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-restsb</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/rest/pom.xml b/protocols/rest/pom.xml
index 586a931..f398be4 100644
--- a/protocols/rest/pom.xml
+++ b/protocols/rest/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-protocols</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/restconf/client/api/pom.xml b/protocols/restconf/client/api/pom.xml
index 360d767..20c33e6 100644
--- a/protocols/restconf/client/api/pom.xml
+++ b/protocols/restconf/client/api/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-restconf-client</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>onos-restconf-client-api</artifactId>
diff --git a/protocols/restconf/client/ctl/pom.xml b/protocols/restconf/client/ctl/pom.xml
index c3e0009..8427df3 100644
--- a/protocols/restconf/client/ctl/pom.xml
+++ b/protocols/restconf/client/ctl/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-restconf-client</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>onos-restconf-client-ctl</artifactId>
diff --git a/protocols/restconf/client/pom.xml b/protocols/restconf/client/pom.xml
index 0ef9fae..4f22315 100644
--- a/protocols/restconf/client/pom.xml
+++ b/protocols/restconf/client/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-restconf</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>onos-restconf-client</artifactId>
diff --git a/protocols/restconf/pom.xml b/protocols/restconf/pom.xml
index e0826c8..fb2e139 100644
--- a/protocols/restconf/pom.xml
+++ b/protocols/restconf/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-protocols</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>onos-restconf</artifactId>
diff --git a/protocols/restconf/server/app/pom.xml b/protocols/restconf/server/app/pom.xml
index 6520343..f404686 100644
--- a/protocols/restconf/server/app/pom.xml
+++ b/protocols/restconf/server/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-restconf-server</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/restconf/server/pom.xml b/protocols/restconf/server/pom.xml
index e491ce9..b270d10 100644
--- a/protocols/restconf/server/pom.xml
+++ b/protocols/restconf/server/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-restconf</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/restconf/server/rpp/pom.xml b/protocols/restconf/server/rpp/pom.xml
index bbcc7e8..11e7ad4 100644
--- a/protocols/restconf/server/rpp/pom.xml
+++ b/protocols/restconf/server/rpp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-restconf-server</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/snmp/api/pom.xml b/protocols/snmp/api/pom.xml
index 5489e0a..2544dc7 100644
--- a/protocols/snmp/api/pom.xml
+++ b/protocols/snmp/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-protocols-snmp</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/snmp/ctl/pom.xml b/protocols/snmp/ctl/pom.xml
index edfe17d..0d84225 100644
--- a/protocols/snmp/ctl/pom.xml
+++ b/protocols/snmp/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-protocols-snmp</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/snmp/pom.xml b/protocols/snmp/pom.xml
index b47aa14..deece83 100644
--- a/protocols/snmp/pom.xml
+++ b/protocols/snmp/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-protocols</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/tl1/api/pom.xml b/protocols/tl1/api/pom.xml
index 613197e..f869b3d 100644
--- a/protocols/tl1/api/pom.xml
+++ b/protocols/tl1/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-tl1</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/tl1/ctl/pom.xml b/protocols/tl1/ctl/pom.xml
index fc9c2e6..50ffeb3 100644
--- a/protocols/tl1/ctl/pom.xml
+++ b/protocols/tl1/ctl/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-tl1</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/tl1/pom.xml b/protocols/tl1/pom.xml
index ff6da39..4081fd8 100644
--- a/protocols/tl1/pom.xml
+++ b/protocols/tl1/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-protocols</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/xmpp/core/api/pom.xml b/protocols/xmpp/core/api/pom.xml
index d7c6563..65e25e9 100644
--- a/protocols/xmpp/core/api/pom.xml
+++ b/protocols/xmpp/core/api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>onos-protocols-xmpp-core</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/xmpp/core/ctl/pom.xml b/protocols/xmpp/core/ctl/pom.xml
index 5ef063b..e6b5fbb 100644
--- a/protocols/xmpp/core/ctl/pom.xml
+++ b/protocols/xmpp/core/ctl/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>onos-protocols-xmpp-core</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/xmpp/core/pom.xml b/protocols/xmpp/core/pom.xml
index fc76a91..9cd96ff 100644
--- a/protocols/xmpp/core/pom.xml
+++ b/protocols/xmpp/core/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>onos-protocols-xmpp</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/xmpp/pom.xml b/protocols/xmpp/pom.xml
index 4acc745..1675916 100644
--- a/protocols/xmpp/pom.xml
+++ b/protocols/xmpp/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>onos-protocols</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/xmpp/pubsub/api/pom.xml b/protocols/xmpp/pubsub/api/pom.xml
index 990bde8..89f6b6e 100644
--- a/protocols/xmpp/pubsub/api/pom.xml
+++ b/protocols/xmpp/pubsub/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-protocols-xmpp-pubsub</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/xmpp/pubsub/ctl/pom.xml b/protocols/xmpp/pubsub/ctl/pom.xml
index 6fdf339..cb47fbb 100644
--- a/protocols/xmpp/pubsub/ctl/pom.xml
+++ b/protocols/xmpp/pubsub/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-protocols-xmpp-pubsub</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/protocols/xmpp/pubsub/pom.xml b/protocols/xmpp/pubsub/pom.xml
index 1c01336..dcd848b 100644
--- a/protocols/xmpp/pubsub/pom.xml
+++ b/protocols/xmpp/pubsub/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-protocols-xmpp</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/providers/bgp/app/pom.xml b/providers/bgp/app/pom.xml
index 24c9923..ab61489 100644
--- a/providers/bgp/app/pom.xml
+++ b/providers/bgp/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-bgp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-bgp-app</artifactId>
diff --git a/providers/bgp/cfg/pom.xml b/providers/bgp/cfg/pom.xml
index 947a07c..ac09587 100644
--- a/providers/bgp/cfg/pom.xml
+++ b/providers/bgp/cfg/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-bgp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-providers-bgp-cfg</artifactId>
     <packaging>bundle</packaging>
diff --git a/providers/bgp/cli/pom.xml b/providers/bgp/cli/pom.xml
index d1da500..4016151 100644
--- a/providers/bgp/cli/pom.xml
+++ b/providers/bgp/cli/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-bgp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-bgp-cli</artifactId>
diff --git a/providers/bgp/pom.xml b/providers/bgp/pom.xml
index 55f631b..8e441e7 100644
--- a/providers/bgp/pom.xml
+++ b/providers/bgp/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-providers</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
   <artifactId>onos-providers-bgp</artifactId>
   <packaging>pom</packaging>
diff --git a/providers/bgp/route/pom.xml b/providers/bgp/route/pom.xml
index 2af45d9..d1c7e1a 100644
--- a/providers/bgp/route/pom.xml
+++ b/providers/bgp/route/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-bgp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-providers-bgp-route</artifactId>
     <packaging>bundle</packaging>
diff --git a/providers/bgp/topology/pom.xml b/providers/bgp/topology/pom.xml
index e3402a3..bb4b9ca 100644
--- a/providers/bgp/topology/pom.xml
+++ b/providers/bgp/topology/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-providers-bgp</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
   <artifactId>onos-providers-bgp-topology</artifactId>
   <packaging>bundle</packaging>
diff --git a/providers/bgpcep/app/pom.xml b/providers/bgpcep/app/pom.xml
index f02dd6a..106b5aa 100644
--- a/providers/bgpcep/app/pom.xml
+++ b/providers/bgpcep/app/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-bgpcep</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-bgpcep-app</artifactId>
diff --git a/providers/bgpcep/flow/pom.xml b/providers/bgpcep/flow/pom.xml
index 957cebf..6969776 100644
--- a/providers/bgpcep/flow/pom.xml
+++ b/providers/bgpcep/flow/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-bgpcep</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-bgpcep-flow</artifactId>
diff --git a/providers/bgpcep/pom.xml b/providers/bgpcep/pom.xml
index 3b1df3f..029dc72 100644
--- a/providers/bgpcep/pom.xml
+++ b/providers/bgpcep/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-providers</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>onos-providers-bgpcep</artifactId>
diff --git a/providers/general/app/pom.xml b/providers/general/app/pom.xml
index d105a32..846722c 100644
--- a/providers/general/app/pom.xml
+++ b/providers/general/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-general</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-general-app</artifactId>
diff --git a/providers/general/device/pom.xml b/providers/general/device/pom.xml
index 7b1fe65..31a39e3 100644
--- a/providers/general/device/pom.xml
+++ b/providers/general/device/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-general</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-general-device</artifactId>
diff --git a/providers/general/pom.xml b/providers/general/pom.xml
index ba3a088..fb6c4ce 100644
--- a/providers/general/pom.xml
+++ b/providers/general/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-general</artifactId>
diff --git a/providers/host/pom.xml b/providers/host/pom.xml
index 6d6cb61..37c6bb4 100644
--- a/providers/host/pom.xml
+++ b/providers/host/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-host-provider</artifactId>
diff --git a/providers/hostprobing/pom.xml b/providers/hostprobing/pom.xml
index a1c749e..ef7973c 100644
--- a/providers/hostprobing/pom.xml
+++ b/providers/hostprobing/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-hostprobing-provider</artifactId>
diff --git a/providers/isis/app/pom.xml b/providers/isis/app/pom.xml
index f3d874b..7fb996d 100644
--- a/providers/isis/app/pom.xml
+++ b/providers/isis/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-isis-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-isis-app</artifactId>
diff --git a/providers/isis/cfg/pom.xml b/providers/isis/cfg/pom.xml
index dc6839b..81223a3 100644
--- a/providers/isis/cfg/pom.xml
+++ b/providers/isis/cfg/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-isis-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-isis-provider-cfg</artifactId>
diff --git a/providers/isis/cli/pom.xml b/providers/isis/cli/pom.xml
index 79eff3d..0a39ed2 100644
--- a/providers/isis/cli/pom.xml
+++ b/providers/isis/cli/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-isis-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-isis-provider-cli</artifactId>
diff --git a/providers/isis/pom.xml b/providers/isis/pom.xml
index bf74826..9030672 100644
--- a/providers/isis/pom.xml
+++ b/providers/isis/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-isis-providers</artifactId>
diff --git a/providers/isis/topology/pom.xml b/providers/isis/topology/pom.xml
index 9978669..6624ba6 100644
--- a/providers/isis/topology/pom.xml
+++ b/providers/isis/topology/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-isis-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-isis-provider-topology</artifactId>
diff --git a/providers/link/pom.xml b/providers/link/pom.xml
index 1138c2b..8e7e0f6 100644
--- a/providers/link/pom.xml
+++ b/providers/link/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/providers/lisp/app/pom.xml b/providers/lisp/app/pom.xml
index 1988cd8..9fbaa35 100644
--- a/providers/lisp/app/pom.xml
+++ b/providers/lisp/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-lisp-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-lisp-app</artifactId>
diff --git a/providers/lisp/device/pom.xml b/providers/lisp/device/pom.xml
index e69ba10..443d536 100644
--- a/providers/lisp/device/pom.xml
+++ b/providers/lisp/device/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-lisp-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-lisp-provider-device</artifactId>
diff --git a/providers/lisp/mapping/pom.xml b/providers/lisp/mapping/pom.xml
index 2a43874..b602da4 100644
--- a/providers/lisp/mapping/pom.xml
+++ b/providers/lisp/mapping/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-lisp-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-lisp-provider-mapping</artifactId>
diff --git a/providers/lisp/message/pom.xml b/providers/lisp/message/pom.xml
index 2a6f4fa..f243c3b 100644
--- a/providers/lisp/message/pom.xml
+++ b/providers/lisp/message/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-lisp-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-lisp-provider-message</artifactId>
diff --git a/providers/lisp/pom.xml b/providers/lisp/pom.xml
index f377aba..553ca3e 100644
--- a/providers/lisp/pom.xml
+++ b/providers/lisp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-lisp-providers</artifactId>
diff --git a/providers/lldp/pom.xml b/providers/lldp/pom.xml
index 49e9203..bad5fc8 100644
--- a/providers/lldp/pom.xml
+++ b/providers/lldp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-lldp-provider</artifactId>
diff --git a/providers/lldpcommon/pom.xml b/providers/lldpcommon/pom.xml
index 990c349..cdf20cc 100644
--- a/providers/lldpcommon/pom.xml
+++ b/providers/lldpcommon/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-providers</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/providers/netcfghost/pom.xml b/providers/netcfghost/pom.xml
index 8d121df..4a958a3 100644
--- a/providers/netcfghost/pom.xml
+++ b/providers/netcfghost/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-providers</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/providers/netcfglinks/pom.xml b/providers/netcfglinks/pom.xml
index 1c10f3f..5a41707 100644
--- a/providers/netcfglinks/pom.xml
+++ b/providers/netcfglinks/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-providers</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/providers/netconf/alarm/pom.xml b/providers/netconf/alarm/pom.xml
index 907dc4d..e82463f 100644
--- a/providers/netconf/alarm/pom.xml
+++ b/providers/netconf/alarm/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>onos-netconf-providers</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/providers/netconf/app/pom.xml b/providers/netconf/app/pom.xml
index 7bdb0bf..c5ba478 100644
--- a/providers/netconf/app/pom.xml
+++ b/providers/netconf/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-netconf-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-netconf-app</artifactId>
diff --git a/providers/netconf/device/pom.xml b/providers/netconf/device/pom.xml
index 8282c58..caf7d0c 100644
--- a/providers/netconf/device/pom.xml
+++ b/providers/netconf/device/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-netconf-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-netconf-provider-device</artifactId>
diff --git a/providers/netconf/pom.xml b/providers/netconf/pom.xml
index 5c4bf0e..8e89ffe 100644
--- a/providers/netconf/pom.xml
+++ b/providers/netconf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-netconf-providers</artifactId>
diff --git a/providers/null/pom.xml b/providers/null/pom.xml
index 69daf35..e907a55 100644
--- a/providers/null/pom.xml
+++ b/providers/null/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-null-provider</artifactId>
diff --git a/providers/openflow/app/pom.xml b/providers/openflow/app/pom.xml
index 9156f30..0a21a7a 100644
--- a/providers/openflow/app/pom.xml
+++ b/providers/openflow/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-openflow</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-openflow</artifactId>
diff --git a/providers/openflow/base/pom.xml b/providers/openflow/base/pom.xml
index 732382c..d616225 100644
--- a/providers/openflow/base/pom.xml
+++ b/providers/openflow/base/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-openflow</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-openflow-base</artifactId>
diff --git a/providers/openflow/device/pom.xml b/providers/openflow/device/pom.xml
index 4db2588..59afe7d 100644
--- a/providers/openflow/device/pom.xml
+++ b/providers/openflow/device/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-openflow</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-openflow-device</artifactId>
diff --git a/providers/openflow/flow/pom.xml b/providers/openflow/flow/pom.xml
index 4a1e17d..a87cd66 100644
--- a/providers/openflow/flow/pom.xml
+++ b/providers/openflow/flow/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-openflow</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-openflow-flow</artifactId>
diff --git a/providers/openflow/group/pom.xml b/providers/openflow/group/pom.xml
index b6d7cd8..55ef0ce 100644
--- a/providers/openflow/group/pom.xml
+++ b/providers/openflow/group/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-openflow</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-openflow-group</artifactId>
diff --git a/providers/openflow/message/pom.xml b/providers/openflow/message/pom.xml
index ad85ebb..e6eeb11 100644
--- a/providers/openflow/message/pom.xml
+++ b/providers/openflow/message/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-openflow</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-openflow-message</artifactId>
diff --git a/providers/openflow/meter/pom.xml b/providers/openflow/meter/pom.xml
index 7b45aa2..f7d83bc 100644
--- a/providers/openflow/meter/pom.xml
+++ b/providers/openflow/meter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-openflow</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-openflow-meter</artifactId>
diff --git a/providers/openflow/packet/pom.xml b/providers/openflow/packet/pom.xml
index 65efe16..8aba213 100644
--- a/providers/openflow/packet/pom.xml
+++ b/providers/openflow/packet/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-openflow</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-openflow-packet</artifactId>
diff --git a/providers/openflow/pom.xml b/providers/openflow/pom.xml
index 652fc09..f1e3f55 100644
--- a/providers/openflow/pom.xml
+++ b/providers/openflow/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-openflow</artifactId>
diff --git a/providers/ospf/app/pom.xml b/providers/ospf/app/pom.xml
index 32377cc..e9ffe8e 100644
--- a/providers/ospf/app/pom.xml
+++ b/providers/ospf/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ospf-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/ospf/cfg/pom.xml b/providers/ospf/cfg/pom.xml
index abe426f..32d8182 100644
--- a/providers/ospf/cfg/pom.xml
+++ b/providers/ospf/cfg/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ospf-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/ospf/cli/pom.xml b/providers/ospf/cli/pom.xml
index 3601fc8..fc210dd 100644
--- a/providers/ospf/cli/pom.xml
+++ b/providers/ospf/cli/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ospf-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/ospf/pom.xml b/providers/ospf/pom.xml
index b202a62..d4e3541 100644
--- a/providers/ospf/pom.xml
+++ b/providers/ospf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/ospf/topology/pom.xml b/providers/ospf/topology/pom.xml
index 5770ad1..d632586 100644
--- a/providers/ospf/topology/pom.xml
+++ b/providers/ospf/topology/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ospf-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/ovsdb/app/pom.xml b/providers/ovsdb/app/pom.xml
index e624983..aaddb7b 100644
--- a/providers/ovsdb/app/pom.xml
+++ b/providers/ovsdb/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ovsdb-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ovsdatabase</artifactId>
diff --git a/providers/ovsdb/base/pom.xml b/providers/ovsdb/base/pom.xml
index 1ba39ad..a329650 100644
--- a/providers/ovsdb/base/pom.xml
+++ b/providers/ovsdb/base/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ovsdb-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ovsdb-base</artifactId>
diff --git a/providers/ovsdb/device/pom.xml b/providers/ovsdb/device/pom.xml
index 12a0bc0..2a95ad0 100644
--- a/providers/ovsdb/device/pom.xml
+++ b/providers/ovsdb/device/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ovsdb-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ovsdb-provider-device</artifactId>
diff --git a/providers/ovsdb/host/pom.xml b/providers/ovsdb/host/pom.xml
index 1c08491..1e6fc43 100644
--- a/providers/ovsdb/host/pom.xml
+++ b/providers/ovsdb/host/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ovsdb-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ovsdb-provider-host</artifactId>
diff --git a/providers/ovsdb/pom.xml b/providers/ovsdb/pom.xml
index 9932696..76f71fe 100644
--- a/providers/ovsdb/pom.xml
+++ b/providers/ovsdb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ovsdb-providers</artifactId>
diff --git a/providers/ovsdb/tunnel/pom.xml b/providers/ovsdb/tunnel/pom.xml
index 05e9f90..fc40c701 100644
--- a/providers/ovsdb/tunnel/pom.xml
+++ b/providers/ovsdb/tunnel/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-ovsdb-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-ovsdb-provider-tunnel</artifactId>
diff --git a/providers/pcep/app/pom.xml b/providers/pcep/app/pom.xml
index be96188..92c52e4 100644
--- a/providers/pcep/app/pom.xml
+++ b/providers/pcep/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-pcep</artifactId>
diff --git a/providers/pcep/cli/pom.xml b/providers/pcep/cli/pom.xml
index 00fb3d4..beecda0 100644
--- a/providers/pcep/cli/pom.xml
+++ b/providers/pcep/cli/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-pcep-provider-cli</artifactId>
diff --git a/providers/pcep/pom.xml b/providers/pcep/pom.xml
index 11d31d5..386b64c 100644
--- a/providers/pcep/pom.xml
+++ b/providers/pcep/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-providers</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
   <artifactId>onos-pcep-providers</artifactId>
   <packaging>pom</packaging>
diff --git a/providers/pcep/topology/pom.xml b/providers/pcep/topology/pom.xml
index f77e0c8..583615f 100644
--- a/providers/pcep/topology/pom.xml
+++ b/providers/pcep/topology/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-pcep-providers</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
   <artifactId>onos-pcep-provider-topology</artifactId>
   <packaging>bundle</packaging>
diff --git a/providers/pcep/tunnel/pom.xml b/providers/pcep/tunnel/pom.xml
index 8ddc740..46f98ec 100644
--- a/providers/pcep/tunnel/pom.xml
+++ b/providers/pcep/tunnel/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <artifactId>onos-pcep-provider-tunnel</artifactId>
     <packaging>bundle</packaging>
diff --git a/providers/pom.xml b/providers/pom.xml
index f8059ec..7cfca17 100644
--- a/providers/pom.xml
+++ b/providers/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers</artifactId>
diff --git a/providers/rest/app/pom.xml b/providers/rest/app/pom.xml
index 5a39e2e..42dbe30 100644
--- a/providers/rest/app/pom.xml
+++ b/providers/rest/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-restsb-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/providers/rest/device/pom.xml b/providers/rest/device/pom.xml
index 72907ae..9763d56 100644
--- a/providers/rest/device/pom.xml
+++ b/providers/rest/device/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-restsb-providers</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/providers/rest/pom.xml b/providers/rest/pom.xml
index bfe952c..ff43262 100644
--- a/providers/rest/pom.xml
+++ b/providers/rest/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-providers</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/providers/snmp/alarm/pom.xml b/providers/snmp/alarm/pom.xml
index 20fe3b8..c456147 100644
--- a/providers/snmp/alarm/pom.xml
+++ b/providers/snmp/alarm/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-snmp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-snmp-alarm</artifactId>
diff --git a/providers/snmp/app/pom.xml b/providers/snmp/app/pom.xml
index 6d2e5b5..0ecacc0 100644
--- a/providers/snmp/app/pom.xml
+++ b/providers/snmp/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-snmp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-snmp-app</artifactId>
diff --git a/providers/snmp/device/pom.xml b/providers/snmp/device/pom.xml
index 65b6add..030b9ce 100644
--- a/providers/snmp/device/pom.xml
+++ b/providers/snmp/device/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-snmp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-snmp-device</artifactId>
diff --git a/providers/snmp/pom.xml b/providers/snmp/pom.xml
index 937ed07..25e495d 100644
--- a/providers/snmp/pom.xml
+++ b/providers/snmp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-snmp</artifactId>
diff --git a/providers/tl1/app/pom.xml b/providers/tl1/app/pom.xml
index 6d511c9..9309284 100644
--- a/providers/tl1/app/pom.xml
+++ b/providers/tl1/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-tl1-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-tl1-app</artifactId>
diff --git a/providers/tl1/device/pom.xml b/providers/tl1/device/pom.xml
index 370fed0..0c6418b 100644
--- a/providers/tl1/device/pom.xml
+++ b/providers/tl1/device/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-tl1-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-tl1-provider-device</artifactId>
diff --git a/providers/tl1/pom.xml b/providers/tl1/pom.xml
index 712a803..23109c0 100644
--- a/providers/tl1/pom.xml
+++ b/providers/tl1/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-tl1-providers</artifactId>
diff --git a/providers/xmpp/device/pom.xml b/providers/xmpp/device/pom.xml
index f7887d3..0271efa 100644
--- a/providers/xmpp/device/pom.xml
+++ b/providers/xmpp/device/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-providers-xmpp</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-providers-xmpp-device</artifactId>
diff --git a/providers/xmpp/pom.xml b/providers/xmpp/pom.xml
index f354a63..c655525 100644
--- a/providers/xmpp/pom.xml
+++ b/providers/xmpp/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>onos-providers</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/tools/build/bazel/variables.bzl b/tools/build/bazel/variables.bzl
index cf611e3..7c32f8a 100644
--- a/tools/build/bazel/variables.bzl
+++ b/tools/build/bazel/variables.bzl
@@ -1,6 +1,6 @@
 ONOS_ORIGIN = "ONOS Community"
 ONOS_GROUP_ID = "org.onosproject"
-ONOS_VERSION = "1.14.0-b1"
+ONOS_VERSION = "1.14.0-SNAPSHOT"
 DEFAULT_APP_CATEGORY = "Utility"
 ONOS_ARTIFACT_BASE = "onos-"
 APP_PREFIX = ONOS_GROUP_ID + "."
diff --git a/tools/build/conf/pom.xml b/tools/build/conf/pom.xml
index 423f477..aa60ecf 100644
--- a/tools/build/conf/pom.xml
+++ b/tools/build/conf/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.onosproject</groupId>
     <artifactId>onos-build-conf</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <description>Various ONOS build settings</description>
 
     <properties>
diff --git a/tools/build/envDefaults b/tools/build/envDefaults
index 726cb83..d76bb52 100644
--- a/tools/build/envDefaults
+++ b/tools/build/envDefaults
@@ -18,8 +18,8 @@
 export BUILD_NUMBER=${BUILD_NUMBER:-$(id -un)}
 
 # ONOS Version and onos.tar.gz staging environment
-export ONOS_POM_VERSION="1.14.0-b1"
-export ONOS_VERSION=${ONOS_VERSION:-1.14.0-b1.$BUILD_NUMBER}
+export ONOS_POM_VERSION="1.14.0-SNAPSHOT"
+export ONOS_VERSION=${ONOS_VERSION:-1.14.0.$BUILD_NUMBER}
 
 # ONOS production bits (onos.tar.gz, onos.zip, onos.deb, onos.rpm) staging environment
 export ONOS_BITS=onos-${ONOS_VERSION%~*}
diff --git a/tools/build/onos-build-and-upload b/tools/build/onos-build-and-upload
index c7044c7..97657c9 100755
--- a/tools/build/onos-build-and-upload
+++ b/tools/build/onos-build-and-upload
@@ -20,6 +20,9 @@
     # upload docs
     onos-upload-docs ${WIKI_USER}
 
+    # upload release bits
+    onos-upload-bits
+
     # spot check that uploaded artifacts are correct
     check-uploaded-maven-artifacts  $VERSION $ONOS_ROOT https://oss.sonatype.org/content/groups/staging
 
@@ -30,5 +33,5 @@
     git push origin ${BRANCH}
 
     # Push tag for this build to git
-    #git push origin ${VERSION}
+    git push origin ${VERSION}
 fi
diff --git a/tools/build/onos-build-release b/tools/build/onos-build-release
index 38d8fd6..b45f7e6 100755
--- a/tools/build/onos-build-release
+++ b/tools/build/onos-build-release
@@ -28,7 +28,7 @@
 fi
 
 # Check that environment setup is correct
-# onos-release-prerequisites ${DRY_RUN}
+onos-release-prerequisites ${DRY_RUN}
 
 if [ ${IS_DRY_RUN} -eq 0 ]; then
     # Block commits to Gerrit
diff --git a/tools/build/onos-change-version b/tools/build/onos-change-version
index 89c14b9..9477e0f 100755
--- a/tools/build/onos-change-version
+++ b/tools/build/onos-change-version
@@ -16,7 +16,7 @@
 cd $ONOS_ROOT
 
 # Augment the version of the main pom and the modules nested underneath.
-#mvn -B versions:set -DnewVersion=$NEW_VERSION versions:commit
+mvn -B versions:set -DnewVersion=$NEW_VERSION versions:commit
 mvn -B -f lib/pom.xml versions:set -DnewVersion=$NEW_VERSION versions:commit
 sed -i".VERBACK" -E "1,/<version>/s/<version>[^<]*</<version>$NEW_VERSION</g" pom.xml
 
@@ -52,8 +52,4 @@
 sed -i".VERBACK" -E "s/ONOS_VERSION.*/ONOS_VERSION = '$NEW_VERSION'/" onos.defs
 sed -i".VERBACK" -E "s/ONOS_VERSION=.*/ONOS_VERSION='$NEW_VERSION'/" tools/build/onos-prepare-sonar
 
-# Version the bazel artifacts
-sed -i".VERBACK" -E "s/ONOS_VERSION.*/ONOS_VERSION = \"$NEW_VERSION\"/" tools/build/bazel/variables.bzl
-sed -i".VERBACK" -E "s/ONOS_VERSION.*/ONOS_VERSION = \"$NEW_VERSION\"/" WORKSPACE
-
 find . -name "*.VERBACK" | xargs rm -f
diff --git a/tools/build/onos-prepare-release b/tools/build/onos-prepare-release
index 476e984..9869ac3 100755
--- a/tools/build/onos-prepare-release
+++ b/tools/build/onos-prepare-release
@@ -31,17 +31,14 @@
 git tag -l | grep -q "$ONOS_VERSION\$" &&
   { echo "ERROR: Version already exists"; exit -1; }
 
-cp -R $ONOS_ROOT/tools/build/* $DIR/tools/build/
-cp $ONOS_ROOT/tools/test/bin/onos-archetypes-test $DIR/tools/test/bin/
+# Copy local buck configuration to new tree
+cp $ONOS_ROOT/.buckconfig.local $DIR/
 
 export ONOS_ROOT=$DIR
 # This is a hack to remove symlinks from the ONOS_ROOT path. To be removed when
 # the protobuf buck rules can handle symlinks
 ONOS_ROOT=$(pushd $ONOS_ROOT >/dev/null && pwd -P && popd >/dev/null)
 . $ONOS_ROOT/tools/build/envDefaults
-
-echo "stay away!" >buck-out
-
 exec bash $COMMAND
 
-
+# TODO on exit, print "leaving directory"
diff --git a/tools/build/onos-prepare-sonar b/tools/build/onos-prepare-sonar
index 47603bd..8caac59 100755
--- a/tools/build/onos-prepare-sonar
+++ b/tools/build/onos-prepare-sonar
@@ -12,7 +12,7 @@
 from subprocess import call, check_call, check_output
 
 # FIXME pull the version from the Buck version file
-ONOS_VERSION='1.14.0-b1'
+ONOS_VERSION='1.14.0-SNAPSHOT'
 
 # SonarQube property file name and template
 FILE_NAME = 'sonar-project.properties'
diff --git a/tools/build/onos-release b/tools/build/onos-release
index ae638fa..83d4506 100755
--- a/tools/build/onos-release
+++ b/tools/build/onos-release
@@ -22,6 +22,8 @@
 
 cd $ONOS_ROOT
 
+# TODO: Create a new branch for this activity?
+
 # Change the version
 onos-change-version $NEW_VERSION
 export ONOS_VERSION=$NEW_VERSION
@@ -30,29 +32,31 @@
 onos-validate-change-version
 
 # Build ONOS & deploy to staging repo using the release profile.
-bazel build onos
-
-# Build ONOS docs
-bazel build //docs:internal //docs:external
+onos-buck build onos
 
 if [ $dryRun -eq 0 ]; then
-    publish_url="oss.sonatype.org"
+    time onos-buck-publish
 else
-    publish_url=""
+    time onos-buck-publish-local
 fi
 
-# Create artifact catalog
-onos-publish-catalog publishing-catalog
+# Build ONOS docs
+onos-buck build //docs:internal //docs:external
 
-# publish artifacts
-onos-upload-artifacts.py publishing-catalog ${publish_url}
+# Package test tar.gz
+onos-buck build //:onos-test
+
+# Package admin tar.gz
+onos-buck build //:onos-admin
 
 # Build ONOS archetypes & deploy to staging repo using the release profile.
 # Note that release of the staging repository is a separate manual step.
 if [ $dryRun -eq 0 ]; then
+    export MVN_CLI_OPTS=-Pstaging
     pushd tools/package/archetypes/
-    mvn -B -Pstaging clean install && onos-archetypes-test -Pstaging && mvn -Pstaging -Prelease clean deploy
+    mvn -B -Pstaging clean install && onos-archetypes-test && mvn -Pstaging -Prelease clean deploy
     popd
+    unset MVN_CLI_OPTS
 else
     pushd tools/package/archetypes/
     mvn -B clean install && onos-archetypes-test
@@ -64,3 +68,5 @@
     git commit -a -m"Tagging $NEW_VERSION"
     git tag -sm"Tagging $NEW_VERSION" $NEW_VERSION #signed tag
 fi
+
+# TODO: push?
diff --git a/tools/build/onos-release-prerequisites b/tools/build/onos-release-prerequisites
index c25d829..f3d2b6b 100755
--- a/tools/build/onos-release-prerequisites
+++ b/tools/build/onos-release-prerequisites
@@ -100,6 +100,19 @@
     echo "OK"
 }
 
+# Test access to EC2
+function testEC2Access {
+    aux=$(mktemp)
+    trap "cat $aux; rm -f $aux; echo 'FAILED'" ERR
+    printf "Checking EC2 access... "
+    : "${AWS_ACCESS_KEY_ID:?AWS_ACCESS_KEY_ID must be set}"
+    : "${AWS_SECRET_ACCESS_KEY:?AWS_SECRET_ACCESS_KEY must be set}"
+
+    uploadToS3.py -v 1>$aux 2>&1
+    rm -f $aux
+    echo "OK"
+}
+
 # Sonatype account must be created & ~/.m2/settings.xml must be configured
 # Test by "releasing" a fake project setup for that purpose to validate access.
 function testSonatypeAccessMvn {
@@ -142,12 +155,40 @@
     echo "OK"
 }
 
+# .buckconfig.local must exist and the sonatype credentials must be set up
+function testBuckconfigLocal() {
+    printf "Checking local buck config..."
+    if [ ! -f $ONOS_ROOT/.buckconfig.local ]; then
+        echo ".buckconfig.local not found"
+        return 1
+    fi
+
+    trap "echo [publish] must be specified" ERR
+    grep -q "^\[publish\]" $ONOS_ROOT/.buckconfig.local
+
+    trap "echo maven_url must be specified" ERR
+    grep -q "maven_url" $ONOS_ROOT/.buckconfig.local
+
+    trap "echo maven_user must be specified" ERR
+    grep -q "maven_user" $ONOS_ROOT/.buckconfig.local
+
+    trap "echo maven_password must be specified" ERR
+    grep -q "maven_password" $ONOS_ROOT/.buckconfig.local
+
+    trap "echo pgp_keyring must be specified" ERR
+    grep -q "pgp_keyring" $ONOS_ROOT/.buckconfig.local
+
+    echo "OK"
+}
+
+testBuckconfigLocal
 testToolchain
 testSnapshotDependencies
 testGerritAccess
 
 if [ ${dryRun} -eq 0 ]; then
     testWikiAccess
+    testEC2Access
     testSonatypeAccessMvn
     testSonatypeAccessRest
 fi
diff --git a/tools/build/onos-upload-artifacts.py b/tools/build/onos-upload-artifacts.py
index 074c14d..0cd6c3e 100755
--- a/tools/build/onos-upload-artifacts.py
+++ b/tools/build/onos-upload-artifacts.py
@@ -20,7 +20,6 @@
 import hashlib
 import requests, os
 import xml.etree.ElementTree, shutil
-import time
 
 SONATYPE_USER=os.environ.get("SONATYPE_USER")
 SONATYPE_PASSWORD=os.environ.get("SONATYPE_PASSWORD")
@@ -43,8 +42,6 @@
 </promoteRequest>
 '''
 
-CLOSE_RETRY_ATTEMPTS = 12 * 2
-
 def hashlib_compute(hash, input_file, output_file):
     with open(input_file, 'rb') as f:
         for block in iter(lambda: f.read(100000), b''):
@@ -109,31 +106,6 @@
     r = requests.post(url, close_request, headers=headers, auth=(SONATYPE_USER, SONATYPE_PASSWORD))
 
 
-def wait_for_staging_repo(description, repo_id):
-    base_url = "https://" + destination_repo_url + "/service/local/staging/profiles" + "/" + SONATYPE_PROFILE
-    if repo_id is None:
-        return
-    close_request = CLOSE_REPO_REQUEST_TEMPLATE.replace("%(description)", description).replace("%(repo_id)", repo_id)
-    url = base_url + "/finish"
-    headers = {'Content-Type': 'application/xml'}
-    repo_query_url = "https://oss.sonatype.org/service/local/staging/repository/" + repo_id
-
-    attempt = 1
-    print ("waiting for repo to close...")
-    while True:
-        r = requests.get(repo_query_url, close_request, headers=headers, auth=(SONATYPE_USER, SONATYPE_PASSWORD))
-        root = xml.etree.ElementTree.fromstring(r.text)
-        transitioning = root.find("transitioning").text
-        if transitioning != "true":
-            break
-        if attempt == CLOSE_RETRY_ATTEMPTS:
-            print ("Unable to close repo")
-            sys.exit(1)
-        attempt = attempt + 1
-        time.sleep(5)
-    print ("Repo closed successfully")
-
-
 def stage_file(file, repo_id, dest):
     filename_in_repo = os.path.dirname(dest) + "/" + os.path.basename(file)
     if destination_repo_url is not None:
@@ -216,5 +188,4 @@
         dest = s[1]
         upload_file(src, dest)
     close_staging_repo(repo_id=repo_id, description=description)
-    wait_for_staging_repo(repo_id=repo_id, description=description)
     shutil.rmtree(tempdir)
diff --git a/tools/package/archetypes/api/pom.xml b/tools/package/archetypes/api/pom.xml
index 7679eb6..47a6784 100644
--- a/tools/package/archetypes/api/pom.xml
+++ b/tools/package/archetypes/api/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-archetypes</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>onos-api-archetype</artifactId>
diff --git a/tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml
index 6c67ca2..5a24913 100644
--- a/tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml
+++ b/tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.14.0-b1</onos.version>
+        <onos.version>1.14.0-SNAPSHOT</onos.version>
     </properties>
 
     <dependencies>
diff --git a/tools/package/archetypes/bundle/pom.xml b/tools/package/archetypes/bundle/pom.xml
index 5ebc96b..2c878e8 100644
--- a/tools/package/archetypes/bundle/pom.xml
+++ b/tools/package/archetypes/bundle/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-archetypes</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>onos-bundle-archetype</artifactId>
diff --git a/tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml
index 9d8b493..01e21bf 100644
--- a/tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml
+++ b/tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.14.0-b1</onos.version>
+        <onos.version>1.14.0-SNAPSHOT</onos.version>
         <!-- Uncomment to generate ONOS app from this module.
         <onos.app.name>org.foo.app</onos.app.name>
         <onos.app.title>Foo App</onos.app.title>
diff --git a/tools/package/archetypes/cli/pom.xml b/tools/package/archetypes/cli/pom.xml
index 4c9738d..46d23af 100644
--- a/tools/package/archetypes/cli/pom.xml
+++ b/tools/package/archetypes/cli/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-archetypes</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>onos-cli-archetype</artifactId>
diff --git a/tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml
index c96e583..c56988c 100644
--- a/tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml
+++ b/tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.14.0-b1</onos.version>
+        <onos.version>1.14.0-SNAPSHOT</onos.version>
     </properties>
 
     <dependencies>
diff --git a/tools/package/archetypes/pom.xml b/tools/package/archetypes/pom.xml
index fb4c5bb..2498463 100644
--- a/tools/package/archetypes/pom.xml
+++ b/tools/package/archetypes/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.onosproject</groupId>
     <artifactId>onos-archetypes</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>ONOS archetypes project</description>
diff --git a/tools/package/archetypes/rest/pom.xml b/tools/package/archetypes/rest/pom.xml
index 238437b..3c34d9f 100644
--- a/tools/package/archetypes/rest/pom.xml
+++ b/tools/package/archetypes/rest/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-archetypes</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>onos-rest-archetype</artifactId>
diff --git a/tools/package/archetypes/rest/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/rest/src/main/resources/archetype-resources/pom.xml
index a4f47ce..5bee98a 100644
--- a/tools/package/archetypes/rest/src/main/resources/archetype-resources/pom.xml
+++ b/tools/package/archetypes/rest/src/main/resources/archetype-resources/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.14.0-b1</onos.version>
+        <onos.version>1.14.0-SNAPSHOT</onos.version>
 
         <web.context>/onos/${artifactId}</web.context>
         <api.version>1.0.0</api.version>
diff --git a/tools/package/archetypes/ui/pom.xml b/tools/package/archetypes/ui/pom.xml
index b4f31e6..e0dda9c 100644
--- a/tools/package/archetypes/ui/pom.xml
+++ b/tools/package/archetypes/ui/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-archetypes</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>onos-ui-archetype</artifactId>
diff --git a/tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml
index 69f8486..caeafa7 100644
--- a/tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml
+++ b/tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.14.0-b1</onos.version>
+        <onos.version>1.14.0-SNAPSHOT</onos.version>
         <!-- Uncomment to generate ONOS app from this module.
         <onos.app.name>org.foo.app</onos.app.name>
         <onos.app.title>Foo App</onos.app.title>
diff --git a/tools/package/archetypes/uitab/pom.xml b/tools/package/archetypes/uitab/pom.xml
index 49e529c..279588b 100644
--- a/tools/package/archetypes/uitab/pom.xml
+++ b/tools/package/archetypes/uitab/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-archetypes</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>onos-uitab-archetype</artifactId>
diff --git a/tools/package/archetypes/uitab/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/uitab/src/main/resources/archetype-resources/pom.xml
index c9c6cbe..419798b 100644
--- a/tools/package/archetypes/uitab/src/main/resources/archetype-resources/pom.xml
+++ b/tools/package/archetypes/uitab/src/main/resources/archetype-resources/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.14.0-b1</onos.version>
+        <onos.version>1.14.0-SNAPSHOT</onos.version>
         <!-- Uncomment to generate ONOS app from this module.
         <onos.app.name>org.foo.app</onos.app.name>
         <onos.app.title>Foo App</onos.app.title>
diff --git a/tools/package/archetypes/uitopo/pom.xml b/tools/package/archetypes/uitopo/pom.xml
index 854d864..740ae0b 100644
--- a/tools/package/archetypes/uitopo/pom.xml
+++ b/tools/package/archetypes/uitopo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-archetypes</artifactId>
-    <version>1.14.0-b1</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>onos-uitopo-archetype</artifactId>
diff --git a/tools/package/archetypes/uitopo/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/uitopo/src/main/resources/archetype-resources/pom.xml
index 603e1c3..96a8b71 100644
--- a/tools/package/archetypes/uitopo/src/main/resources/archetype-resources/pom.xml
+++ b/tools/package/archetypes/uitopo/src/main/resources/archetype-resources/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.14.0-b1</onos.version>
+        <onos.version>1.14.0-SNAPSHOT</onos.version>
         <!-- Uncomment to generate ONOS app from this module.
         <onos.app.name>org.foo.app</onos.app.name>
         <onos.app.title>Foo App</onos.app.title>
diff --git a/tools/package/branding/pom.xml b/tools/package/branding/pom.xml
index 71615d3..a71c4b4 100644
--- a/tools/package/branding/pom.xml
+++ b/tools/package/branding/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/tools/package/features/pom.xml b/tools/package/features/pom.xml
index e2c86db..18dd3c4 100644
--- a/tools/package/features/pom.xml
+++ b/tools/package/features/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/tools/test/bin/onos-archetypes-test b/tools/test/bin/onos-archetypes-test
index 8b2c571..6bc3e15 100755
--- a/tools/test/bin/onos-archetypes-test
+++ b/tools/test/bin/onos-archetypes-test
@@ -19,16 +19,16 @@
 set -e
 
 export AROOT=${ONOS_STAGE_ROOT:-/tmp}/foo
-export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=1.14.0-b1"
+export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=1.14.0-SNAPSHOT"
 
 mkdir -p $AROOT
 for an in api bundle cli rest ui uitab uitopo; do
     cd $AROOT
     rm -fr $AROOT/foo-$an
-    mvn archetype:generate "$@" $ARCHETYPE_OPTS \
+    mvn archetype:generate $MVN_CLI_OPTS $ARCHETYPE_OPTS \
         -DarchetypeArtifactId=onos-$an-archetype \
         -DgroupId=org.foo -DartifactId=foo-$an -Dversion=1.0 \
         -Dpackage=org.foo.$an -DinteractiveMode=false
     cd $AROOT/foo-$an
-    mvn "$@" clean install
+    mvn $MVN_CLI_OPTS clean install
 done
diff --git a/utils/junit/pom.xml b/utils/junit/pom.xml
index b3ed08b..006d406 100644
--- a/utils/junit/pom.xml
+++ b/utils/junit/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onlab-utils</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onlab-junit</artifactId>
diff --git a/utils/misc/pom.xml b/utils/misc/pom.xml
index 9aaabb7..27c20da 100644
--- a/utils/misc/pom.xml
+++ b/utils/misc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onlab-utils</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onlab-misc</artifactId>
diff --git a/utils/osgi/pom.xml b/utils/osgi/pom.xml
index c17605a..5a64fb2 100644
--- a/utils/osgi/pom.xml
+++ b/utils/osgi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onlab-utils</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onlab-osgi</artifactId>
diff --git a/utils/osgiwrap/pom.xml b/utils/osgiwrap/pom.xml
index 9683d2f..7f9ead2 100644
--- a/utils/osgiwrap/pom.xml
+++ b/utils/osgiwrap/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onlab-utils</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/utils/pom.xml b/utils/pom.xml
index c8f6a78..2af8d59 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onlab-utils</artifactId>
diff --git a/utils/rest/pom.xml b/utils/rest/pom.xml
index a86db7b..a91fdd9 100644
--- a/utils/rest/pom.xml
+++ b/utils/rest/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onlab-utils</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onlab-rest</artifactId>
diff --git a/web/api/pom.xml b/web/api/pom.xml
index fe7fe81..f4fd51f 100644
--- a/web/api/pom.xml
+++ b/web/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-web</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-rest</artifactId>
diff --git a/web/gui/pom.xml b/web/gui/pom.xml
index 8ce03bb..5f1f6a2 100644
--- a/web/gui/pom.xml
+++ b/web/gui/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-web</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-gui</artifactId>
diff --git a/web/gui2/pom.xml b/web/gui2/pom.xml
index 86955e1..6e9739e 100644
--- a/web/gui2/pom.xml
+++ b/web/gui2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-web</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-gui2</artifactId>
diff --git a/web/pom.xml b/web/pom.xml
index 38bfe36..82db692 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.14.0-b1</version>
+        <version>1.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>onos-web</artifactId>