aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/utils/jdvue/bin/jdvue
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/utils/jdvue/bin/jdvue')
-rwxr-xr-xframework/src/onos/utils/jdvue/bin/jdvue2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/onos/utils/jdvue/bin/jdvue b/framework/src/onos/utils/jdvue/bin/jdvue
index 3dda5969..db9d164b 100755
--- a/framework/src/onos/utils/jdvue/bin/jdvue
+++ b/framework/src/onos/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-rc1
JAR=$PWD/target/jdvue-${VER}.jar # start with the dev jar first
cd - >/dev/null