Skip to content

Commit

Permalink
2.46
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed May 24, 2016
1 parent ca22cd6 commit 9a95b57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

export PW=$1
echo $1

mvn clean package -Dmaven.test.skip=true gpg:sign -Dgpg.passphrase=$PW
gradle clean release

0 comments on commit 9a95b57

Please sign in to comment.