Skip to content

Commit

Permalink
Add simple release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Jan 12, 2016
1 parent a72e0a4 commit a6a5e2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -eou pipefail

mvn release:prepare -Pproprietary-deps

mvn release:perform -Pproprietary-deps

0 comments on commit a6a5e2a

Please sign in to comment.