Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdlbs committed Jan 9, 2022
1 parent 243b72e commit 60b3112
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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-2.1.1-standalone.jar %*
java -jar %mypath%\..\lib\mirthsync-3.0.0-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-2.1.1-SNAPSHOT-standalone.jar $@
# $_java --illegal-access=permit -jar ${_dir}/lib/uberjar/mirthsync-3.0.0-SNAPSHOT-standalone.jar $@
# else
$_java -jar ${_dir}/../lib/mirthsync-2.1.1-standalone.jar $@
$_java -jar ${_dir}/../lib/mirthsync-3.0.0-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.0-SNAPSHOT"
(defproject com.saga-it/mirthsync "3.0.0"
: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 60b3112

Please sign in to comment.