Repository: wicket Updated Branches: refs/heads/wicket-7.x da4f51fba -> ef5d7c75e
removed the script code to update the achetype version Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6619c2c7 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6619c2c7 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6619c2c7 Branch: refs/heads/wicket-7.x Commit: 6619c2c7f882d38ca20499fd96846b8f79a4e0f0 Parents: da4f51f Author: Andrea Del Bene <[email protected]> Authored: Fri Feb 3 18:01:49 2017 +0100 Committer: Andrea Del Bene <[email protected]> Committed: Sun Feb 5 19:10:47 2017 +0100 ---------------------------------------------------------------------- release.sh | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/6619c2c7/release.sh ---------------------------------------------------------------------- diff --git a/release.sh b/release.sh index d7d1d76..59109c0 100755 --- a/release.sh +++ b/release.sh @@ -470,12 +470,6 @@ do echo >> $NOTICE done -echo "Fixing the quickstart to use the correct wicket version" -sed -e "s/\<wicket\.version\>.*\<\/wicket\.version\>/\<wicket.version\>$version\<\/wicket.version\>/g" -i "" archetypes/quickstart/src/main/resources/archetype-resources/pom.xml - -echo "Committing changes" -git commit -am "Changes to notice files and quickstart archetype" - # clean all projects echo "Clean all projects" mvn -q clean -Pall
