Author: chtompki Date: Wed Feb 28 19:09:00 2018 New Revision: 25333 Log: Staging commons-release-plugin-1.1-RC2
Added: dev/commons/commons-release-plugin/HEADER.html dev/commons/commons-release-plugin/README.html dev/commons/commons-release-plugin/RELEASE-NOTES.txt dev/commons/commons-release-plugin/binaries/ dev/commons/commons-release-plugin/binaries/HEADER.html (with props) dev/commons/commons-release-plugin/binaries/README.html (with props) dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz (with props) dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.asc dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.md5 dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.sha1 dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip (with props) dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.asc dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.md5 dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.sha1 dev/commons/commons-release-plugin/site.zip (with props) dev/commons/commons-release-plugin/source/ dev/commons/commons-release-plugin/source/HEADER.html (with props) dev/commons/commons-release-plugin/source/README.html (with props) dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz (with props) dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.asc dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.md5 dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.sha1 dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip (with props) dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.asc dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.md5 dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.sha1 Added: dev/commons/commons-release-plugin/HEADER.html ============================================================================== --- dev/commons/commons-release-plugin/HEADER.html (added) +++ dev/commons/commons-release-plugin/HEADER.html Wed Feb 28 19:09:00 2018 @@ -0,0 +1,10 @@ +<h2>Apache Commons Project Distributions</h2> + +<p>The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the <a href="http://archive.apache.org/dist/commons/">archives</a>. </p> + +<h2>Important Notices</h2> + +<ul> +<li><a href="#mirrors">Download from your nearest mirror site!</a></li> +<li><a href="#sig">PGP/GPG Signatures</a></li> +</ul> Added: dev/commons/commons-release-plugin/README.html ============================================================================== --- dev/commons/commons-release-plugin/README.html (added) +++ dev/commons/commons-release-plugin/README.html Wed Feb 28 19:09:00 2018 @@ -0,0 +1,51 @@ +<h1>Commons Release Plugin v1.1</h1> + +<p>This is the 1.1 version of commons-release-plugin. It is available in both binary and source distributions.</p> + + +<p><font color="red" size="+2">Note:</font> +The tar files in the distribution use GNU tar extensions +and must be untarred with a GNU compatible version of tar. The version +of tar on Solaris and Mac OS X will not work with these files</p> + +<a name="changes"><h2>Changes</h2></a> + +<p>The changes in this release are detailed in the release notes.</p> + +<p>Thank you for using <a href="http://commons.apache.org/release-plugin/">commons-release-plugin</a>.</p> + +<p>From the Apache Commons Project<br><a href="http://commons.apache.org/">http://commons.apache.org/</a></p> + +<h2><a name="mirrors">Download from your + <a href="http://www.apache.org/dyn/closer.cgi/commons/">nearest mirror site!</a></a></h2> + +<p> + Do not download from www.apache.org. Please use a mirror site + to help us save apache.org bandwidth. + <a href="http://www.apache.org/dyn/closer.cgi/commons/">Go + here to find your nearest mirror.</a> +</p> + +<a name="sig"><h2>Signatures</h2></a> + +<p>Many of the files have been digitally signed using GnuPG. If so, +there will be an accompanying <samp><em>file</em>.asc</samp> signature +file in the same directory as the file (binaries/ or source/). The +signing keys can be found in the distribution directory at <<a +HREF="http://www.apache.org/dist/commons/KEYS"><samp>http://www.apache.org/dist/commons/KEYS</samp></a>>.</p> + +<p><b>Always download the KEYS file directly from the Apache site, never from a mirror site.</b></p> + + +<pre>Always test available signatures, <i>e.g.</i>, +$ pgpk -a KEYS +$ pgpv commons-release-plugin-1.1-bin.tar.gz.asc +or, +$ pgp -ka KEYS +$ pgp commons-release-plugin-1.1-bin.tar.gz.asc +or, +$ gpg --import KEYS +$ gpg --verify commons-release-plugin-1.1-bin.tar.gz.asc +</pre> +<p> + Added: dev/commons/commons-release-plugin/RELEASE-NOTES.txt ============================================================================== --- dev/commons/commons-release-plugin/RELEASE-NOTES.txt (added) +++ dev/commons/commons-release-plugin/RELEASE-NOTES.txt Wed Feb 28 19:09:00 2018 @@ -0,0 +1,56 @@ + 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: + +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 + Added: dev/commons/commons-release-plugin/binaries/HEADER.html ============================================================================== --- dev/commons/commons-release-plugin/binaries/HEADER.html (added) +++ dev/commons/commons-release-plugin/binaries/HEADER.html Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +link ../HEADER.html \ No newline at end of file Propchange: dev/commons/commons-release-plugin/binaries/HEADER.html ------------------------------------------------------------------------------ svn:special = * Added: dev/commons/commons-release-plugin/binaries/README.html ============================================================================== --- dev/commons/commons-release-plugin/binaries/README.html (added) +++ dev/commons/commons-release-plugin/binaries/README.html Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +link ../README.html \ No newline at end of file Propchange: dev/commons/commons-release-plugin/binaries/README.html ------------------------------------------------------------------------------ svn:special = * Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.asc ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.asc (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.asc Wed Feb 28 19:09:00 2018 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqW+zsACgkQP6rSzV7L +sxTjQhAAkBlyQXMnioiQ+TCmqgB1zlCpxiSn4H6XxdW8HNFN+jzqma7YzZDFbsaT +mMtpXmdfMLwd7AxjYSKp71Np8Wy+BKO5y2+yYsCrt3fUPf5obl8ll/8PKV9vTTuy +ySpvfIfoy6NRFK0HkaSPiYCRdfHTjCPhdKFeIJxzpZm+2vBjCCCWtJT40jS8W7RM +rMe/znJ52213WDwEka8HF4/u0Z5AwtETVU5dbSduw0wcm7DmD4HUHTDQOhFdpb1l +xfC8Y8ITDIks19Po70D8bGPLTVEU5YpP7hzZleao198opGhx3f9mF2n8UWRDyCHE +0BmTBrBkOXjy0ufAdreHx9Lbi/fFLPtbfpf3kSIz3nAuPQ5WEDMdd0eSiAp6Jtga ++75dNd5VDTbrxpo9lYfNwM+Q9ncE8JOoIuIMu20ZyibGuD5326c/WVtFD50htKT9 +XldvASSBtWA2/X8hVMG+AAadM2t2N7sDxr2OjbBMkdKVU3eqbthHGOy+n0EKU5m5 +S1FQ3to7lu5bsj5n1pRrV8X880y79rbMFsmWYXp8W09n+0FZW+Pi2/+ztnPRU2F5 +tGIO1Xu9RO2hfpoyVL9GowNu7XWpDovva7A/tmU2SrY7++55rJQH22HlAeQmQ3L8 +wvtFlXiFrckDQPZHAUUIDgoIs776hxxL3QRr4gBIi+vJi8dtL9A= +=ZLRO +-----END PGP SIGNATURE----- Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.md5 ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.md5 (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.md5 Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +6b704f8d144bf5862c66f6fca88467ae Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.sha1 ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.sha1 (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.tar.gz.sha1 Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +d2a0bbfcbbc5d438bd93fb61ffe7bfa46a8a647a Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.asc ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.asc (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.asc Wed Feb 28 19:09:00 2018 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqW+zsACgkQP6rSzV7L +sxQvSQ/+McR5bBcWsYBbvk1NOm/UlFNRmBKgidlD2v7vjZxYXuL76xDl+nTmBSp5 +gCLSWI+udG9aM0xEcH+0coMN0+96jwl6+1HZ7yki5KidU0sScCGk8sfMhBUu7MwK +PrvQnDlvCvuWKgEkrxV+KVvRE+RomS9t3EduVDFxRAVFzUGIHGdxdQpjr/BLG26M +TLVDB9EW6yEKoVV6ftM3w4WznznrMT/0cb93aR0LoZ8JQXDVlHYI8EK77Jo7Kxuz +nSQsBW3HW1jC7tM4Bg+o2pbu22zPojnDeVxZdvHvv3s+wx/BG2Lu1uExpr4Rgy1j +jjBXcSyPwerjLQq+nBhHcxyJUR5VLi65RXFwHctsXuRc5yeOv+dQlLOZjCFUNqN/ +fD0fPMcoXWKIXI4HQ5nS+Dtgq7kHWLPtaO0FGNZBbq7ePiZY4NPE3pMqaI7K9nTp +SVHRXPqTdWogTFelTXVFMCzB5yIg2PvaHXZ4P2pRQHLVP8vrFX3hTpT6Dyt+j/dD +VF5+VLyM0rzOv/hHeg5EmDQujBF442FwLSJCLQTldbv7SPwlS8/uC1m4MfszJLPS +OOyrwvb0DviwHKfHFnJmDguEM6WA9W1aiTSRWX9dTBigOdampQqLhLvmdXbuI/BZ +9s5tN0zKBp1l2h7SbeDPuZqieqDrXnYVxhIXXv6w8+PtjgMShDk= +=Fs8f +-----END PGP SIGNATURE----- Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.md5 ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.md5 (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.md5 Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +921b2a822277ec1c12d0f925cd2933b1 Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.sha1 ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.sha1 (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.1-bin.zip.sha1 Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +29d70b5ce18cd6e9214a35ade371d915126cccd0 Added: dev/commons/commons-release-plugin/site.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/commons-release-plugin/site.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/commons-release-plugin/source/HEADER.html ============================================================================== --- dev/commons/commons-release-plugin/source/HEADER.html (added) +++ dev/commons/commons-release-plugin/source/HEADER.html Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +link ../HEADER.html \ No newline at end of file Propchange: dev/commons/commons-release-plugin/source/HEADER.html ------------------------------------------------------------------------------ svn:special = * Added: dev/commons/commons-release-plugin/source/README.html ============================================================================== --- dev/commons/commons-release-plugin/source/README.html (added) +++ dev/commons/commons-release-plugin/source/README.html Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +link ../README.html \ No newline at end of file Propchange: dev/commons/commons-release-plugin/source/README.html ------------------------------------------------------------------------------ svn:special = * Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.asc ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.asc (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.asc Wed Feb 28 19:09:00 2018 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqW+zwACgkQP6rSzV7L +sxSqjw/9EbXUDDPydqniPuoR1mBsEOLkHlnXNxIOdEyybnlhhESOIvY9yfbWXc6r +xqWfrKGQUC5NbyjYaKDUUBYg4ABRvxRWOnttXchJO6Cpb7WOjUJQxaqfUGWDnSTL +XP4yN8bV4YnZTQ6LI7kGNdr2ODn4E8RJso0O/jQNoxGCaGx1aRTkY5E/BQE3nwnf +XOwZCRJIBySCrD+juwVmdTSKkNjYy89Xqmwm84A00J/ED+fWAL0OTLAkcBcxG9r8 +2EE3L33uXnUy3a3pe5Owzi5P6XfdIPGW1op1a/MH5hCbguwnuhQN0SryIFp1fXV0 +Ea7b+W/zHMDtHsng24mCs6xdRk7XdOg7BE1okS/MMS4HSBrNujoM9n7hb2r2/2Pl +dHV8fMI74pGPBaSR6IZ6xDtRy6C1eRoKU3siHuJR6Pa34p2R/LAedBaGcppAHOz+ +UBNz53HDKcHJ4ReCqtyEWPoGIlCPyRC6c1/r6ozn48SvyBQghFSAo9hOrjzvH1WS +ghopFvd9+KzD5RZyxzSFfZAhb7Z66riAmW8ExmRjJC8rQgJ4VLHBpCJpGmdoc5n+ +AQONY/fWgnnp7LGs8FQWg9PHt2fBDdMnPD3A4wmc7pGg8UQq1J0cTvDIHeMWaenT +0cDF5cc/+UBZ/u/Wfjv3qw68mODm27K8pyA4IsrEosmz5GnDZDc= +=ZiTS +-----END PGP SIGNATURE----- Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.md5 ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.md5 (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.md5 Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +135c3e5fe807badac6fe44f35aa464c1 Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.sha1 ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.sha1 (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.tar.gz.sha1 Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +816021cbcbd754fc15833da2e4f34e036a20182c Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.asc ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.asc (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.asc Wed Feb 28 19:09:00 2018 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqW+zwACgkQP6rSzV7L +sxSpDQ/+M2/8RgTnknZxt1egLnSIqgBIIlzdN2oMJyFwqqKeEL0v1zI2pgvH5UML +zwrLRQ4tAYefqfcJEJCcAqgJrwLQHPKVYxltuxtOqjF/qHVbazNDNCwRH9oJWDiR +1W4tfHtLQkM5obSJCor5rbAgndwuzUaFZjF/Mn3VDn3h8thwC4NRdfdtrnYNZSzE +ST5hLUMJ/vvgUBWiKUiTjmuvmyya3GjVY3jdlFFmWN8HB9lFCqXxS8QUabs3gPP8 +2U3XeImLS2V16fH5i5b6LX81g2uQGtE9gMAxsgfx1hWsGvNIF6qZyF8xNd2zgvlu +JP2wYt/WeWnQgzu2cU2ILYXjcSS1gFm63SRqDpkApbZjhXUzT1t8GnCOe5nYrf7T +HHHrDJi/fuVHOFYpiUvJttWJetvMyb93JoBTpKhXdCKw0JLxWel5ZgvBeSqNPVo3 +oDklRvZhPVrieTMDWbkPpp22MvZLH/eeyRYsNd+dfkuTjeEULEtliQBn9ChFx3/f +3mIlw8bwJhEclSLbQSU4/zGpvnI4UhEoTNmB5PE/WGrxV1bXx13KHDD3Rx4UJl7v +lXLq7eSpNezqRBwp/PjMHzBR7gjmMpKl7skHmRnDx3NN2r4LHOHjt35ZDQhK6589 +iolrGKRYLvdFjaRHaXu/mIit7Jz49RCxEih3yHLlu9J0+NVgl3E= +=auC8 +-----END PGP SIGNATURE----- Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.md5 ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.md5 (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.md5 Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +a1b1c424a683fa68fa307f3a9aaf53c1 Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.sha1 ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.sha1 (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.1-src.zip.sha1 Wed Feb 28 19:09:00 2018 @@ -0,0 +1 @@ +af6adca1f0b1881437aac839d2ab0aaaa194ba8d