Repository: wicket Updated Branches: refs/heads/wicket-6.x 0a1446208 -> e53e77fd5
Used correct version in CHANGELOG header Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0e2f53f7 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0e2f53f7 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0e2f53f7 Branch: refs/heads/wicket-6.x Commit: 0e2f53f7dce4a69144e4bd23d0e27ebfa5abf0b0 Parents: 0a14462 Author: Martijn Dashorst <[email protected]> Authored: Mon Apr 25 11:34:34 2016 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Mon Apr 25 11:34:34 2016 +0200 ---------------------------------------------------------------------- build-changelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/0e2f53f7/build-changelog.sh ---------------------------------------------------------------------- diff --git a/build-changelog.sh b/build-changelog.sh index 081cbb0..cb3dfbf 100755 --- a/build-changelog.sh +++ b/build-changelog.sh @@ -117,7 +117,7 @@ echo "done" echo " - merging release notes into changelog: \c" -echo "This file contains all changes done in releases for Apache Wicket 7.x. +echo "This file contains all changes done in releases for Apache Wicket $major_version.x. ======================================================================= $(cat /tmp/release-notes-$version.txt)
