Merge branch '1.1' of https://git-wip-us.apache.org/repos/asf/commons-release-plugin
Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/d209f1ea Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/d209f1ea Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/d209f1ea Branch: refs/heads/master Commit: d209f1ea36445536acda6b27e5ebc534ab6c2dcc Parents: 8af3b4c d71325b Author: Rob Tompkins <[email protected]> Authored: Mon Mar 5 12:36:46 2018 -0500 Committer: Rob Tompkins <[email protected]> Committed: Mon Mar 5 12:36:46 2018 -0500 ---------------------------------------------------------------------- README.md | 2 +- RELEASE-NOTES.txt | 22 +++++++- pom.xml | 4 +- src/assembly/bin.xml | 2 + src/assembly/src.xml | 8 ++- src/changes/changes.xml | 5 +- .../release-notes/RELEASE-NOTES-1.1.txt | 56 ++++++++++++++++++++ src/site/xdoc/development.xml | 7 ++- .../xdoc/download_commons-release-plugin.xml | 26 ++++----- src/site/xdoc/index.xml | 8 +-- src/site/xdoc/release-history.xml | 3 ++ 11 files changed, 117 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/d209f1ea/pom.xml ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/d209f1ea/src/changes/changes.xml ---------------------------------------------------------------------- diff --cc src/changes/changes.xml index d62645a,016998d..4fc9dc9 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@@ -25,7 -25,7 +25,10 @@@ </properties> <body> - <release version="1.1" date="YYYY-MM-DD" description="tbd"> ++ <release version="1.2" date="YYYY-MM-DD" description="tbd"> ++ </release> ++ + <release version="1.1" date="2018-02-28" description="1.1"> <action issue="COMMONSSITE-104" type="fix" dev="chtompki">Sha1 signature files now reflect actual signatures.</action> <action issue="COMMONSSITE-98" type="add" dev="chtompki">Making the project more multi-module compatible</action> <action issue="COMMONSSITE-102" type="fix" dev="chtompki">Commons Release Plugin doesn't work with Commons Release Plugin</action>
