Repository: commons-release-plugin Updated Branches: refs/heads/master 245118a62 -> 5411d3c7e
Preparing for the 1.0 release 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/cd36740c Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/cd36740c Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/cd36740c Branch: refs/heads/master Commit: cd36740c255bf3bc9b72ad255465d50966cc40e4 Parents: 245118a Author: Rob Tompkins <chtom...@apache.org> Authored: Wed Jan 10 20:31:46 2018 -0500 Committer: Rob Tompkins <chtom...@apache.org> Committed: Wed Jan 10 20:31:46 2018 -0500 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 36 ++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/cd36740c/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt new file mode 100644 index 0000000..597efd1 --- /dev/null +++ b/RELEASE-NOTES.txt @@ -0,0 +1,36 @@ + Apache Commons Release Plugin + Version 1.0 + 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: + +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/cd36740c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 36c5a22..abe6887 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <artifactId>commons-release-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>0.1-SNAPSHOT</version> + <version>1.0</version> <name>Apache Commons Release Plugin</name> <description>