Repository: wicket Updated Branches: refs/heads/master 1c79d9ab8 -> ec1b7129e
Restored code to commit notice file Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ec1b7129 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ec1b7129 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ec1b7129 Branch: refs/heads/master Commit: ec1b7129e96cfea30236794991a2e76b45b8e52a Parents: 1c79d9a Author: Andrea Del Bene <[email protected]> Authored: Fri Feb 3 21:53:35 2017 +0100 Committer: Andrea Del Bene <[email protected]> Committed: Fri Feb 3 21:53:35 2017 +0100 ---------------------------------------------------------------------- release.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ec1b7129/release.sh ---------------------------------------------------------------------- diff --git a/release.sh b/release.sh index b06035f..43415d0 100755 --- a/release.sh +++ b/release.sh @@ -470,6 +470,9 @@ do echo >> $NOTICE done +echo "Committing changes" +git commit -am "Changes to notice files" + # clean all projects echo "Clean all projects" mvn -q clean -Pall
