Tagging 1.4.0-rc2

Change-Id: I7e2916f7b02d297818ad65153aee5e5946f882ac
diff --git a/apps/aaa/pom.xml b/apps/aaa/pom.xml
index b03930a..7e9b487 100644
--- a/apps/aaa/pom.xml
+++ b/apps/aaa/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/acl/pom.xml b/apps/acl/pom.xml
index 454ac7e..b2d6b29 100644
--- a/apps/acl/pom.xml
+++ b/apps/acl/pom.xml
@@ -26,12 +26,12 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>onos-app-acl</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</version>
     <packaging>bundle</packaging>
 
     <description>ONOS ACL application</description>
diff --git a/apps/bgprouter/pom.xml b/apps/bgprouter/pom.xml
index 6503ee7..f9f3248 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/apps/cip/pom.xml b/apps/cip/pom.xml
index 77cfe15..c93c9bd 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/cordfabric/pom.xml b/apps/cordfabric/pom.xml
index a10db44..c76d881 100644
--- a/apps/cordfabric/pom.xml
+++ b/apps/cordfabric/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/apps/cordvtn/pom.xml b/apps/cordvtn/pom.xml
index 45fef52..91e2a75 100644
--- a/apps/cordvtn/pom.xml
+++ b/apps/cordvtn/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/cpman/pom.xml b/apps/cpman/pom.xml
index c01af6d..3e659a6 100644
--- a/apps/cpman/pom.xml
+++ b/apps/cpman/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.onosproject</groupId>
             <artifactId>onos-api</artifactId>
-            <version>1.4.0-SNAPSHOT</version>
+            <version>1.4.0-rc2</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/apps/demo/cord-gui/pom.xml b/apps/demo/cord-gui/pom.xml
index 16ed5d9..e0bbcfd 100644
--- a/apps/demo/cord-gui/pom.xml
+++ b/apps/demo/cord-gui/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>cord-gui</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</version>
     <packaging>war</packaging>
 
     <description>Demo CORD Subscriber Web GUI</description>
diff --git a/apps/demo/cord-gui/src/scripts/pullwar.sh b/apps/demo/cord-gui/src/scripts/pullwar.sh
index d5a7528..f6e656e 100644
--- a/apps/demo/cord-gui/src/scripts/pullwar.sh
+++ b/apps/demo/cord-gui/src/scripts/pullwar.sh
@@ -1 +1 @@
-cp $ONOS_ROOT/apps/demo/cord-gui/target/cord-gui-1.4.0-SNAPSHOT.war .
+cp $ONOS_ROOT/apps/demo/cord-gui/target/cord-gui-1.4.0-rc2.war .
diff --git a/apps/demo/cord-gui/src/scripts/run.me b/apps/demo/cord-gui/src/scripts/run.me
index 496b18e..a5e0983 100644
--- a/apps/demo/cord-gui/src/scripts/run.me
+++ b/apps/demo/cord-gui/src/scripts/run.me
@@ -4,7 +4,7 @@
 
 export LISTENPORT=8080
 export JETTY="-jar jetty-runner.jar"
-export CORD=./cord-gui-1.4.0-SNAPSHOT.war
+export CORD=./cord-gui-1.4.0-rc2.war
 export LOGDBG=-Dorg.onosproject.cord.gui.LEVEL=DEBUG
 export DEBUG="-Xdebug -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n"
 export LOG=cord.log
