Skip to content

Commit

Permalink
sync version in bat/sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
cobbzilla committed Jan 25, 2021
1 parent 61bf749 commit ad91232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s3s3mirror.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
java -Ds3s3mirror.version=2.1.3 -jar target/s3s3mirror-2.1.3-SNAPSHOT.jar %*
java -Ds3s3mirror.version=2.1.4 -jar target/s3s3mirror-2.1.4-SNAPSHOT.jar %*
2 changes: 1 addition & 1 deletion s3s3mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

THISDIR=$(cd "$(dirname $0)" && pwd)

VERSION=2.1.3
VERSION=2.1.4
JARFILE="${THISDIR}/target/s3s3mirror-${VERSION}-SNAPSHOT.jar"
VERSION_ARG="-Ds3s3mirror.version=${VERSION}"

Expand Down

0 comments on commit ad91232

Please sign in to comment.