Skip to content

Commit

Permalink
Use Maven 3.2.5 to speed up release
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Mar 21, 2020
1 parent 1ccefe8 commit cdccefb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-perform.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if "%1" == "" goto usage

SET passphrase=%1
mvn -P release -Dgpg.passphrase=%passphrase% release:perform
mvn325 -P release -Dgpg.passphrase=%passphrase% release:perform
goto:eof

:usage
Expand Down
2 changes: 1 addition & 1 deletion release-prepare.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if "%1" == "" goto usage

SET passphrase=%1
mvn -P release -Dgpg.passphrase=%passphrase% -DignoreSnapshots=true release:clean release:prepare
mvn325 -P release -Dgpg.passphrase=%passphrase% -DignoreSnapshots=true release:clean release:prepare
goto:eof

:usage
Expand Down

0 comments on commit cdccefb

Please sign in to comment.