Update docs git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1740004 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/e2f462ae Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/e2f462ae Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/e2f462ae Branch: refs/heads/master Commit: e2f462aed15486790ae50a6e32d667b9a539e318 Parents: 3ba2467 Author: Sebastian Bazley <[email protected]> Authored: Tue Apr 19 21:01:40 2016 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Tue Apr 19 21:01:40 2016 +0000 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 2 +- src/changes/changes.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/e2f462ae/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 0d94500..02fceb7 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -10,7 +10,7 @@ See: http://commons.apache.org/commons-build-plugin/ -VERSION 1.6 - 2016-04-21 +VERSION 1.6 - 2016-04-24 ------------------------ Changes since the last release http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/e2f462ae/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 21345e9..377d21d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -26,6 +26,12 @@ <body> + <release version="1.6" date="2016-04-24" description="Feature release"> + <action dev="sebb" type="add"> + Added new download-page subdir property: set this (e.g. to '1.2' or 'lang-1.2' etc) to override the default of binaries/source + </action> + </release> + <release version="1.5" date="2015-11-28" description="Feature and fix release"> <action dev="ecki" type="update" issue="COMMONSSITE-81"> commons-build-plugin README/CONTRIBUTING.md handle multi-modules
