diff options
author | Ashlee Young <ashlee@wildernessvoice.com> | 2015-12-08 11:32:02 -0800 |
---|---|---|
committer | Ashlee Young <ashlee@wildernessvoice.com> | 2015-12-08 11:32:02 -0800 |
commit | f9da5db0ff14879e47a6d83244ba63d45b4d432d (patch) | |
tree | 30ae7124d2650f556252245ffd3c68ae1b7d845f /framework/src/onos/utils/jdvue/bin | |
parent | 76dc892491948adae5e5e62cf94448967e8d865b (diff) |
onos-1.4.0-rc1 tag
Change-Id: I7f6b85bbf2574b9e174ad919ff36acde28ca50a1
Signed-off-by: Ashlee Young <ashlee@wildernessvoice.com>
Diffstat (limited to 'framework/src/onos/utils/jdvue/bin')
-rwxr-xr-x | framework/src/onos/utils/jdvue/bin/jdvue | 2 |
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 |