diff --git a/apps/dhcp/api/pom.xml b/apps/dhcp/api/pom.xml
index fb5246f..e07e74d 100644
--- a/apps/dhcp/api/pom.xml
+++ b/apps/dhcp/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>onos-dhcp</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/dhcp/app/pom.xml b/apps/dhcp/app/pom.xml
index 6589402..948d7c8 100644
--- a/apps/dhcp/app/pom.xml
+++ b/apps/dhcp/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-dhcp</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/dhcp/pom.xml b/apps/dhcp/pom.xml
index 473caea..4c94e30 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/drivermatrix/pom.xml b/apps/drivermatrix/pom.xml
index d7a71a4..1a6c73f 100644
--- a/apps/drivermatrix/pom.xml
+++ b/apps/drivermatrix/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/faultmanagement/app/pom.xml b/apps/faultmanagement/app/pom.xml
index ef41cdd..7a5900d 100644
--- a/apps/faultmanagement/app/pom.xml
+++ b/apps/faultmanagement/app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-app-fm</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/faultmanagement/fmmgr/pom.xml b/apps/faultmanagement/fmmgr/pom.xml
index 86b7cb6..f61e9d5 100644
--- a/apps/faultmanagement/fmmgr/pom.xml
+++ b/apps/faultmanagement/fmmgr/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-app-fm</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/faultmanagement/fmweb/pom.xml b/apps/faultmanagement/fmweb/pom.xml
index 8d75971..ad53d21 100644
--- a/apps/faultmanagement/fmweb/pom.xml
+++ b/apps/faultmanagement/fmweb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-app-fm</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/faultmanagement/pom.xml b/apps/faultmanagement/pom.xml
index e7bb6a1..75935c0 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/flowanalyzer/pom.xml b/apps/flowanalyzer/pom.xml
index b092041..606dc40 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/fwd/pom.xml b/apps/fwd/pom.xml
index 977a75a..2b09502 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/igmp/pom.xml b/apps/igmp/pom.xml
index 7980d2c..90da8cd 100644
--- a/apps/igmp/pom.xml
+++ b/apps/igmp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/iptopology-api/pom.xml b/apps/iptopology-api/pom.xml
index 50cb4ad..eac9f8d 100644
--- a/apps/iptopology-api/pom.xml
+++ b/apps/iptopology-api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
     <artifactId>onos-app-iptopology-api</artifactId>
     <packaging>bundle</packaging>
diff --git a/apps/metrics/pom.xml b/apps/metrics/pom.xml
index 8a39990..7aba87c 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/mfwd/pom.xml b/apps/mfwd/pom.xml
index 835de83..2de4cfa 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/mlb/pom.xml b/apps/mlb/pom.xml
index 2169237..607f3f0 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/mobility/pom.xml b/apps/mobility/pom.xml
index 59fd666..891c428 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/olt/pom.xml b/apps/olt/pom.xml
index f803a61..d08211d 100644
--- a/apps/olt/pom.xml
+++ b/apps/olt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/openstackswitching/api/pom.xml b/apps/openstackswitching/api/pom.xml
index f5e6f94..6efe748 100644
--- a/apps/openstackswitching/api/pom.xml
+++ b/apps/openstackswitching/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-openstackswitching</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/openstackswitching/app/pom.xml b/apps/openstackswitching/app/pom.xml
index 719b049..487eedb 100644
--- a/apps/openstackswitching/app/pom.xml
+++ b/apps/openstackswitching/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-openstackswitching</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/openstackswitching/pom.xml b/apps/openstackswitching/pom.xml
index 9dbdcf5..28988b4 100644
--- a/apps/openstackswitching/pom.xml
+++ b/apps/openstackswitching/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/optical/pom.xml b/apps/optical/pom.xml
index 9ae6f85..fc00957 100644
--- a/apps/optical/pom.xml
+++ b/apps/optical/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/pathpainter/pom.xml b/apps/pathpainter/pom.xml
index c14294c..7936d66 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/pcep-api/pom.xml b/apps/pcep-api/pom.xml
index 5e87167..86ebfad 100644
--- a/apps/pcep-api/pom.xml
+++ b/apps/pcep-api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
     <artifactId>onos-app-pcep-api</artifactId>
     <packaging>bundle</packaging>
diff --git a/apps/pim/pom.xml b/apps/pim/pom.xml
index 83a366b..a31cab0 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/pom.xml b/apps/pom.xml
index 3a1ed16..deb4b03 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/proxyarp/pom.xml b/apps/proxyarp/pom.xml
index 69f64dd..6eef3b0 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/reactive-routing/pom.xml b/apps/reactive-routing/pom.xml
index 58fb91e..3b529cb 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/routing-api/pom.xml b/apps/routing-api/pom.xml
index 4c2d7d3..aff9d52 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/apps/routing/pom.xml b/apps/routing/pom.xml
index 2882f52..8ce0add 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/apps/sdnip/pom.xml b/apps/sdnip/pom.xml
index 99314aa..961f2c2 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/segmentrouting/pom.xml b/apps/segmentrouting/pom.xml
index d170a7a..42f802d 100644
--- a/apps/segmentrouting/pom.xml
+++ b/apps/segmentrouting/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>onos-apps</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/test/demo/pom.xml b/apps/test/demo/pom.xml
index 4b08430..dd78c2e 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/test/distributed-primitives/pom.xml b/apps/test/distributed-primitives/pom.xml
index f77fd57..16cd5a8 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.onosproject</groupId>
             <artifactId>onos-core-dist</artifactId>
