Tagging 1.4.0 (Emu release)

Change-Id: I55e4dbcecbfac86cccae27aa99a813910bd5557a
diff --git a/utils/jdvue/bin/jdvue b/utils/jdvue/bin/jdvue
index 3dda596..28765b3 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
 JAR=$PWD/target/jdvue-${VER}.jar # start with the dev jar first
 cd - >/dev/null