Skip to content

Commit

Permalink
fix cli tests, bump minor snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdlbs committed Sep 16, 2022
1 parent 8a73b64 commit 307d77f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Mirth Connect's REST API.

## Current release

The latest version of mirthSync is "3.0.3". Note the changes below. Version 3 of
The latest version of mirthSync is "3.0.4-SNAPSHOT". Note the changes below. Version 3 of
mirthSync changed the layout of the target directory structure. Javascript is
extracted into separate files and top level channels are now placed in a default
group directory.
Expand Down
2 changes: 1 addition & 1 deletion pkg/mirthsync.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SET mypath=%~dp0
SET mypath=%mypath:~0,-1%

java -jar %mypath%\..\lib\mirthsync-3.0.3-standalone.jar %*
java -jar %mypath%\..\lib\mirthsync-3.0.4-SNAPSHOT-standalone.jar %*
4 changes: 2 additions & 2 deletions pkg/mirthsync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ if [[ "$_java" ]]; then
version=$("$_java" -version 2>&1 | awk -F '"' '/version/ {print $2}')
echo version "$version"
# if [[ "$version" > "1.8" ]]; then
# $_java --illegal-access=permit -jar ${_dir}/lib/uberjar/mirthsync-3.0.3-SNAPSHOT-standalone.jar $@
# $_java --illegal-access=permit -jar ${_dir}/lib/uberjar/mirthsync-3.0.4-SNAPSHOT-SNAPSHOT-standalone.jar $@
# else
$_java -jar ${_dir}/../lib/mirthsync-3.0.3-standalone.jar $@
$_java -jar ${_dir}/../lib/mirthsync-3.0.4-SNAPSHOT-standalone.jar $@
# fi
fi
##
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.saga-it/mirthsync "3.0.4-SNAPSHOT"
(defproject com.saga-it/mirthsync "3.0.5-SNAPSHOT"
:description "Mirthsync is a command line tool, created by Saga IT,
for keeping a local copy of important aspects of Mirth Connect
configuration in order to allow for the use of traditional version
Expand Down
2 changes: 2 additions & 0 deletions test/mirthsync/cli_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
:server "https://localhost:8443/api",
:include-configuration-map false,
:username "admin",
:disk-mode 9,
:action "push",
:skip-disabled false,
:target "./tmp",
Expand All @@ -46,6 +47,7 @@
:server "https://localhost:8443/api",
:include-configuration-map false,
:username "admin",
:disk-mode 9,
:action "pull",
:skip-disabled false,
:target "foo",
Expand Down

0 comments on commit 307d77f

Please sign in to comment.