Starting snapshot 1.3.0-SNAPSHOT

Change-Id: Idc4c114bda5268e534b9fc998215564d23d84c58
diff --git a/utils/jdvue/bin/jdvue b/utils/jdvue/bin/jdvue
index d4ef391..86adfb4 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.2.0
+VER=1.3.0-SNAPSHOT
 JAR=$PWD/target/jdvue-${VER}.jar # start with the dev jar first
 cd - >/dev/null