Author: chtompki
Date: Mon Apr  2 12:39:51 2018
New Revision: 26083

Log:
Staging commons-release-plugin-1.2-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.2-bin.tar.gz
   (with props)
    
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.asc
    
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.md5
    
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.sha1
    
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip  
 (with props)
    
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.asc
    
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.md5
    
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-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.2-src.tar.gz 
  (with props)
    
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.asc
    
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.md5
    
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.sha1
    
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip   
(with props)
    
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.asc
    
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.md5
    
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-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 Mon Apr  2 12:39:51 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 Mon Apr  2 12:39:51 2018
@@ -0,0 +1,51 @@
+<h1>Commons Release Plugin v1.2</h1>
+
+<p>This is the 1.2 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.2-bin.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-release-plugin-1.2-bin.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-release-plugin-1.2-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 Mon Apr  2 12:39:51 
2018
@@ -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
+

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 Mon Apr  2 12:39:51 
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 Mon Apr  2 12:39:51 
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.2-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.asc
==============================================================================
--- 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.asc
 (added)
+++ 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.asc
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlrCI0MACgkQP6rSzV7L
+sxSJwQ/8DqeVzpsDA5gbRDUoaI7/FpD4IdiTE8UIZ9MDiRuKJ4+yAd/ZMp6/8gnQ
+2aUgYS2mYQrAcfQl0+04kVWtlqmVWOcJmOENla17qRg7YM9TDi9On2g+l7FESV9X
+xNS3j5y7RwcTWn5qju15uWxonH6r0QEsyN3zi5eZ4cYURFP4axz4VvRdhPIdjaxL
+jEDYeQPi3KebUhBgLmPWYwS1iIcrHBowexRFZydXQgmdYXBingOswOewrJdHagkV
+JT5jOjdG02HGGuaOaejEzH5QI9yyAoJpKQmJv3IcpZoAhdwqBSJHW6am5kM4nxko
+OqtJpltwgbeQyXsfhhSDGA3TAI/9OVED14BCBw95tNqkVGrAXXCPbVMUOxPetJZR
+JoRNcMJFRcUwJ9WsfWM/hRNVm54/7lYGPjMXuPbcDUcU0DMCZh4CMsKngtikkBIM
+xxFfKPz5/plMtg2C+yW1tr/GvGxR64zr3f2HFhsRP9Ah5TXDuH5XBqjZRd65AeR6
+FYuSb82DwsnSWyK8fMKNMA57qAwdny77MnAF30kpFTJdzm0mDdw3+l8wA8YARPzf
+tjRPNVGjzfnSUPPRFpCaTKhzm6wsCC3kYIYxAcU/3eKe4imlL0Dc2qBK1+JEHVFE
+aNW6g5Fepf5bl0IgDaoaYH8wTYE4xCunWTAxIcsLJbEA5A8c8fE=
+=e4m7
+-----END PGP SIGNATURE-----

Added: 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.md5
==============================================================================
--- 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.md5
 (added)
+++ 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.md5
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1 @@
+e4e4e7f6113defc865250d81e8785215

Added: 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.sha1
==============================================================================
--- 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.sha1
 (added)
+++ 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.tar.gz.sha1
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1 @@
+a02588fda861877e5b8682bcbdef2f3a2d62b9c1

Added: 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.asc
==============================================================================
--- 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.asc
 (added)
+++ 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.asc
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlrCI0MACgkQP6rSzV7L
+sxTPNQ/+Pl+PdcfHTZkvalnGh7FZX2XI5FuC3B2l/wxtmQxXiN+1iGmjmMMi+yyU
+yBIGtWbIQJhFkh2HXUDHlBP0rMSSALmrcqfb16sRQRAEw13cCL4V644TAzJJIf2F
+q0FR+dbGXduXp1ohtUc0JTjKDLzF2jWgZ7aOA5Ysdu5ItC/6K/TEz1+yDjC8mQ2j
+0CgbW+kuEEL1DmkFrojvWR73MjDjKbzTAIefxpD4nwKbB/PEcyh12tzi6K1esPTF
+YuBNDSmHaxUH10v5Onw7SSVlLMieXkLkPRr0r1K1uWxya+gnV4KEmuBZ1pvifWwJ
+wpwF4A3m0cVxJYnIL1+bU8ZKK/U2pml0qP+ctuoo8AXKPm5O6J6q++QQ3GkrRuKR
+uMI8wjfR2QEyxw6GdtitxfIdt6Wxu2GbH+3qLDQ/4U3FeTRXzcjG1r/uaGDouyfb
+5lZl/XM1IMU6MyBSYVpmh7XAQ9N1LBiHZPGZ8+s49dAMGlr7Xh1Js07nI7iGFmNX
+BdniwSC7nvxSW9sSiY3lkJU2OGbijaHJqnt2lmjIdrG5yawTx5kcjqN/QiXwnkCd
+q8fcZke/bLv1hqHKMwJYfHc1onFhKJr3J+cQs+S14fe8HedeuSa+mU7HqNgC0Ll1
+ydcGUb+1VsZQaG06re2jOZijxZYffNZYheSJHkt11VvwVLDc0jA=
+=PDDI
+-----END PGP SIGNATURE-----

Added: 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.md5
==============================================================================
--- 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.md5
 (added)
