Author: chtompki Date: Thu Jan 11 02:38:24 2018 New Revision: 24125 Log: Staging commons-release-plugin-1.0-RC1
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.0-bin.tar.gz (with props) dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.asc dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.md5 dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.sha1 dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip (with props) dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.asc dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.md5 dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-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.0-src.tar.gz (with props) dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.asc dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.md5 dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.sha1 dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip (with props) dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.asc dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.md5 dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-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 Thu Jan 11 02:38:24 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 Thu Jan 11 02:38:24 2018 @@ -0,0 +1,50 @@ +<h1>Commons Release Plugin v1.0</h1> + +<p>This is the 1.0 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.0-bin.tar.gz.asc +or, +$ pgp -ka KEYS +$ pgp commons-release-plugin-1.0-bin.tar.gz.asc +or, +$ gpg --import KEYS +$ gpg --verify commons-release-plugin-1.0-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 Thu Jan 11 02:38:24 2018 @@ -0,0 +1,37 @@ + 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 + + 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 Thu Jan 11 02:38:24 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 Thu Jan 11 02:38:24 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.0-bin.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.asc ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.asc (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.asc Thu Jan 11 02:38:24 2018 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlpWyL4ACgkQP6rSzV7L +sxTAShAAnmCLWy5iU8kuDUq3ljWxroXwGNxXGl81BwWc8scLwsdimXK8UDMWoXCy +2IOPkUkz30EtMq7OQJGmHpyKgSRr2kOfz33uhDWNDsM9E5FYVSsG3b8jN+PrgTrq +lgS9yTK0enDEi+PpfwkQYee7NikPtx6yHUleAuKAw2wAipDIGyrlH/2dHgezhYg6 +4U/tYKM0M7ptzncFnWXuvcmuVQRDKxkh+Xk0V/MjqZf35bdK/QHLWXkvx1YiOWbq +x3RRjfQ3UISRTxIo2J2exzh8UM4ru2mq9FzN/M2EteqEiz91rJkW7rbx9fZKYtPF +KgihvvjvLLIVc6Hw7tAZ5oZXWp/cYkM+JEjKURQnFIcpAUROFLs7Tg2eWAbOxFzq +scarDd3hgIIrvfkxK9dU4t1+uVtKZd04JxBI4wxdCIhjOIlxMadTa5encCACCpsG +BrTZbN4K4vUTJbrJnPz6wjwq/4bJy6+AZY773mxBWsnaUb8+Mv1vivUazK7BwI1J +Lx8pEpP9kP5ou9X7OeHSOqJTSKGJ5IrIkElR3J6TjgZEwpsJv/AyEYcSIWyMRcGI +tZR0PVun+vPw9U8FBblu/CvesGnxTrujHAdbGji9S6iwhly10B+FVUobY6gyx3BW +CMaBwyji8R9ss+DVlHrH5PYGS64c+Fm6P9/JwiGuKSc3FZvlNxg= +=zKuq +-----END PGP SIGNATURE----- Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.md5 ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.md5 (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.md5 Thu Jan 11 02:38:24 2018 @@ -0,0 +1 @@ +25838b161c13d539c76f6058f9ed823a Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.sha1 ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.sha1 (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.tar.gz.sha1 Thu Jan 11 02:38:24 2018 @@ -0,0 +1 @@ +02a0e034ed89c87e620ceaf4aef879121d4b87de Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.asc ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.asc (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.asc Thu Jan 11 02:38:24 2018 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlpWyL4ACgkQP6rSzV7L +sxQAZw//TR3vuZR4HSro4nXE7XEv4AkoeyCXIfo+JTIjSaEB8F4F30CRECiUeuXE +F5ftbu4c7/Kyv17vQS7rVtDK5bSabYVK38Obj6rZZ7NhzuOtq5rfugezxfooTPHh +Kr6ti/qvOkuo8J8HS0ToUdzeZj+K5ay1t/6QfM/xz9CT5B2G08YioeypieqGjEPS +0epz1X1OTakUYb5Fa5RoVFZ7BZOjBoDQ0kGiKTANbF/quT7QCDcJtvWaTLTksOZa +Llm0oOgfVk6BOySS7B8Fnvd+Pex+5/4SY4o9t8knfNyIz0TAVW2SFk/+6sEEKNh5 +UXpharahh43Fk+8zClb2u8rxAyIQDoZXUIjFP7ZIfR9pbNoS3ZYIckC3aPYRg2TV +Yt4/jMtt1Azd8/j8mpi1sh9epjFQhXWjypH6bU87uPIyWSPkssKnKf+Dh3TbiVsD +C4cOmH8qmManE0Nr2leeaM/3p+r07E5NzA8MAVKK/mlraqFUZe7WyTTyd8NG1gsh +L9Vl2265BMXcRkwG9WBb9MEkC1osVlBNMQbFUscAVLO76TK/AAisTF5yt0QjcU8B +/eMEclVxpr0O9cEx9XP5m/lPA6Im3AWUZS+PhlY2LOt4MnyA0ite/ayVGlnavu3r +rIBmbC72O2+MITquvy8cITvVvakn5UgWsJ8SRB0+jEwT2Vt1QDk= +=iKrz +-----END PGP SIGNATURE----- Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.md5 ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.md5 (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.md5 Thu Jan 11 02:38:24 2018 @@ -0,0 +1 @@ +db9201483b97b3f1b79c9f6c55399bb6 Added: dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.sha1 ============================================================================== --- dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.sha1 (added) +++ dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.0-bin.zip.sha1 Thu Jan 11 02:38:24 2018 @@ -0,0 +1 @@ +e0c4cf6449f6baab4c52c98c1e577512486d8fba 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 Thu Jan 11 02:38:24 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 Thu Jan 11 02:38:24 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.0-src.tar.gz ============================================================================== Binary file - no diff available. Propchange: dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.asc ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.asc (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.asc Thu Jan 11 02:38:24 2018 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlpWyL4ACgkQP6rSzV7L +sxR8Kg/+MDpZuUCilc6H2ybbdDG8yj7XUVgPj8vQopTiz9+vWbBV3/gsRgJz9tel +TlnrkbX8uVAbORZW7rQ6J9ywVpeRYKbTmrygjLN32ixurw2eb75wbGNfMvkigrff +GU7nt6gFIlFxD6VrpIlviaBDzHY5XhAvVDQneAx7yl2Uzahlk1imUHZ0wVMVII7Y +504jGAHY132bzCIc3yH6eF61kyXpmQYPBAacRv81I+4iCuZp7fS/5bPpNIJi8hbd +x22wXIm5rkFgkuX/sB8/MHoIdtGA/+c+BXWGVwOZnNWtS9MvKhHe9BywA+fYVKTM +4u8jhpoO6V51H2o2RWZV6mH/Kv5NGH4L7tIdVcXNERKTUgaqmLrmx2MkjBFwVIGn +WUFwVtkEUgiNHvSRpt1TUHJXcqrlUNn1KJ7LheCCIJieeF9dkw9vv3hrvZr/KdCs +EXZHaYF/rln3UlTitasVWCL+MZI3tTVI993yNNrDfKQBI0Iyfy2TlUkGoqsTZw6o +Gzpc8vlIs/d2tt226SOXECS+Pk5wJvIWh/BIkGqtiMEab2wxz5HgfD8xQnQs7Yf+ +hoAlwVl+Saeul+d5Rz4V6G9C3yJwhaZ4C295o8qyWlygyHaC4bXOutJGzwqAnlJ8 +lUmBujATHweeqNPCevCAHjcNPoPDiKE4oCWroeIJTSGbLUbfzhw= +=fugO +-----END PGP SIGNATURE----- Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.md5 ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.md5 (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.md5 Thu Jan 11 02:38:24 2018 @@ -0,0 +1 @@ +daacbf6a77d7b28c46253651b399d0cf Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.sha1 ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.sha1 (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.tar.gz.sha1 Thu Jan 11 02:38:24 2018 @@ -0,0 +1 @@ +e48b67b70b154b7dc69914752814512225024504 Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip ============================================================================== Binary file - no diff available. Propchange: dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.asc ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.asc (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.asc Thu Jan 11 02:38:24 2018 @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlpWyL4ACgkQP6rSzV7L +sxSBFQ//d8Dy5L0QD7VgE3PyZuupgIjGTUSFsn3pGOpQGlWdQGfBgm6SlA2NpnjR +5SsqYn20Gn42bVle2FYL4nj6XOglPcdVpacknsk+ykMS56JJmvpitRo03UmY7ayz +wMuNyw3qDQlKNPGaRWkcdxpKHf2kcNkCC8RFxlXJUaEfMMi8kH5ojaHOZ1s4QV+g +Kbdyt2f7bjoPppdaOksb1MaKy8f5E6JnrjMd+rZ57M0MThduzg5zpxX+o+w+e65n +NpH5J9yBtcvm4f5ht7avNmFfwA3N0XWKPHW0fRG4+d1LZ54STNPy7qQo5Ky1Hxsk +GAnU3kzaJbpOCTHGuraiRnJ9QH9FT++JjgPQ2ehSEpZZmLIlEWDIeF6v4LAnGEup +x7dM+9QIZFkSEejkDc5SVAcaFFjbmhxgEDPdbXO2BfJwMBUttM8YaLYA6I5fVktF +E+VUrCpu0+vKNKoSIzVBsJFsgo8IXEF5w6iodGQBq2xNqujAyJxRHuw9cSk012s0 +RHJ6rtwQb7grOmgesmliGLch703LipC0fCq66PeVOSI3OnLOPK9vyT5LUr1UfUS3 +HNbwjGA+RRx+EmJ1o07wy4fgVrhOHVVQul/MhrPxmKlXh3Az4u4vhQzkn/U/0HrG +2Y9w/6Qbv7XzTnHLVjow1+xycLpHTOQMW/JxIpIOxDr0UjJeib8= +=8liJ +-----END PGP SIGNATURE----- Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.md5 ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.md5 (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.md5 Thu Jan 11 02:38:24 2018 @@ -0,0 +1 @@ +9af032da30f1454f799013cb84133a1e Added: dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.sha1 ============================================================================== --- dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.sha1 (added) +++ dev/commons/commons-release-plugin/source/commons-release-plugin-1.0-src.zip.sha1 Thu Jan 11 02:38:24 2018 @@ -0,0 +1 @@ +bc9a6c847899b2700e5873c4ac1a8d983476b255