-            <version>1.4.0-SNAPSHOT</version>
+            <version>1.4.0-rc2</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/apps/test/election/pom.xml b/apps/test/election/pom.xml
index 3ceadb4..17fbc7f 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/test/intent-perf/pom.xml b/apps/test/intent-perf/pom.xml
index b837d11..e21fd4f 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/test/messaging-perf/pom.xml b/apps/test/messaging-perf/pom.xml
index 28de5b7..4f511e4 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/test/pom.xml b/apps/test/pom.xml
index ead2252..62323fa 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/virtualbng/pom.xml b/apps/virtualbng/pom.xml
index 01caa66..73f482e 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/vtn/app/pom.xml b/apps/vtn/app/pom.xml
index b2d3705..24211fc 100644
--- a/apps/vtn/app/pom.xml
+++ b/apps/vtn/app/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-app-vtn</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/vtn/pom.xml b/apps/vtn/pom.xml
index e452851..7b34cd7 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/vtn/sfcmgr/pom.xml b/apps/vtn/sfcmgr/pom.xml
index 8b5f198..10be53d 100644
--- a/apps/vtn/sfcmgr/pom.xml
+++ b/apps/vtn/sfcmgr/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.onosproject</groupId>
 		<artifactId>onos-app-vtn</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>1.4.0-rc2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/apps/vtn/vtnmgr/pom.xml b/apps/vtn/vtnmgr/pom.xml
index 4b360c2..5b3e8a8 100644
--- a/apps/vtn/vtnmgr/pom.xml
+++ b/apps/vtn/vtnmgr/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-app-vtn</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/vtn/vtnrsc/pom.xml b/apps/vtn/vtnrsc/pom.xml
index c6414a8..1739784 100644
--- a/apps/vtn/vtnrsc/pom.xml
+++ b/apps/vtn/vtnrsc/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-app-vtn</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/vtn/vtnweb/pom.xml b/apps/vtn/vtnweb/pom.xml
index bcb71d9..5db04cb 100644
--- a/apps/vtn/vtnweb/pom.xml
+++ b/apps/vtn/vtnweb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-app-vtn</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/apps/xos-integration/pom.xml b/apps/xos-integration/pom.xml
index 68eafd1..9bc80f6 100644
--- a/apps/xos-integration/pom.xml
+++ b/apps/xos-integration/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/cli/pom.xml b/cli/pom.xml
index 3d29a26..3e14688 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/core/api/pom.xml b/core/api/pom.xml
index 23a051c..2143e18 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/core/common/pom.xml b/core/common/pom.xml
index e4d25ee..fad1cc0 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/core/net/pom.xml b/core/net/pom.xml
index a77b26a..6960443 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/core/net/src/main/java/org/onosproject/core/impl/CoreManager.java b/core/net/src/main/java/org/onosproject/core/impl/CoreManager.java
index ec99c18..419694b 100644
--- a/core/net/src/main/java/org/onosproject/core/impl/CoreManager.java
+++ b/core/net/src/main/java/org/onosproject/core/impl/CoreManager.java
@@ -63,7 +63,7 @@
     private final Logger log = LoggerFactory.getLogger(getClass());
 
     private static final File VERSION_FILE = new File("../VERSION");
-    private static Version version = Version.version("1.4.0-SNAPSHOT");
+    private static Version version = Version.version("1.4.0-rc2");
 
     @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY)
     protected ApplicationIdStore applicationIdStore;
