Repository: wicket Updated Branches: refs/heads/wicket-7.x 556aad309 -> ea89a7920
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/ea89a792 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ea89a792 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ea89a792 Branch: refs/heads/wicket-7.x Commit: ea89a79203277904872c48af78684e3c2f57ba21 Parents: 556aad3 Author: Martijn Dashorst <[email protected]> Authored: Tue Jul 12 23:00:09 2016 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Tue Jul 12 23:02:09 2016 +0200 ---------------------------------------------------------------------- release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ea89a792/release.sh ---------------------------------------------------------------------- diff --git a/release.sh b/release.sh index 7c8e721..0bbe9b4 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:
