From f9da5db0ff14879e47a6d83244ba63d45b4d432d Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Tue, 8 Dec 2015 11:32:02 -0800 Subject: onos-1.4.0-rc1 tag Change-Id: I7f6b85bbf2574b9e174ad919ff36acde28ca50a1 Signed-off-by: Ashlee Young --- framework/src/onos/utils/jdvue/bin/jdvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/src/onos/utils/jdvue/bin') 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 -- cgit 1.2.3-korg