Repository: commons-release-plugin Updated Branches: refs/heads/1.2 [created] 4e2ccf5e7
Preparing for 1.2 release of 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/4e2ccf5e Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/4e2ccf5e Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/4e2ccf5e Branch: refs/heads/1.2 Commit: 4e2ccf5e746cb0271486f82b445e141ec232557a Parents: dd16b6d Author: Rob Tompkins <chtom...@gmail.com> Authored: Mon Apr 2 07:51:34 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Mon Apr 2 07:51:34 2018 -0400 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 17 ++++- pom.xml | 5 +- .../release-notes/RELEASE-NOTES-1.2.txt | 69 ++++++++++++++++++++ .../xdoc/download_commons-release-plugin.xml | 10 +-- src/site/xdoc/release-history.xml | 7 +- 5 files changed, 96 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/4e2ccf5e/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index ce1c751..dd40e95 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,10 +1,10 @@ Apache Commons Release Plugin - Version 1.1 + Version 1.2 Release Notes INTRODUCTION ============ -This document contains the release notes for the 1.0 version of Apache commons-release-plgin. +This document contains the release notes for the 1.2 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. @@ -15,6 +15,19 @@ together for the purpose of removing the manual steps required to produce an Apa Changes in this version include: +FIXED BUGS +========== + +o COMMONSSITE-107: Adding ./target/commons-release-plugin/scm/RELEASE-NOTES.txt + to svn as opposed to ./RELEASE-NOTES.txt + + +============================================================================= + + Apache Commons Release Plugin + Version 1.0 + Release Notes + NEW FEATURES ============ http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/4e2ccf5e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e688d42..e5a0878 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ </parent> <artifactId>commons-release-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>1.2-SNAPSHOT</version> + <version>1.2</version> <name>Apache Commons Release Plugin</name> <description> @@ -371,10 +371,9 @@ <plugin> <groupId>org.apache.commons</groupId> <artifactId>commons-release-plugin</artifactId> - <version>1.0</version> + <version>${project.version}</version> <configuration> <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin</distSvnStagingUrl> - <dryRun>${dryRun}</dryRun> </configuration> <executions> <execution> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/4e2ccf5e/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt ---------------------------------------------------------------------- diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt new file mode 100644 index 0000000..dd40e95 --- /dev/null +++ b/src/site/resources/release-notes/RELEASE-NOTES-1.2.txt @@ -0,0 +1,69 @@ + Apache Commons Release Plugin + Version 1.2 + Release Notes + +INTRODUCTION +============ +This document contains the release notes for the 1.2 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-107: Adding ./target/commons-release-plugin/scm/RELEASE-NOTES.txt + to svn as opposed to ./RELEASE-NOTES.txt + + +============================================================================= + + Apache Commons Release Plugin + Version 1.0 + Release Notes + +NEW FEATURES +============ + +o COMMONSSITE-98: Making the project more multi-module compatible + +FIXED BUGS +========== + +o COMMONSSITE-104: Sha1 signature files now reflect actual signatures. +o COMMONSSITE-102: Commons Release Plugin doesn't work with Commons Release Plugin +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/4e2ccf5e/src/site/xdoc/download_commons-release-plugin.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download_commons-release-plugin.xml b/src/site/xdoc/download_commons-release-plugin.xml index 677f67b..26bd237 100644 --- a/src/site/xdoc/download_commons-release-plugin.xml +++ b/src/site/xdoc/download_commons-release-plugin.xml @@ -102,7 +102,7 @@ limitations under the License. It is essential that you <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); - failing that using the <code>MD5</code> hash (<code>*.md5</code> checksum files). + failing that using the <code>SHA1</code> hash (<code>*.sha1</code> checksum files). </p> <p> The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> @@ -116,12 +116,12 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz">commons-release-plugin-1.1-bin.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip">commons-release-plugin-1.1-bin.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.asc">pgp</a></td> </tr> </table> @@ -130,12 +130,12 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz">commons-release-plugin-1.1-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip">commons-release-plugin-1.1-src.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.asc">pgp</a></td> </tr> </table> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/4e2ccf5e/src/site/xdoc/release-history.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml index c2a3725..19f5331 100644 --- a/src/site/xdoc/release-history.xml +++ b/src/site/xdoc/release-history.xml @@ -25,10 +25,13 @@ 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-28-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> + <td>1.2</td><td>4-2-2018</td><td>7.0</td><td><a href="javadocs/api-1.2/index.html">api-1.2</a></td><td><a href="release-notes/RELEASE-NOTES-1.2.txt">release notes for 1.2</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> + <td>1.1</td><td>2-28-2018</td><td>7.0</td><td><a href="javadocs/api-1.1/index.html">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/index.html">api-1.0</a></td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td> </tr> </table>