Skip to content

Commit

Permalink
Version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdlbs committed Jun 15, 2022
1 parent 9563bcb commit 4c1fdb4
Show file tree
Hide file tree
Showing 4 changed files with 5 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.2". Note the changes below. Version 3 of
The latest version of mirthSync is "3.0.3". 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.2-standalone.jar %*
java -jar %mypath%\..\lib\mirthsync-3.0.3-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.2-SNAPSHOT-standalone.jar $@
# $_java --illegal-access=permit -jar ${_dir}/lib/uberjar/mirthsync-3.0.3-SNAPSHOT-standalone.jar $@
# else
$_java -jar ${_dir}/../lib/mirthsync-3.0.2-standalone.jar $@
$_java -jar ${_dir}/../lib/mirthsync-3.0.3-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.3-SNAPSHOT"
(defproject com.saga-it/mirthsync "3.0.3"
: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

0 comments on commit 4c1fdb4

Please sign in to comment.