Repository: wicket Updated Branches: refs/heads/master 2f388fa82 -> 1c79d9ab8
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/1c79d9ab Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1c79d9ab Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1c79d9ab Branch: refs/heads/master Commit: 1c79d9ab88c1aa330db54dff6758380e6a2d6b72 Parents: 2f388fa Author: Andrea Del Bene <[email protected]> Authored: Fri Feb 3 18:01:49 2017 +0100 Committer: Andrea Del Bene <[email protected]> Committed: Fri Feb 3 18:01:49 2017 +0100 ---------------------------------------------------------------------- release.sh | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/1c79d9ab/release.sh ---------------------------------------------------------------------- diff --git a/release.sh b/release.sh index 8488642..b06035f 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
