Skip to content

Commit

Permalink
remove override of maven settings file from release.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Jun 7, 2017
1 parent 3e33a41 commit 6590fb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release.sh
Expand Up @@ -6,9 +6,7 @@ mvn --batch-mode release:prepare \
-DreleaseVersion=$RELEASE_VERSION \
-DdevelopmentVersion=$RELEASE_VERSION.1 \
-DautoVersionSubmodules=true \
-s ~/.m2/settings-external.xml \
-Darguments=-Dgpg.passphrase=$GPG_PASSPHRASE && \
mvn --batch-mode release:perform \
-s ~/.m2/settings-external.xml \
-Darguments=-Dgpg.passphrase=$GPG_PASSPHRASE

0 comments on commit 6590fb2

Please sign in to comment.