+++ 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.md5
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1 @@
+dc05e630b4567354c282849243272834

Added: 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.sha1
==============================================================================
--- 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.sha1
 (added)
+++ 
dev/commons/commons-release-plugin/binaries/commons-release-plugin-1.2-bin.zip.sha1
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1 @@
+a8048f56c673edbdd9318425d60b1a9925eae91c

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 Mon Apr  2 12:39:51 
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 Mon Apr  2 12:39:51 
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.2-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.asc
==============================================================================
--- 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.asc
 (added)
+++ 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.asc
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlrCI0MACgkQP6rSzV7L
+sxSh6w//ZRqR4RTDbmBOJGaWQU9KHiqYr9MpFqULJwLfkYt5UVqZmWetuEy2e4XH
+eMD0FVMC7zsqx6pqIidgXNyezKTEZ1/cbr5c08Kf28UGWxyqbphmM4AP1qnhagNB
+vwDGuygAxLWChdUb/QxNE/VXJzhlDGHJmV5AIeJiDsrUk0cH5vxv2w9GMLcUXayN
+963OCOJ3Ecd/lDQh72UaNQMcBue1zFk98QVbR1CiuJ0pTcKQQXSW7fZzyIL930SV
+dno8k1UIfG+sHRsJ2lZ/blGBNegH+pTuqBAHN2o8JDEZ6bla4KchRCuK+O/VWCfL
+WfGEkCZnUrBRpxaUWlkctC2B1wq3Tizeza3Acv9DDOEOFW5J91lwrXee7St+fmT3
+VGSJOzkUZbf8ZDebDD2JdzT1qXXgDE5AEhybr4RZ2eW54tV/zLeF4GtKnmiajvgv
+Ymu8xGXm2YoLwzftqMxvHJpCfz4fXFMK7NWngWVe/htmlAput1BRhIwURh5wbBw1
+R9gqXsEdLYbWO5fuhPLcy+bWnYT9WwLNtn1XF3tRB/VT5npDb4/OyCsxdAxvMet2
+vmoekuMsmebDbCW+qH/HBmaCn8zpd25ciMtSLSEsTmD35CkDIw65VGjsDcLmMJF2
+7nw5CnhrMqqt1j9HJ1dQuxOttfwPX106NC7bIDCf/2hR67/npSw=
+=b6LA
+-----END PGP SIGNATURE-----

Added: 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.md5
==============================================================================
--- 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.md5
 (added)
+++ 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.md5
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1 @@
+4c5eeb79b9535170e62cccd1edff0b3b

Added: 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.sha1
==============================================================================
--- 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.sha1
 (added)
+++ 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.tar.gz.sha1
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1 @@
+76289e38e99ff46e3686df35201bff3920fc0223

Added: 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip
==============================================================================
Binary file - no diff available.

Propchange: 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.asc
==============================================================================
--- 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.asc
 (added)
+++ 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.asc
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlrCI0QACgkQP6rSzV7L
+sxT9Ug//WFm0FlfZd/uLXMHGZYhz+9vC1RJPM7Cf/AWDbrfdOBnBzLDQdVyNIkAr
+J2NfmOrAim1ClV3C8eh7Gug5hmR9rxtUie35Mh3oWjcBb+AgyGxFOl+RE7bYJ9Gc
+trmLPo/8U3Y3bFAeMhg85x/77+7Xt6l768STKvC5BskL2V6skQAm757mZFjEUZ1O
+B+pxCRJOcIfcj1iUPiVM3TGsoManF50KobFPB0Mi+O+Z1BiXFYtxFnlb8ksZh3xX
+RMHOUvsMIa4UhVo5qO6agDzuyMcsr86hbQeU08f0O3dTpSQPHrzaXTJ1kra5Yp5H
+jgYoANdz76cxgQ8YN5gef1N19l8yDRkK0Zn97DjE5RVZW3KRMLhkTVzJ76llM4qi
+XyVxAXlw4y1mhWnIeE9LPwUzMqatPgtjZvxeliWS5II3y2WU6WbxiUGXA+Crs0Lc
+k3GfX4gfkl5X9Lwuo1f7P9ITJcuDG3yociXeAHW+OUfDn4Xkh721RwxES1dGGTZe
+YG929X7rjBzNYRJ7OVLWPBXcKL5dMWfcWLSW4fahO5ZLq4/obJScuWGaO/13StX8
+VZ8VTiObJKLdlZTs/QbWasncIdoX/Zer6UNgz8+ZZ5zLpG0kAISpwaiHfwYbrkge
+c5j1AMlIZQ3AL/ifXWC+qzf0SCDFxILygIqwasiPNJbp3lXOpu8=
+=piyy
+-----END PGP SIGNATURE-----

Added: 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.md5
==============================================================================
--- 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.md5
 (added)
+++ 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.md5
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1 @@
+cac1f0f0d38b7290c24ce1c740a53ac4

Added: 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.sha1
==============================================================================
--- 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.sha1
 (added)
+++ 
dev/commons/commons-release-plugin/source/commons-release-plugin-1.2-src.zip.sha1
 Mon Apr  2 12:39:51 2018
@@ -0,0 +1 @@
+f5cff6e2c0db8378e7234e119693920f44dcbe24


Reply via email to