Author: chtompki
Date: Fri Mar  2 12:48:02 2018
New Revision: 25367

Log:
Staging commons-release-plugin-1.1-RC4

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 Fri Mar  2 12:48:02 2018
@@ -0,0 +1,11 @@
+<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 Fri Mar  2 12:48:02 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 &lt;<a
+HREF="http://www.apache.org/dist/commons/KEYS";><samp>http://www.apache.org/dist/commons/KEYS</samp></a>&gt;.</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 Fri Mar  2 12:48:02 
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 Fri Mar  2 12:48:02 
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 Fri Mar  2 12:48:02 
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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqZRioACgkQP6rSzV7L
+sxSTlQ//UkX0nLRWFGDE0t5uAxi9tP2tfFgo46EyQdM0XYkdAwgZoETYWR57a1u5
+3I0//UGTkvT9eeRCYwn52c7cbE5ifHRvAm6Y32WCEOcFZV/9igpsA7mQCP4gIEOb
+qKpPGHvuwODTXA83Mg837wT/CcMpwGv5sVnoRRV0Ka37/wPCfvAjXhgoNsPz+d6y
+zGmpFkKsP4JOw19DXmVHbp2uaOH23uSDdWAbcMrSNb5I9h+4pPMfvGcTUajQS/TP
+Jraq2LVIgoJvaHuJwLqUnIAR7JvV/GfBiTFgqZew45fBhNCCZtxAPhY0loKsRMg9
+XostatPUaEMCEamatLykLDbuFcGZLz/FsMAIKXU1u4DkgCsoPLjgG1Ygx/38BSxa
+qMejqXRVqkljZZXAu0Wai7J2/yOz/R+lgGizxQEP1OuKv/xpkKuritlAJkijySDM
+avSSTqc2line9yQ5ZOsQ0HP9qx74uITbeCTSi8JZ/dxc42HLhBGYSfUx/cS3cyPZ
+Oq4bp6NX1PXlPrbX6tx3vY82o354mgSIFRxAOHaVL00OTAgABCnB2aIRnnNsAaRG
+hP6IRcoWTMKAEon6eBTcxV+jL9lXCGZaznTvnQGMvEL0VaDS1PTzYWXEMWG51GxW
+p5a8sKZz7eCCOynv+vkaGuPJJLze1ScXaBExwxc3ftSj0p/XZaA=
+=q5bm
+-----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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1 @@
+9c21eed485611f0da179feb41ab98c3b

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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1 @@
+5322ccbf5de3fbbf3982663f91105f1b44acc149

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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqZRioACgkQP6rSzV7L
+sxSuOA//f1qAY2QHmXaEbveCm4v4OmC52e9FT4mFu7OLJAZT0PrREqHVjCFEylWu
+1yOqJ3UeUZGVHO9nVXE6HtIKmAShRKvKejS52pUKA5/Um+Henwzdf8UIZ5z+CMoo
+8251AZeUk9RI93UFmaXW5ZSfuVsP33Xyzdkz18+KJaalzmUjNHNbGRHLuPw2+/s1
+apOUaP5EEQChYcGMdCVViXYXWUbC06LfRhKWGGz7JIXIVt3ODtaZIpsZXuitNupl
+gdQ6qaXZjzstYqg4cgdQjnAndCp95kl2akBIkLkWP6dFaV7imFhFllmvav5qImQO
+FYhlVhidrJ9VbRj/k8poNn6i1G0CooU7TpQ8mVnMbEdmBR1LqSeZ157+wBHSpvbY
+rJR3xxgpcxTu6gnEXqHr5GOkr3jLUF49WncI9a+vGiGnmbpxSmwX42aJmk+Dg+ch
+pYLLyAkWBuY6JYmLpqryb0SVk4z5Ynwzd0Dxqumi5mDNtuMb8FEbpAUrmj+kCc2n
+bSWBCr77T5qDatmld8y54idKuODuoSx+Gype3szsDT+CiaZMHNUctDQB/ndYzt1S
+52nzc2Vk8lTm2ihoWvv5LVjjKs5WIo5cF9JWSBFrSH4lLhBXnuSGJwhk47oI+CxR
+aNYphgsKdf9MuvB/xGC3LGaVrWbq9Kz/mbAFcepkEN71Ed7ZnQ8=
+=XY9d
+-----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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1 @@
+86aaa7ddebf8b92db39d8ae91111a822

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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1 @@
+851d41b781b011a11d235fde956b5883d2512d57

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 Fri Mar  2 12:48:02 
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 Fri Mar  2 12:48:02 
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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqZRisACgkQP6rSzV7L
+sxTY4A//Qk7Ptj71gljZ8MA8ZHAmreZGQNaYMAtKUY0Y+LWRJJ2OJFWi/ZQwzVyr
+fvsd3pKlek5fxyEpspB1SoHw5D33hEopd1D5nXHnLtS+YX6aZZv8tVRvMF2Keeiw
+eMWU7opOEp07pZu/EWDRzOs2tubjWNGGMLwf1BmGk8+oMfqKDlHckusy+j6Hy8nJ
+j0M7ua7rBBhiVmnCxj1j3oY7f44DpJjbhOE27eLrliIWfpJt/v1/YAbsjc535M5a
+eiJ7HxT9Y7X14gvOUwYRggIoTwOt1SBUnsW1db6Fhvv9Oy8/RAIdN1h3VqfoFk0X
+Usb96Xj8x+E62YofMVHc/5HNxPGAM7AdGqD8JFVSEy2Cui5JySGAy91Ixuq3UwB4
+3j7y001QaQCTOWCT/x7fgdusJLtNLla7WUU+ySyAb/CYgo4/zaOKJT+CWoIOG8Rw
+R04qet2bd2pTc9i0+yLuM5kx2NkAV3QFWWqDy63QghKWBUZNorMzRoOB7+JUtMz3
+OZp+LM6PUOFcKOkx/w3VKbwWTWVZMekx/TYwFRdcsP2s/q4GP0Lf7a/atSbPTsj2
+tR6jla6Php1Apt178PyHVrAQwolUAhmt0F9656RVOBgbWUdT47aryZOoKbTUJGLy
+EIy1X26mBBgxjKLzQbj3iyDFbf9b4hj6+6Vlm6+F64kvI0TyBFo=
+=rUwe
+-----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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1 @@
+e6ada750d2ff1f5d24c781b172ce617d

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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1 @@
+7452d071da80c0029750d2ed7b3f3fa0f28b9606

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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlqZRisACgkQP6rSzV7L
+sxTcaA//bX4IwVZAPYbaZHqcsyyCHx8HOkgfMqxkAucVQJ1yznu6+CwbNLShP45v
+vwPWhn63puk5TRM06+1D2+v9hmVyc6C9f2ymyIUVyM6YJawiU2nXoEKMyoMSds2B
+z7YWZ7dBu/OR23noZSve7ZgzPbTVBZuCxRtXpC7eNxpgEIkLohH5sbnmFYgry3aL
+SPHrcpXl0dZTcZEinbSg5R2KUFPhE26uvwBomQkf0EIXYxMTyMFbEu54OmFxchHQ
+d0rU9Hxdmd6CeEa65aCAgxeRnkNGY7LAquYcU7Ar2OpbB5KNZfXAExM8TdFZvbh4
+ROvMKgbDbrBIEzkJp8QmoY6VJJ/xWhdg4si8nhPzEd5+9WxvJlz4ZnhSEOg1KUC1
+4aY2rN3rTlG1jDnA3iEk106oLubyI/b5Ye/GMnlOvlvk2wcYoBgcUdQ/+AiRNN5Y
+BgJ7USrn862cqYRYhLTAPOLW6WuuQKP0SujxdJrR4uwXUMJo8lOz/ugRU0LM2pV4
+2nA7iv1PinJTuQkiLrPm2G9SFhz+d8eYd8ZK5+RiX9s3Is+QxuOvO0yjiZG7Eyu4
+DQmxw/H/ocX2/ipc5ODq+l1fb/8ZJp5pcgs85XIcicOafpANNKH2WdlW3Asa428S
++f9wr/lh0KXmL0cyu8JElGBbs/BLbEBiuw6/ef6eWhONd5pKR7U=
+=V136
+-----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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1 @@
+7ca1bf9513cc084cdd2cfafe4a7c670b

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
 Fri Mar  2 12:48:02 2018
@@ -0,0 +1 @@
+22734fb124ed0e81d4aa83fef262f33eb52a01f0


Reply via email to