Tagging 1.3.0-rc1

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