diff --git a/README.md b/README.md index 6571271..856d5cf 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pkg/mirthsync.bat b/pkg/mirthsync.bat index b6e030b..6f68366 100755 --- a/pkg/mirthsync.bat +++ b/pkg/mirthsync.bat @@ -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 %* diff --git a/pkg/mirthsync.sh b/pkg/mirthsync.sh index 47b3428..942ecf8 100755 --- a/pkg/mirthsync.sh +++ b/pkg/mirthsync.sh @@ -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 ## diff --git a/project.clj b/project.clj index 827fe32..7ba945f 100644 --- a/project.clj +++ b/project.clj @@ -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 diff --git a/test/mirthsync/cli_test.clj b/test/mirthsync/cli_test.clj index 8f739ac..872069e 100644 --- a/test/mirthsync/cli_test.clj +++ b/test/mirthsync/cli_test.clj @@ -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", @@ -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",