Switching back to snapshot 1.4.0-SNAPSHOT

Change-Id: Ie726afc2df730a1009db421328267f2dcfedfd66
diff --git a/utils/jdvue/bin/jdvue b/utils/jdvue/bin/jdvue
index 5429b0e..3dda596 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-rc3
+VER=1.4.0-SNAPSHOT
 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 6580fc5..d150102 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-rc3</version>
+        <version>1.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>