From 93364633b3320471585255576a71588bfe0234e8 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 22 Mar 2022 15:40:19 -0600 Subject: [PATCH] Update the version to 1.4.4. refs https://github.com/csjx/realtime-data/issues/60 --- 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 ++-- docs/user/manage-instruments/manage-instruments/command.md | 2 +- pom.xml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2e104e0..41fb2f8 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.3/realtime-data-1.4.3-bin.zip - $ sudo unzip realtime-data-1.4.3-bin.zip + $ sudo curl -L -O https://github.com/csjx/realtime-data/raw/1.4.4/realtime-data-1.4.4-bin.zip + $ sudo unzip realtime-data-1.4.4-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 a2b29ec..07bbe65 100644 --- a/assembly.xml +++ b/assembly.xml @@ -53,7 +53,7 @@ - target/realtime-data-1.4.3-jar-with-dependencies.jar + target/realtime-data-1.4.4-jar-with-dependencies.jar LICENSE diff --git a/bin/manage-instruments b/bin/manage-instruments index 1a1afce..ca4f978 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.3"; # keep track of this script's version +VERSION="1.4.4"; # 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 2a7b811..7ffc1c5 100755 --- a/bin/runFakeFileSource.sh +++ b/bin/runFakeFileSource.sh @@ -1,5 +1,5 @@ #!/bin/bash -export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.3-jar-with-dependencies.jar; +export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.4-jar-with-dependencies.jar; export SOURCE="TEST01_001CTDXXXXR00"; diff --git a/bin/runSource.sh b/bin/runSource.sh index 009fdce..590edd6 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.3-jar-with-dependencies.jar; +export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.4-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 eef0bc7..063b795 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.3) + -V Show the version (1.4.4) 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.3) + -V Show the version (1.4.4) 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 eef0bc7..063b795 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.3) + -V Show the version (1.4.4) 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.3) + -V Show the version (1.4.4) 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/user/manage-instruments/manage-instruments/command.md b/docs/user/manage-instruments/manage-instruments/command.md index 24a1a5c..736b5d9 100644 --- a/docs/user/manage-instruments/manage-instruments/command.md +++ b/docs/user/manage-instruments/manage-instruments/command.md @@ -31,7 +31,7 @@ OPTIONS: -l List the status of all drivers and archivers. -o Indicate which operation to perform, start, stop, or status (requires 'driver' or 'archiver' commands). -d The existing raw instrument archive to rebuild (requires 'rebuilder' or 'reloader' command). - -V Show the version (1.4.3) + -V Show the version (1.4.4) ``` diff --git a/pom.xml b/pom.xml index 20e4789..8912e48 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 edu.hawaii.soest realtime-data - 1.4.3 + 1.4.4 Realtime Data Streaming Software Software for streaming and managing scientific instrument data. See https://csjx.github.io/realtime-data.