diff --git a/core/pom.xml b/core/pom.xml
index c4f2554..4d42925 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/core/security/pom.xml b/core/security/pom.xml
index 8dbc6c0..6e9d833 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/core/store/dist/pom.xml b/core/store/dist/pom.xml
index 0b8b72b..fa34752 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/core/store/persistence/pom.xml b/core/store/persistence/pom.xml
index 5692c53..27c9ad5 100644
--- a/core/store/persistence/pom.xml
+++ b/core/store/persistence/pom.xml
@@ -34,7 +34,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-core-store</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/core/store/pom.xml b/core/store/pom.xml
index 94c077a..9b72208 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/core/store/serializers/pom.xml b/core/store/serializers/pom.xml
index 867ce0f..3ecae50 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/docs/external.xml b/docs/external.xml
index aac47eb..d5c4d74 100644
--- a/docs/external.xml
+++ b/docs/external.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -53,7 +53,7 @@
                         <sourceFileExclude>**/generated-sources/**</sourceFileExclude>
                     </sourceFileExcludes>
                     <docfilessubdirs>true</docfilessubdirs>
-                    <doctitle>ONOS Java API (1.4.0-SNAPSHOT)</doctitle>
+                    <doctitle>ONOS Java API (1.4.0-rc2)</doctitle>
                     <groups>
                         <group>
                             <title>Network Model &amp; Services</title>
diff --git a/docs/internal.xml b/docs/internal.xml
index 569da1b..ec4f73c 100644
--- a/docs/internal.xml
+++ b/docs/internal.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -49,7 +49,7 @@
                 <configuration>
                     <show>package</show>
                     <docfilessubdirs>true</docfilessubdirs>
-                    <doctitle>ONOS Java API (1.4.0-SNAPSHOT)</doctitle>
+                    <doctitle>ONOS Java API (1.4.0-rc2)</doctitle>
                     <excludePackageNames>@internal-excludes</excludePackageNames>
                     <sourceFileExcludes>
                         <sourceFileExclude>**/generated-sources/**</sourceFileExclude>
diff --git a/drivers/pom.xml b/drivers/pom.xml
index db0a398..e0df660 100644
--- a/drivers/pom.xml
+++ b/drivers/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/features/pom.xml b/features/pom.xml
index 7b36279..eaeba8c 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/api/pom.xml b/incubator/api/pom.xml
index 9d7c7a6..f9f6196 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/net/pom.xml b/incubator/net/pom.xml
index e60a271..c6e1b44 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/pom.xml b/incubator/pom.xml
index 8122a68..bb1531f 100644
--- a/incubator/pom.xml
+++ b/incubator/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/incubator/rpc-grpc/pom.xml b/incubator/rpc-grpc/pom.xml
index 367b50a..a9c65ca 100644
--- a/incubator/rpc-grpc/pom.xml
+++ b/incubator/rpc-grpc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>onos-incubator</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
 
     <artifactId>onos-incubator-rpc-grpc</artifactId>
diff --git a/incubator/rpc/pom.xml b/incubator/rpc/pom.xml
index 8619f92..3caf0f4 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
 
     <artifactId>onos-incubator-rpc</artifactId>
diff --git a/incubator/store/pom.xml b/incubator/store/pom.xml
index 797ccc0..536f08b 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index dc3384f..9888d1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
     <groupId>org.onosproject</groupId>
     <artifactId>onos</artifactId>
     <packaging>pom</packaging>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</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 ffbcdfa..0cdcff2 100755
--- a/protocols/bgp/api/pom.xml
+++ b/protocols/bgp/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-bgp</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/bgp/bgpio/pom.xml b/protocols/bgp/bgpio/pom.xml
index 5d67f18..ee55fcc 100755
--- a/protocols/bgp/bgpio/pom.xml
+++ b/protocols/bgp/bgpio/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-bgp</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/bgp/ctl/pom.xml b/protocols/bgp/ctl/pom.xml
index 629e9ee..605207f 100755
--- a/protocols/bgp/ctl/pom.xml
+++ b/protocols/bgp/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-bgp</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/bgp/pom.xml b/protocols/bgp/pom.xml
index 3b28181..ccc905e 100755
--- 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/netconf/api/pom.xml b/protocols/netconf/api/pom.xml
index 062ec93..1a19074 100644
--- a/protocols/netconf/api/pom.xml
+++ b/protocols/netconf/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-netconf</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/netconf/ctl/pom.xml b/protocols/netconf/ctl/pom.xml
index bae59f0..1cbc96e 100644
--- a/protocols/netconf/ctl/pom.xml
+++ b/protocols/netconf/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-netconf</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/netconf/pom.xml b/protocols/netconf/pom.xml
index f0d6ca7..66eb94d 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/netconf/rfc/pom.xml b/protocols/netconf/rfc/pom.xml
index fa1e06e..02412ca 100644
--- a/protocols/netconf/rfc/pom.xml
+++ b/protocols/netconf/rfc/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-netconf</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/openflow/api/pom.xml b/protocols/openflow/api/pom.xml
index e535ac6..cfa666a 100644
--- a/protocols/openflow/api/pom.xml
+++ b/protocols/openflow/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-of</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/openflow/ctl/pom.xml b/protocols/openflow/ctl/pom.xml
index 56d4855..cf6fc5e 100644
--- a/protocols/openflow/ctl/pom.xml
+++ b/protocols/openflow/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-of</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/openflow/pom.xml b/protocols/openflow/pom.xml
index 3bf976b..eb93036 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/ovsdb/api/pom.xml b/protocols/ovsdb/api/pom.xml
index c264ae9..ffa6679 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
     <artifactId>onos-ovsdb-api</artifactId>
     <packaging>bundle</packaging>
diff --git a/protocols/ovsdb/ctl/pom.xml b/protocols/ovsdb/ctl/pom.xml
index b836629..c91a37d 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/ovsdb/pom.xml b/protocols/ovsdb/pom.xml
index 03e9d98..4f883f1 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/ovsdb/rfc/pom.xml b/protocols/ovsdb/rfc/pom.xml
index d4d3758..533246c 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>onos-ovsdb-rfc</artifactId>
diff --git a/protocols/pcep/api/pom.xml b/protocols/pcep/api/pom.xml
index 3c3b4fb..e73007d 100644
--- a/protocols/pcep/api/pom.xml
+++ b/protocols/pcep/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-controller</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/pcep/ctl/pom.xml b/protocols/pcep/ctl/pom.xml
index f0ed5c2..8010077 100644
--- a/protocols/pcep/ctl/pom.xml
+++ b/protocols/pcep/ctl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-controller</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/pcep/pcepio/pom.xml b/protocols/pcep/pcepio/pom.xml
index d121a83..c53a4fb 100755
--- a/protocols/pcep/pcepio/pom.xml
+++ b/protocols/pcep/pcepio/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-controller</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/pcep/pom.xml b/protocols/pcep/pom.xml
index 466b0c3..5bf8906 100755
--- 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/protocols/pom.xml b/protocols/pom.xml
index 25219fa..f69c7f6 100644
--- a/protocols/pom.xml
+++ b/protocols/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/bgp/app/pom.xml b/providers/bgp/app/pom.xml
index 4ac3acd..6190d45 100755
--- a/providers/bgp/app/pom.xml
+++ b/providers/bgp/app/pom.xml
@@ -19,7 +19,7 @@
         <parent>
                 <groupId>org.onosproject</groupId>
                 <artifactId>onos-bgp-providers</artifactId>
-                <version>1.4.0-SNAPSHOT</version>
+                <version>1.4.0-rc2</version>
                 <relativePath>../pom.xml</relativePath>
         </parent>
 
diff --git a/providers/bgp/cfg/pom.xml b/providers/bgp/cfg/pom.xml
index a468f96..8960a0d 100755
--- a/providers/bgp/cfg/pom.xml
+++ b/providers/bgp/cfg/pom.xml
@@ -4,7 +4,7 @@
     <parent>

         <groupId>org.onosproject</groupId>

         <artifactId>onos-bgp-providers</artifactId>

-        <version>1.4.0-SNAPSHOT</version>

+        <version>1.4.0-rc2</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <artifactId>onos-bgp-provider-cfg</artifactId>

diff --git a/providers/bgp/pom.xml b/providers/bgp/pom.xml
index 442c299..3db0ec0 100755
--- 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>onos-bgp-providers</artifactId>
diff --git a/providers/bgp/topology/pom.xml b/providers/bgp/topology/pom.xml
index b033742..480e151 100755
--- a/providers/bgp/topology/pom.xml
+++ b/providers/bgp/topology/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-bgp-providers</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>onos-bgp-provider-topology</artifactId>
diff --git a/providers/host/pom.xml b/providers/host/pom.xml
index ddbdbfc..515845c 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/lldp/pom.xml b/providers/lldp/pom.xml
index f905276..930c85a 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/netcfghost/pom.xml b/providers/netcfghost/pom.xml
index 15363c8..af3e8e7 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/providers/netconf/app/pom.xml b/providers/netconf/app/pom.xml
index 0aa55ff..7528cb0 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/netconf/device/pom.xml b/providers/netconf/device/pom.xml
index 15ad475..4324037 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/netconf/pom.xml b/providers/netconf/pom.xml
index 8c4681d..5d56929 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/null/pom.xml b/providers/null/pom.xml
index 1db0753..f8e4bc1 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/openflow/app/pom.xml b/providers/openflow/app/pom.xml
index ac5f6ee..f6b9ddd 100644
--- a/providers/openflow/app/pom.xml
+++ b/providers/openflow/app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-of-providers</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/openflow/base/pom.xml b/providers/openflow/base/pom.xml
index 9eb170c..0417c52 100644
--- a/providers/openflow/base/pom.xml
+++ b/providers/openflow/base/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-of-providers</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/openflow/device/pom.xml b/providers/openflow/device/pom.xml
index 0408f73..da6cdbe 100644
--- a/providers/openflow/device/pom.xml
+++ b/providers/openflow/device/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-of-providers</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/openflow/flow/pom.xml b/providers/openflow/flow/pom.xml
index 1f65656..d82cb44 100644
--- a/providers/openflow/flow/pom.xml
+++ b/providers/openflow/flow/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-of-providers</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/openflow/group/pom.xml b/providers/openflow/group/pom.xml
index 049ccaf..b44d21b 100644
--- a/providers/openflow/group/pom.xml
+++ b/providers/openflow/group/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-of-providers</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/openflow/meter/pom.xml b/providers/openflow/meter/pom.xml
index 55068cd..a5eb696 100644
--- a/providers/openflow/meter/pom.xml
+++ b/providers/openflow/meter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-of-providers</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/openflow/packet/pom.xml b/providers/openflow/packet/pom.xml
index cc2316c..aca7c76 100644
--- a/providers/openflow/packet/pom.xml
+++ b/providers/openflow/packet/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-of-providers</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/openflow/pom.xml b/providers/openflow/pom.xml
index 1250af6..f16f2729 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/ovsdb/app/pom.xml b/providers/ovsdb/app/pom.xml
index b615d12..9d4c42e 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/ovsdb/device/pom.xml b/providers/ovsdb/device/pom.xml
index 8f9b834..194bf72 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
 
     <artifactId>onos-ovsdb-provider-device</artifactId>
diff --git a/providers/ovsdb/host/pom.xml b/providers/ovsdb/host/pom.xml
index f54a496..6b85f60 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
 
     <artifactId>onos-ovsdb-provider-host</artifactId>
diff --git a/providers/ovsdb/pom.xml b/providers/ovsdb/pom.xml
index cce971d..2fb81f3 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
 
     <artifactId>onos-ovsdb-providers</artifactId>
diff --git a/providers/ovsdb/tunnel/pom.xml b/providers/ovsdb/tunnel/pom.xml
index 3eae258..8087953 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
 
     <artifactId>onos-ovsdb-provider-tunnel</artifactId>
diff --git a/providers/pcep/app/pom.xml b/providers/pcep/app/pom.xml
index 35c1e9c..2c6f790 100644
--- a/providers/pcep/app/pom.xml
+++ b/providers/pcep/app/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-pcep-providers</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/pcep/pom.xml b/providers/pcep/pom.xml
index b6a425b..39ee216 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>onos-pcep-providers</artifactId>
diff --git a/providers/pcep/topology/pom.xml b/providers/pcep/topology/pom.xml
index ff14b65..a6727ca 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>onos-pcep-provider-topology</artifactId>
diff --git a/providers/pcep/tunnel/pom.xml b/providers/pcep/tunnel/pom.xml
index 2613c41..324bfc3 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>onos-pcep-provider-tunnel</artifactId>
diff --git a/providers/pom.xml b/providers/pom.xml
index 5665d32..dafa563 100644
--- a/providers/pom.xml
+++ b/providers/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/snmp/alarm/pom.xml b/providers/snmp/alarm/pom.xml
index f0a292e..2282161 100644
--- a/providers/snmp/alarm/pom.xml
+++ b/providers/snmp/alarm/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-snmp-providers</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/providers/snmp/pom.xml b/providers/snmp/pom.xml
index 21031d9..feadfb9 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tools/build/envDefaults b/tools/build/envDefaults
index 34fcccb..1aed11c 100644
--- a/tools/build/envDefaults
+++ b/tools/build/envDefaults
@@ -18,8 +18,8 @@
 export BUILD_NUMBER=${BUILD_NUMBER:-$(id -un)~$(date +'%Y/%m/%d@%H:%M')}
 
 # ONOS Version and onos.tar.gz staging environment
-export ONOS_POM_VERSION="1.4.0-SNAPSHOT"
-export ONOS_VERSION=${ONOS_VERSION:-1.4.0.$BUILD_NUMBER}
+export ONOS_POM_VERSION="1.4.0-rc2"
+export ONOS_VERSION=${ONOS_VERSION:-1.4.0-rc2.$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/package/archetypes/api/pom.xml b/tools/package/archetypes/api/pom.xml
index 8deaada..3b5c140 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</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 a0e54f3..769ef9b 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
@@ -26,7 +26,7 @@
     <url>http://onosproject.org</url>
 
     <properties>
-        <onos.version>1.4.0-SNAPSHOT</onos.version>
+        <onos.version>1.4.0-rc2</onos.version>
     </properties>
 
     <dependencies>
diff --git a/tools/package/archetypes/bundle/pom.xml b/tools/package/archetypes/bundle/pom.xml
index 65b55b2..0af059b 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</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 222e8b0..a61703d 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
@@ -26,7 +26,7 @@
     <url>http://onosproject.org</url>
 
     <properties>
-        <onos.version>1.4.0-SNAPSHOT</onos.version>
+        <onos.version>1.4.0-rc2</onos.version>
         <!-- Uncomment to generate ONOS app from this module.
         <onos.app.name>org.foo.app</onos.app.name>
         <onos.app.origin>Foo, Inc.</onos.app.origin>
diff --git a/tools/package/archetypes/cli/pom.xml b/tools/package/archetypes/cli/pom.xml
index a071eed..e33f654 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</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 f460269..090cda6 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
@@ -26,7 +26,7 @@
     <url>http://onosproject.org</url>
 
     <properties>
-        <onos.version>1.4.0-SNAPSHOT</onos.version>
+        <onos.version>1.4.0-rc2</onos.version>
     </properties>
 
     <dependencies>
diff --git a/tools/package/archetypes/pom.xml b/tools/package/archetypes/pom.xml
index 450637f..394e24f 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</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 664d8c9..163c500 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</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 e891556..cc45461 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
@@ -26,7 +26,7 @@
     <url>http://onosproject.org</url>
 
     <properties>
-        <onos.version>1.4.0-SNAPSHOT</onos.version>
+        <onos.version>1.4.0-rc2</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 9bebe9d..aa69b41 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</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 d67c181..cb6cfe4 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
@@ -26,7 +26,7 @@
     <url>http://onosproject.org</url>
 
     <properties>
-        <onos.version>1.4.0-SNAPSHOT</onos.version>
+        <onos.version>1.4.0-rc2</onos.version>
         <!-- Uncomment to generate ONOS app from this module.
         <onos.app.name>org.foo.app</onos.app.name>
         <onos.app.origin>Foo, Inc.</onos.app.origin>
diff --git a/tools/package/archetypes/uitab/pom.xml b/tools/package/archetypes/uitab/pom.xml
index cb18f1f..6af64c1 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</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 05a62b2..cb3d086 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
@@ -27,7 +27,7 @@
     <url>http://onosproject.org</url>
 
     <properties>
-        <onos.version>1.4.0-SNAPSHOT</onos.version>
+        <onos.version>1.4.0-rc2</onos.version>
         <!-- Uncomment to generate ONOS app from this module.
         <onos.app.name>org.foo.app</onos.app.name>
         <onos.app.origin>Foo, Inc.</onos.app.origin>
diff --git a/tools/package/archetypes/uitopo/pom.xml b/tools/package/archetypes/uitopo/pom.xml
index 6ed7c87..5dc5c22 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.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</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 f0688ec..a434bfa 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
@@ -27,7 +27,7 @@
     <url>http://onosproject.org</url>
 
     <properties>
-        <onos.version>1.4.0-SNAPSHOT</onos.version>
+        <onos.version>1.4.0-rc2</onos.version>
         <!-- Uncomment to generate ONOS app from this module.
         <onos.app.name>org.foo.app</onos.app.name>
         <onos.app.origin>Foo, Inc.</onos.app.origin>
diff --git a/tools/package/branding/pom.xml b/tools/package/branding/pom.xml
index be9c416..1be2ab9 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/tools/test/bin/onos-archetypes-test b/tools/test/bin/onos-archetypes-test
index 331c433..869230f 100755
--- a/tools/test/bin/onos-archetypes-test
+++ b/tools/test/bin/onos-archetypes-test
@@ -19,7 +19,7 @@
 set -e
 
 export AROOT=/tmp/foo
-export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=1.4.0-SNAPSHOT"
+export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=1.4.0-rc2"
 
 mkdir -p $AROOT
 for an in api bundle cli ui; do
diff --git a/tools/test/bin/stc b/tools/test/bin/stc
index 60a1720..6e739b7 100755
--- a/tools/test/bin/stc
+++ b/tools/test/bin/stc
@@ -3,7 +3,7 @@
 #   System Test Coordinator
 #-------------------------------------------------------------------------------
 
-VER=1.4.0-SNAPSHOT
+VER=1.4.0-rc2
 JAR=~/.m2/repository/org/onosproject/onlab-stc/$VER/onlab-stc-$VER.jar
 SCENARIOS=$ONOS_ROOT/tools/test/scenarios
 
diff --git a/tools/test/topos/onos.py b/tools/test/topos/onos.py
index f9d4ba2..9e49276 100755
--- a/tools/test/topos/onos.py
+++ b/tools/test/topos/onos.py
@@ -62,7 +62,7 @@
    
     def start( self ):
         if self.inNamespace:
-            instanceOpts = ( '-furl mvn:org.onosproject/onos-features/1.4.0-SNAPSHOT/xml/features '
+            instanceOpts = ( '-furl mvn:org.onosproject/onos-features/1.4.0-rc2/xml/features '
                              '-s 8101' )
             if self.ip is not None:
                 instanceOpts += (' -a %s' % self.IP() )
diff --git a/utils/catalyst/pom.xml b/utils/catalyst/pom.xml
index a4fc7aa..d21a614 100644
--- a/utils/catalyst/pom.xml
+++ b/utils/catalyst/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>onlab-utils</artifactId>
         <groupId>org.onosproject</groupId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/utils/jdvue/bin/jdvue b/utils/jdvue/bin/jdvue
index 3dda596..8ade2a2 100755
--- a/utils/jdvue/bin/jdvue
+++ b/utils/jdvue/bin/jdvue
@@ -8,7 +8,7 @@
 
 JDVUE_ROOT=${JDVUE_ROOT:-$(dirname $0)/..}
 cd $JDVUE_ROOT
-VER=1.4.0-SNAPSHOT
+VER=1.4.0-rc2
 JAR=$PWD/target/jdvue-${VER}.jar # start with the dev jar first
 cd - >/dev/null
 
diff --git a/utils/jdvue/pom.xml b/utils/jdvue/pom.xml
index d150102..8b92d36 100644
--- a/utils/jdvue/pom.xml
+++ b/utils/jdvue/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onlab-utils</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/utils/jnc/pom.xml b/utils/jnc/pom.xml
index 6d0f834..cc6a29c 100644
--- a/utils/jnc/pom.xml
+++ b/utils/jnc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onlab-utils</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/utils/junit/pom.xml b/utils/junit/pom.xml
index c9787a4..c5fdd20 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/utils/misc/pom.xml b/utils/misc/pom.xml
index 2e72113..1dcce16 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/utils/netty/pom.xml b/utils/netty/pom.xml
index 5ce4838..f4e7d5c 100644
--- a/utils/netty/pom.xml
+++ b/utils/netty/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onlab-utils</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/utils/nio/pom.xml b/utils/nio/pom.xml
index 8395766..a306ac3 100644
--- a/utils/nio/pom.xml
+++ b/utils/nio/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onlab-utils</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/utils/osgi/pom.xml b/utils/osgi/pom.xml
index cf79312..b655b3d 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/utils/pom.xml b/utils/pom.xml
index 2129c85..81ccd6a 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/utils/rest/pom.xml b/utils/rest/pom.xml
index 990391a..6aa21d8 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/utils/stc/bin/stc b/utils/stc/bin/stc
index 241822c..4a84df0 100755
--- a/utils/stc/bin/stc
+++ b/utils/stc/bin/stc
@@ -5,7 +5,7 @@
 
 STC_ROOT=${STC_ROOT:-$(dirname $0)/..}
 cd $STC_ROOT
-VER=1.4.0-SNAPSHOT
+VER=1.4.0-rc2
 
 PATH=$PWD/bin:$PATH
 
diff --git a/utils/stc/pom.xml b/utils/stc/pom.xml
index a71dcfe..49bcab2 100644
--- a/utils/stc/pom.xml
+++ b/utils/stc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onlab-utils</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/utils/thirdparty/pom.xml b/utils/thirdparty/pom.xml
index bb5e3e0..d4839f4 100644
--- a/utils/thirdparty/pom.xml
+++ b/utils/thirdparty/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onlab-utils</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0-rc2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/web/api/pom.xml b/web/api/pom.xml
index 6d483d9..4f04aac 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/web/gui/pom.xml b/web/gui/pom.xml
index 6b8480a..d76294c 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.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/web/pom.xml b/web/pom.xml
index d7b6fe0..c5f368f 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0-rc2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>