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/ef5d7c75 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ef5d7c75 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ef5d7c75 Branch: refs/heads/wicket-7.x Commit: ef5d7c75ef35cff245f2743ab2f1b6637857431a Parents: 6619c2c Author: Andrea Del Bene <[email protected]> Authored: Fri Feb 3 21:53:35 2017 +0100 Committer: Andrea Del Bene <[email protected]> Committed: Sun Feb 5 19:10:56 2017 +0100 ---------------------------------------------------------------------- release.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ef5d7c75/release.sh ---------------------------------------------------------------------- diff --git a/release.sh b/release.sh index 59109c0..3db7920 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
