From 92eae09b77f276cd6979daf0bda8cf50970e8d6e Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 17 Jan 2022 15:33:27 -0700 Subject: [PATCH] Bump the version for a 1.4.2 release. --- README.md | 4 ++-- assembly.xml | 2 +- bin/manage-instruments | 2 +- bin/runFakeFileSource.sh | 2 +- bin/runSource.sh | 2 +- docs/_sources/user/user-guide.txt | 4 ++-- docs/source/user/user-guide.rst | 4 ++-- pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 47eede2..c31b5f1 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Quick Start Set up the software by unpacking the zip file, setting environment variables, and creating the log directory: $ cd /usr/local - $ sudo curl -L -O https://github.com/csjx/realtime-data/raw/1.4.1/realtime-data-1.4.1-bin.zip - $ sudo unzip realtime-data-1.4.1-bin.zip + $ sudo curl -L -O https://github.com/csjx/realtime-data/raw/1.4.2/realtime-data-1.4.2-bin.zip + $ sudo unzip realtime-data-1.4.2-bin.zip $ sudo chown -R ${USER} /usr/local/realtime-data $ export REALTIME_DATA=/usr/local/realtime-data $ export PATH=${PATH}:${REALTIME_DATA}/scripts/shell diff --git a/assembly.xml b/assembly.xml index 332e3d7..f133c55 100644 --- a/assembly.xml +++ b/assembly.xml @@ -53,7 +53,7 @@ - target/realtime-data-1.4.1-jar-with-dependencies.jar + target/realtime-data-1.4.2-jar-with-dependencies.jar LICENSE diff --git a/bin/manage-instruments b/bin/manage-instruments index 69e64d3..83794ed 100755 --- a/bin/manage-instruments +++ b/bin/manage-instruments @@ -32,7 +32,7 @@ LOG_DIR="/var/log/realtime-data"; # log files location if [[ -z ${REALTIME_DATA} ]]; then REALTIME_DATA="."; # installed realtime-data software location fi -VERSION="1.4.1"; # keep track of this script's version +VERSION="1.4.2"; # keep track of this script's version if [[ -d "/etc/realtime-data" ]]; then CLASSPATH="/etc/realtime-data:${REALTIME_DATA}/realtime-data-${VERSION}-jar-with-dependencies.jar"; else diff --git a/bin/runFakeFileSource.sh b/bin/runFakeFileSource.sh index 0e4786f..176beb3 100755 --- a/bin/runFakeFileSource.sh +++ b/bin/runFakeFileSource.sh @@ -1,5 +1,5 @@ #!/bin/bash -export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.1-jar-with-dependencies.jar; +export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.2-jar-with-dependencies.jar; export SOURCE="TEST01_001CTDXXXXR00"; diff --git a/bin/runSource.sh b/bin/runSource.sh index 27a1119..ff48d3d 100755 --- a/bin/runSource.sh +++ b/bin/runSource.sh @@ -1,6 +1,6 @@ #!/bin/bash export REALTIME_DATA=/usr/local/realtime-data; -export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.1-jar-with-dependencies.jar; +export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.2-jar-with-dependencies.jar; $REALTIME_DATA/build/classes/:\ $REALTIME_DATA/lib/rbnb.jar:\ $REALTIME_DATA/lib/commons-codec-1.3.jar:\ diff --git a/docs/_sources/user/user-guide.txt b/docs/_sources/user/user-guide.txt index b70d274..591a8be 100644 --- a/docs/_sources/user/user-guide.txt +++ b/docs/_sources/user/user-guide.txt @@ -197,7 +197,7 @@ Instrument drivers are managed with a ``manage-instruments`` script in ``${REALT -h Show this message -i The instrument id. Use -i multiple times for multiple instruments. -o Indicate which operation to perform, start or stop. - -V Show the version (1.4.1) + -V Show the version (1.4.2) The ``manage-instruments`` script is used to start one or many instrument drivers by setting the ``-c`` command option to ``driver``, the ``-o`` operation option to ``start``, and by using one or more ``-i`` options followed by the instrument identifier. In lieu of the individual ``-i`` option, you can use the ``-a`` option to start all instruments configured in the ``${REALTIME_DATA}/conf`` directory. For example, to start a single instrument driver: @@ -532,7 +532,7 @@ Instrument archivers are managed with a ``manage-instruments`` script in ``${REA -h Show this message -i The instrument id. Use -i multiple times for multiple instruments. -o Indicate which operation to perform, start or stop. - -V Show the version (1.4.1) + -V Show the version (1.4.2) The ``manage-instruments`` script is used to start one or many instrument archivers by setting the ``-c`` command option to ``archiver``, the ``-o`` operation option to ``start``, and by using one or more ``-i`` options followed by the instrument identifier. In lieu of the individual ``-i`` option, you can use the ``-a`` option to start all instrument archivers configured in the ``${REALTIME_DATA}/conf`` directory. For example, to start a single instrument archiver: diff --git a/docs/source/user/user-guide.rst b/docs/source/user/user-guide.rst index b70d274..591a8be 100644 --- a/docs/source/user/user-guide.rst +++ b/docs/source/user/user-guide.rst @@ -197,7 +197,7 @@ Instrument drivers are managed with a ``manage-instruments`` script in ``${REALT -h Show this message -i The instrument id. Use -i multiple times for multiple instruments. -o Indicate which operation to perform, start or stop. - -V Show the version (1.4.1) + -V Show the version (1.4.2) The ``manage-instruments`` script is used to start one or many instrument drivers by setting the ``-c`` command option to ``driver``, the ``-o`` operation option to ``start``, and by using one or more ``-i`` options followed by the instrument identifier. In lieu of the individual ``-i`` option, you can use the ``-a`` option to start all instruments configured in the ``${REALTIME_DATA}/conf`` directory. For example, to start a single instrument driver: @@ -532,7 +532,7 @@ Instrument archivers are managed with a ``manage-instruments`` script in ``${REA -h Show this message -i The instrument id. Use -i multiple times for multiple instruments. -o Indicate which operation to perform, start or stop. - -V Show the version (1.4.1) + -V Show the version (1.4.2) The ``manage-instruments`` script is used to start one or many instrument archivers by setting the ``-c`` command option to ``archiver``, the ``-o`` operation option to ``start``, and by using one or more ``-i`` options followed by the instrument identifier. In lieu of the individual ``-i`` option, you can use the ``-a`` option to start all instrument archivers configured in the ``${REALTIME_DATA}/conf`` directory. For example, to start a single instrument archiver: diff --git a/pom.xml b/pom.xml index 9ec9d4b..9c3d9ed 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 edu.hawaii.soest realtime-data - 1.4.1 + 1.4.2 Realtime Data Streaming Software Software for streaming and managing scientific instrument data. See https://csjx.github.io/realtime-data.