Prepare site for 1.1
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/6ed02a89 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/6ed02a89 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/6ed02a89 Branch: refs/heads/master Commit: 6ed02a89b4b6c01e297d21946833439e26f3115c Parents: 8e9d9e5 Author: Rob Tompkins <chtom...@gmail.com> Authored: Thu Feb 15 08:47:24 2018 -0500 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Thu Feb 15 08:47:24 2018 -0500 ---------------------------------------------------------------------- .../release-notes/RELEASE-NOTES-1.1.txt | 47 ++++++++++++++++++++ src/site/xdoc/release-history.xml | 3 ++ 2 files changed, 50 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/6ed02a89/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt ---------------------------------------------------------------------- diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt new file mode 100644 index 0000000..e4281ad --- /dev/null +++ b/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt @@ -0,0 +1,47 @@ + Apache Commons Release Plugin + Version 1.1 + Release Notes + +INTRODUCTION +============ +This document contains the release notes for the 1.0 version of Apache commons-release-plgin. +The commons-release-plugin is meant to be a mechanism for automating The Apache Commons Project's +release process. + +The Apache Commons Release Plugin is a collection of Java based Maven mojos for Apache Commons +Release process. These mojos are intended to be used as a collection of steps to be strung +together for the purpose of removing the manual steps required to produce an Apache Commons Release. + + +Changes in this version include: + +FIXED BUGS +========== + +o COMMONSSITE-101: Make -Dcommons.release.dryRun=true our commit toggle + +============================================================================= + + Apache Commons Release Plugin + Version 1.0 + Release Notes + +NEW FEATURES +============ + +o COMMONSSITE-96: Create commons-release-component project skeleton. +o COMMONSSITE-99: Prepare Standard Build integrations, travis, jacoco, checkstyle, etc. +o COMMONSSITE-97: Documentation for commons-release-plugin. + + +Historical list of changes: http://commons.apache.org/release-plugin/changes-report.html + +For complete information on the Apache commons-release-plugin, including instructions on how +to submit bug reports, patches, or suggestions for improvement, see the Apache commons-release-plugin's +website: + +http://commons.apache.org/release-plugin/ + +Have fun! +-Apache Commons Release Plugin team + http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/6ed02a89/src/site/xdoc/release-history.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml index b3d4fd1..c5afc9b 100644 --- a/src/site/xdoc/release-history.xml +++ b/src/site/xdoc/release-history.xml @@ -25,6 +25,9 @@ limitations under the License. <table> <tr><th>Version</th><th>Release date</th><th>Required Java Version</th><th>Javadoc</th><th>Release notes</th></tr> <tr> + <td>1.1</td><td>2-15-2018</td><td>7.0</td><td><a href="javadocs/api-1.1/">api-1.1</a></td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td> + </tr> + <tr> <td>1.0</td><td>1-10-2018</td><td>7.0</td><td><a href="javadocs/api-1.0/">api-1.0</a></td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td> </tr> </table>