Repository: wicket Updated Branches: refs/heads/master f2add51f6 -> 6ec2d3164
Fixed some issues in promote script - changed --prompt to -p for OSX compatibility - changed LATEST version for nexus plugin to 1.6.7 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6ec2d316 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6ec2d316 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6ec2d316 Branch: refs/heads/master Commit: 6ec2d3164f6d7ac80898718b3b1ec7eea699539f Parents: f2add51 Author: Martijn Dashorst <[email protected]> Authored: Tue Jul 12 23:00:09 2016 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Tue Jul 12 23:00:09 2016 +0200 ---------------------------------------------------------------------- release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/6ec2d316/release.sh ---------------------------------------------------------------------- diff --git a/release.sh b/release.sh index 78965bc..8d53360 100755 --- a/release.sh +++ b/release.sh @@ -57,7 +57,7 @@ Actions about to be performed: ------------------------------------------" -read --prompt "Press enter to continue or CTRL-C to abort" +read -p "Press enter to continue or CTRL-C to abort" # push the release tag to ASF git repo @@ -67,7 +67,7 @@ git push origin $tag svn mv https://dist.apache.org/repos/dist/dev/wicket/$version https://dist.apache.org/repos/dist/release/wicket -m "Upload release to the mirrors" -mvn org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-release -DstagingRepositoryId=$stagingrepoid -DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https -Ddescription="Release vote has passed" +mvn org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:rc-release -DstagingRepositoryId=$stagingrepoid -DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https -Ddescription="Release vote has passed" # Renumber the next development iteration $next_version:
