Modified: 
websites/production/commons/content/proper/commons-cli/changes-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/changes-report.html 
(original)
+++ websites/production/commons/content/proper/commons-cli/changes-report.html 
Mon Mar 27 09:21:54 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Commons CLI Release Notes</title>
 
@@ -38,8 +38,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -107,8 +107,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -121,7 +121,7 @@
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
                     </li>
-                                                                               
                                                                                
                                                                                
                                                                  <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                                                
    <li class="expanded">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     <ul>
@@ -166,6 +166,10 @@
     JaCoCo Aggregate</a>
           </li>
                                      <li class="none">
+                  <a href="clirr-report.html" title="Clirr">
+    Clirr</a>
+          </li>
+                                     <li class="none">
                   <a href="checkstyle.html" title="Checkstyle">
     Checkstyle</a>
           </li>
@@ -286,423 +290,438 @@
 <th>Date</th>
 <th>Description</th></tr>
 <tr class="b">
+<td><a href="#a1.5">1.5</a></td>
+<td>tba</td>
+<td>tba</td></tr>
+<tr class="a">
 <td><a href="#a1.4">1.4</a></td>
 <td>2017-03-09</td>
 <td>New features and bug fixes</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.3.1">1.3.1</a></td>
 <td>2015-06-17</td>
 <td>Bug fix release for 1.3</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.3">1.3</a></td>
 <td>2015-05-09</td>
 <td>This is a feature and maintenance bug fix release.</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.2">1.2</a></td>
 <td>2009-03-19</td>
 <td>This is a maintenance release containing bug fixes.</td></tr>
-<tr class="b">
+<tr class="a">
 <td><a href="#a1.1">1.1</a></td>
 <td>2007-07-08</td>
 <td>This is a maintenance release containing bug fixes.</td></tr>
-<tr class="a">
+<tr class="b">
 <td><a href="#a1.0">1.0</a></td>
 <td>2002-11-06</td>
 <td>Initial release</td></tr></table></div>
 <div class="section">
-<h3 id="a1.4">Release 1.4 &#x2013; 2017-03-09</h3>
+<h3 id="a1.5">Release 1.5 &#x2013; tba</h3>
 <table border="0" class="bodyTable">
-<tr class="b">
+<tr class="a">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>CommandLine.getXXX and CommandLine.hasXXX should accept an Option as a 
parameter. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-271";>CLI-271</a>. Thanks to 
Christoph L&#xe4;ubrich.</td>
+<td><a href="team-list.html#britter">britter</a></td></tr></table></div>
+<div class="section">
+<h3 id="a1.4">Release 1.4 &#x2013; 2017-03-09</h3>
+<table border="0" class="bodyTable">
 <tr class="a">
+<th>Type</th>
+<th>Changes</th>
+<th>By</th></tr>
+<tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Introduce CommandLine.Builder. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-269";>CLI-269</a>.</td>
 <td><a href="team-list.html#rfscholte">rfscholte</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Optional argument picking up next regular option as its argument. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-265";>CLI-265</a>. Thanks to 
Martin Sandiford.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Add an addRequiredOption method to Options. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-267";>CLI-267</a>. Thanks to 
Ricardo Ribeiro.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter.setOptionComparator(null) doesn't display the values in 
inserted order. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-266";>CLI-266</a>. Thanks to Ravi 
Teja.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr></table></div>
 <div class="section">
 <h3 id="a1.3.1">Release 1.3.1 &#x2013; 2015-06-17</h3>
 <table border="0" class="bodyTable">
-<tr class="a">
+<tr class="b">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>LongOpt falsely detected as ambiguous. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-252";>CLI-252</a>. Thanks to 
Simon Harrer.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr></table></div>
 <div class="section">
 <h3 id="a1.3">Release 1.3 &#x2013; 2015-05-09</h3>
 <table border="0" class="bodyTable">
-<tr class="a">
+<tr class="b">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Fixed broken Javadoc links on Introduction page. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-248";>CLI-248</a>.</td>
 <td><a href="team-list.html#djones">djones</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Fixed code example in javadoc of 
&quot;Option#Builder#valueSeparator(char)&quot;. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-234";>CLI-234</a>. Thanks to Greg 
Thomas.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Clarified behavior of &quot;OptionValidator#validateOption(String)&quot; 
in case of null input. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-241";>CLI-241</a>. Thanks to 
Beluga Behr.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Small cleanup of Option class. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-240";>CLI-240</a>. Thanks to 
Beluga Behr.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Removed DoubleCheckedLocking test from checkstyle configuration. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-231";>CLI-231</a>. Thanks to 
Duncan Jones.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Options.getRequiredOptions() now returns an unmodifiable list. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-230";>CLI-230</a>.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Added new fluent API to create Option instances via builder class 
Option.Builder.
         This replaces the now deprecated OptionBuilder. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-224";>CLI-224</a>. Thanks to 
Duncan Jones, Brian Blount.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Clarify javadoc for CommandLine.getOptionValue() that the first specified
         argument will be returned. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-218";>CLI-218</a>. Thanks to 
Sven.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Added new method Options.addOption(String, String). Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-214";>CLI-214</a>. Thanks to 
Alexandru Mocanu.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Changed unit tests to junit 4 annotation style. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-227";>CLI-227</a>. Thanks to 
Duncan Jones.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Default options will now work correctly with required options that are 
missing. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-202";>CLI-202</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Default options will now work correctly together with option groups. Fixes 
<a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-203";>CLI-203</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>The javadoc of OptionBuilder now states that the class is not thread-safe. 
Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-209";>CLI-209</a>. Thanks to 
Thomas Herre.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>HelpFormatter now supports setting the displayed separator of long 
options. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-169";>CLI-169</a>. Thanks to J. 
Lewis Muir.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Improve description of parameter &quot;stopAtNonOption&quot; in method
         CommandLine.parse(Options, String[], boolean). Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-197";>CLI-197</a>. Thanks to 
Anders Larsson.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Passing default values for not defined options to a parser will now trigger
         a ParseException instead of a NullPointerException. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-204";>CLI-204</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter.setArgName(String) now correctly sets the argument name. 
Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-205";>CLI-205</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Default properties provided as input to the Parser.parse() methods are now
         correctly processed. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-201";>CLI-201</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>CommandLine.getParsedOptionValue() now returns a String object if no
         option type has been explicitly set. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-215";>CLI-215</a>. Thanks to 
Manuel M&#xfc;ller.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Fixed typo in javadoc of class CommandLine. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-200";>CLI-200</a>. Thanks to 
Gerard Weatherby.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Source code now uses generic types instead of raw types where possible. 
Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-223";>CLI-223</a>. Thanks to 
Gerard Weatherby.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Corrected javadoc for return type of 
MissingOptionException.getMissingOptions(). Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-220";>CLI-220</a>. Thanks to Joe 
Casadonte.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter now prints command-line options in the same order as they
         have been added. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-212";>CLI-212</a>. Thanks to Per 
Cederberg.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Standard help text now shows mandatory arguments also for the first 
option. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-186";>CLI-186</a>. Thanks to 
Kristoff Kiefer.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter does not strip anymore leading whitespace in the footer 
text. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-207";>CLI-207</a>. Thanks to Uri 
Moszkowicz.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Strip quotes contained in argument values only if there is exactly one at 
the
         beginning and one at the end. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-185";>CLI-185</a>. Thanks to 
Einar M R Rosenvinge.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Negative numerical arguments take precedence over numerical options (only 
supported
         by the new DefaultParser). Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-184";>CLI-184</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Fix possible StringIndexOutOfBoundsException in HelpFormatter. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-193";>CLI-193</a>. Thanks to 
Travis McLeskey.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>A new parser is available: DefaultParser. It combines the features of the 
GnuParser and the PosixParser.
         It also provides additional features like partial matching for the 
long options, and long options without
         separator (i.e like the JVM memory settings: -Xmx512m). This new 
parser deprecates the previous ones. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-161,CLI-167,CLI-181";>CLI-161,CLI-167,CLI-181</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>OptionGroups no longer throw an AlreadySelectedException when reused for 
several parsings. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-183";>CLI-183</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>OptionGroup now selects properly an option with no short name. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-182";>CLI-182</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>PosixParser now supports partial long options (--ver instead of 
--version). Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-160";>CLI-160</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr></table></div>
 <div class="section">
 <h3 id="a1.2">Release 1.2 &#x2013; 2009-03-19</h3>
 <table border="0" class="bodyTable">
-<tr class="b">
+<tr class="a">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>OptionBuilder is now reseted if an IllegalArgumentException occurs in 
create(). Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-177";>CLI-177</a>.</td>
 <td><a href="team-list.html#joehni">joehni</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/remove.gif" alt="Remove" title="Remove" /></td>
 <td>Ant build system removed.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Incomplete usage documentation about Java property option. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-154";>CLI-154</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>TypeHandler prints messages to stderr. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-170";>CLI-170</a>.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Infinite loop in the wrapping code of HelpFormatter. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-162";>CLI-162</a>.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Fixing some minor javadoc issues.</td>
 <td><a href="team-list.html#sgoeschl">sgoeschl</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>The number of arguments defined for an option specifies the arguments per 
occurrence of the option
         and not for all occurrences. This was a major regression in CLI 1.1 
which prevented the use of repeated options. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-137";>CLI-137</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Added a getOptionProperties() method in the CommandLine class to retrieve 
easily the key/value pairs
         specified with options like -Dkey1=value1 -Dkey2=value2.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>GnuParser now supports long options with an '=' sign (ie. --foo=bar and 
-foo=bar). Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-157";>CLI-157</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>PosixParser no longer ignores unrecognized short options. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-164";>CLI-164</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>PosixParser no longer stops the bursting process of a token if 
stopAtNonOption is enabled and a non option
         character is encountered. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-163";>CLI-163</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>PosixParser no longer keeps processing the tokens after an unrecognized 
long option
         when stopAtNonOption is enabled. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-165";>CLI-165</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Required options are properly checked if an Options instance is used twice 
to parse a command line. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-156";>CLI-156</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>The ordering of options can be defined in help messages. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-155";>CLI-155</a>.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>The line wrapping in HelpFormatter now works properly. This caused 
CLI-162, and thus there was a feature change 
         for the HelpFormatter in that it is strict on width now rather than 
what seemed to be lenience before. Text without 
         whitespace will be cut off to fit in the spacing, and an 
IllegalStateException will be thrown if it is impossible 
         to output the information due to spacing constraints. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-151";>CLI-151</a>. Thanks to Dan 
Armbrust.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>The message of MissingOptionException has been improved. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-149";>CLI-149</a>.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>The exceptions have been enhanced with methods to retrieve easily the 
related options. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-86";>CLI-86</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Option.toString() now reports arguments properly. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-141";>CLI-141</a>. Thanks to 
Henning Schmiedehausen, Bjorn Townsend.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>The Parser class has been changed to be more easily extendable. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-142";>CLI-142</a>. Thanks to 
Henning Schmiedehausen.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>The following classes are now serializable: Option, OptionGroup, 
CommandLine and Options. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-140";>CLI-140</a>.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/remove.gif" alt="Remove" title="Remove" /></td>
 <td>OptionValidator is no longer public, its methods were all private.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr></table></div>
 <div class="section">
 <h3 id="a1.1">Release 1.1 &#x2013; 2007-07-08</h3>
 <table border="0" class="bodyTable">
-<tr class="b">
+<tr class="a">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Wrong usage summary. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-2";>CLI-2</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Dependecy on commons-lang-2.0 but commons-lang-1.0 is obtained. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-5";>CLI-5</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Line separator as first char for helpformatter (footer) throws exception. 
Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-8";>CLI-8</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>CommandLine.getOptionValue() behaves contrary to docs. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-13";>CLI-13</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>clone method in Option should use super.clone(). Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-21";>CLI-21</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Passing properties in Parser does not work for options with a single 
argument. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-23";>CLI-23</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Only long options without short option seems to be noticed. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-26";>CLI-26</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Infinite Loop in Command-Line processing. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-28";>CLI-28</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Options should not be able to be added more than once. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-29";>CLI-29</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter doesn't sort options properly. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-35";>CLI-35</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter doesn't function correctly for options with only LongOpt. 
Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-38";>CLI-38</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Document enhancement. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-44";>CLI-44</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Documentation errors. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-45";>CLI-45</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Parameter value &quot;-something&quot; misinterpreted as a parameter. 
Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-51";>CLI-51</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>clone() method doesn't fully clone contents. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-56";>CLI-56</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>No Javadoc for HelpFormatter!. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-59";>CLI-59</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Parser breaks up command line parms into single characters. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-65";>CLI-65</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Missing arguments in HelpFormatter.renderOptions(..). Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-67";>CLI-67</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Error parsing option arguments. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-69";>CLI-69</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>A weakness of parser. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-71";>CLI-71</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Setting description of a Option. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-78";>CLI-78</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>CLI_1_BRANCH build.xml doesn't work. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-129";>CLI-129</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Remove the Commons Lang dependency. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-130";>CLI-130</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Options class returns options in random order. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-131";>CLI-131</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>MissingOptionException should contain a useful error message. Fixes <a 
class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-132";>CLI-132</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>NullPointerException in Util.stripLeadingHyphens when passed a null 
argument. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-133";>CLI-133</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>1.1 is not backwards compatible because it adds methods to the 
CommandLineParser interface. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-134";>CLI-134</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue 
removal. Fixes <a class="externalLink" 
href="http://issues.apache.org/jira/browse/CLI-135";>CLI-135</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr></table></div>

Modified: websites/production/commons/content/proper/commons-cli/checkstyle.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/checkstyle.html 
(original)
+++ websites/production/commons/content/proper/commons-cli/checkstyle.html Mon 
Mar 27 09:21:54 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Checkstyle Results</title>
 
@@ -38,8 +38,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -107,8 +107,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -121,7 +121,7 @@
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
                     </li>
-                                                                               
                                                                                
                                                                                
                                                                  <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                                                
    <li class="expanded">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     <ul>
@@ -165,6 +165,10 @@
                   <a href="jacoco-aggregate/index.html" title="JaCoCo 
Aggregate">
     JaCoCo Aggregate</a>
           </li>
+                                     <li class="none">
+                  <a href="clirr-report.html" title="Clirr">
+    Clirr</a>
+          </li>
                                        <li class="none active">
                   <a href="checkstyle.html" title="Checkstyle">
     Checkstyle</a>
@@ -278,7 +282,7 @@
           <td class="content">
             <div class="section">
 <h2><a name="Checkstyle_Results"></a>Checkstyle Results</h2>
-<p>The following document contains the results of <a class="externalLink" 
href="http://checkstyle.sourceforge.net/";>Checkstyle</a> 6.1.1 with 
/Users/bene/tmp/cli-1.4/src/conf/checkstyle.xml ruleset.&#160;<a 
href="checkstyle.rss"><img alt="rss feed" src="images/rss.png" /></a></p></div>
+<p>The following document contains the results of <a class="externalLink" 
href="http://checkstyle.sourceforge.net/";>Checkstyle</a> 6.1.1 with 
/Users/bene/workspace/apache/commons/commons-cli/src/conf/checkstyle.xml 
ruleset.&#160;<a href="checkstyle.rss"><img alt="rss feed" src="images/rss.png" 
/></a></p></div>
 <div class="section">
 <h2><a name="Summary"></a>Summary</h2>
 <table border="0" class="bodyTable">

Added: websites/production/commons/content/proper/commons-cli/clirr-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/clirr-report.html 
(added)
+++ websites/production/commons/content/proper/commons-cli/clirr-report.html 
Mon Mar 27 09:21:54 2017
@@ -0,0 +1,406 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 27 March 2017
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Commons CLI &#x2013; Clirr Results</title>
+
+  <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
+  <link rel="stylesheet" href="./css/site.css" type="text/css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+  <script type="text/javascript" src="./js/jquery.min.js"></script>
+  <script type="text/javascript" src="./js/bootstrap.min.js"></script>
+  <script type="text/javascript" src="./js/prettify.min.js"></script>
+  <script type="text/javascript" src="./js/site.js"></script>
+
+              
+      </head>
+
+  <body class="composite">
+                          <a href="http://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                                                                               
         <img class="logo-left" src="./images/commons-logo.png"  alt="Apache 
Commons logo"/>
+                </a>
+                                              <a href="index.html" 
id="bannerRight">
+                                                                               
                 <img class="logo-right" src="images/logo.png"  alt="Commons 
CLI"/>
+                </a>
+          <div class="clear"></div>
+
+    <div class="navbar">
+      <div class="navbar-inner">
+        <div class="container-fluid">
+          <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
+          <ul class="nav">      
+                    
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
+  </ul>
+                    <div class="pull-right">  <ul class="nav">
+            <li>
+                  <a href="http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+    ApacheCon</a>
+      </li>
+          <li>
+                  <a href="http://www.apache.org"; class="externalLink" 
title="Apache">
+    Apache</a>
+      </li>
+          <li>
+                  <a href="../../" title="Commons">
+    Commons</a>
+      </li>
+    </ul>
+</div>
+        </div>
+      </div>
+    </div>
+
+    <div class="container-fluid">
+      <table class="layout-table">
+        <tr>
+          <td class="sidebar">
+            <div class="well sidebar-nav">
+                    <ul class="nav nav-list">
+                                  <li class="nav-header">Commons CLI</li>
+                                        <li class="none">
+                  <a href="index.html" title="Overview">
+    Overview</a>
+          </li>
+                             <li class="none">
+                  <a href="../../cli/download_cli.cgi" title="Download">
+    Download</a>
+          </li>
+                             <li class="none">
+                  <a href="changes-report.html" title="Changes Report">
+    Changes Report</a>
+          </li>
+                             <li class="none">
+                  <a href="mail-lists.html" title="Mailing Lists">
+    Mailing Lists</a>
+          </li>
+                             <li class="none">
+                  <a href="issue-tracking.html" title="Issue Tracking">
+    Issue Tracking</a>
+          </li>
+                             <li class="none">
+                  <a href="source-repository.html" title="Source Repository">
+    Source Repository</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                        <li class="nav-header"><i 
class="icon-book"></i>User Guide</li>
+                                        <li class="none">
+                  <a href="introduction.html" title="Getting started">
+    Getting started</a>
+          </li>
+                             <li class="none">
+                  <a href="usage.html" title="Usage scenarios">
+    Usage scenarios</a>
+          </li>
+                             <li class="none">
+                  <a href="properties.html" title="Option properties">
+    Option properties</a>
+          </li>
+                             <li class="none">
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
+          </li>
+                             <li class="none">
+                  <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
+    Javadoc (1.4)</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                        <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                                                               
                                                                                
                                                                                
                               <li class="collapsed">
+                  <a href="project-info.html" title="Project Information">
+    Project Information</a>
+                    </li>
+                                                                               
                                                                                
                                                                                
                                                                                
    <li class="expanded">
+                  <a href="project-reports.html" title="Project Reports">
+    Project Reports</a>
+                    <ul>
+                                  <li class="none">
+                  <a href="changes-report.html" title="Changes">
+    Changes</a>
+          </li>
+                                     <li class="none">
+                  <a href="jira-report.html" title="JIRA Report">
+    JIRA Report</a>
+          </li>
+                                     <li class="none">
+                  <a href="apidocs/index.html" title="JavaDocs">
+    JavaDocs</a>
+          </li>
+                                     <li class="none">
+                  <a href="xref/index.html" title="Source Xref">
+    Source Xref</a>
+          </li>
+                                     <li class="none">
+                  <a href="xref-test/index.html" title="Test Source Xref">
+    Test Source Xref</a>
+          </li>
+                                     <li class="none">
+                  <a href="surefire-report.html" title="Surefire Report">
+    Surefire Report</a>
+          </li>
+                                     <li class="none">
+                  <a href="rat-report.html" title="Rat Report">
+    Rat Report</a>
+          </li>
+                                     <li class="none">
+                  <a href="jdepend-report.html" title="JDepend">
+    JDepend</a>
+          </li>
+                                     <li class="none">
+                  <a href="jacoco/index.html" title="JaCoCo">
+    JaCoCo</a>
+          </li>
+                                     <li class="none">
+                  <a href="jacoco-aggregate/index.html" title="JaCoCo 
Aggregate">
+    JaCoCo Aggregate</a>
+          </li>
+                                       <li class="none active">
+                  <a href="clirr-report.html" title="Clirr">
+    Clirr</a>
+          </li>
+                                     <li class="none">
+                  <a href="checkstyle.html" title="Checkstyle">
+    Checkstyle</a>
+          </li>
+                                     <li class="none">
+                  <a href="findbugs.html" title="FindBugs">
+    FindBugs</a>
+          </li>
+                                     <li class="none">
+                  <a href="cpd.html" title="CPD">
+    CPD</a>
+          </li>
+                     </ul>
+              </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">Commons</li>
+                                        <li class="none">
+                  <a href="../../" title="Home">
+    Home</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/licenses/"; 
class="externalLink" title="License">
+    License</a>
+          </li>
+                                                                               
<li class="collapsed">
+                  <a href="../../components.html" title="Components">
+    Components</a>
+                    </li>
+                                                                               
<li class="collapsed">
+                  <a href="../../sandbox/index.html" title="Sandbox">
+    Sandbox</a>
+                    </li>
+                                                                               
<li class="collapsed">
+                  <a href="../../dormant/index.html" title="Dormant">
+    Dormant</a>
+                    </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">General 
Information</li>
+                                        <li class="none">
+                  <a href="../../security.html" title="Security">
+    Security</a>
+          </li>
+                             <li class="none">
+                  <a href="../../volunteering.html" title="Volunteering">
+    Volunteering</a>
+          </li>
+                             <li class="none">
+                  <a href="../../patches.html" title="Contributing Patches">
+    Contributing Patches</a>
+          </li>
+                             <li class="none">
+                  <a href="../../building.html" title="Building Components">
+    Building Components</a>
+          </li>
+                             <li class="none">
+                  <a href="../../commons-parent-pom.html" title="Commons 
Parent Pom">
+    Commons Parent Pom</a>
+          </li>
+                             <li class="none">
+                  <a href="../../build-plugin/index.html" title="Commons Build 
Plugin">
+    Commons Build Plugin</a>
+          </li>
+                             <li class="none">
+                  <a href="../../releases/index.html" title="Releasing 
Components">
+    Releasing Components</a>
+          </li>
+                             <li class="none">
+                  <a href="http://wiki.apache.org/commons/FrontPage"; 
class="externalLink" title="Wiki">
+    Wiki</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">ASF</li>
+                                        <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="How the ASF works">
+    How the ASF works</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/getinvolved.html"; 
class="externalLink" title="Get Involved">
+    Get Involved</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/dev/"; class="externalLink" 
title="Developer Resources">
+    Developer Resources</a>
+          </li>
+                             <li class="none">
+                  <a 
href="http://www.apache.org/foundation/policies/conduct.html"; 
class="externalLink" title="Code of Conduct">
+    Code of Conduct</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html"; 
class="externalLink" title="Sponsorship">
+    Sponsorship</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks">
+    Thanks</a>
+          </li>
+                 </ul>
+              </div>
+            <div id="poweredBy">
+                                                                               
                                     <a 
href="http://www.apache.org/events/current-event.html"; title="ApacheCon" 
class="builtBy">
+        <img class="builtBy"  alt="ApacheCon" 
src="http://www.apache.org/events/current-event-125x125.png";    />
+      </a>
+                                                                               
                     <a href="http://maven.apache.org/"; title="Maven" 
class="builtBy">
+        <img class="builtBy"  alt="Maven" 
src="http://maven.apache.org/images/logos/maven-feather.png";    />
+      </a>
+                      </div>
+          </td>
+          <td class="content">
+            <div class="section">
+<h2><a name="Clirr_Results"></a>Clirr Results</h2>
+<p>The following document contains the results of <a class="externalLink" 
href="http://clirr.sourceforge.net/";>Clirr</a>.</p>
+<ul>
+<li>Current Version: 1.5-SNAPSHOT</li>
+<li>Comparison Version: 1.4</li></ul></div>
+<div class="section">
+<h2><a name="Summary"></a>Summary</h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Severity</th>
+<th>Number</th></tr>
+<tr class="b">
+<td><img alt="Error" src="images/icon_error_sml.gif" />&#160;Error</td>
+<td>0</td></tr>
+<tr class="a">
+<td><img alt="Warning" src="images/icon_warning_sml.gif" />&#160;Warning</td>
+<td>0</td></tr>
+<tr class="b">
+<td><img alt="Info" src="images/icon_info_sml.gif" />&#160;Info</td>
+<td>8</td></tr></table></div>
+<div class="section">
+<h2><a name="API_Incompatibilities"></a>API Incompatibilities</h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Severity</th>
+<th>Message</th>
+<th>Class</th>
+<th>Method / Field</th></tr>
+<tr class="b">
+<td><img alt="Info" src="images/icon_info_sml.gif" /></td>
+<td>Method 'public java.lang.Object getOptionObject(char)' has been 
deprecated</td>
+<td><a 
href="./xref/org/apache/commons/cli/CommandLine.html">org.apache.commons.cli.CommandLine</a></td>
+<td>public java.lang.Object getOptionObject(char)</td></tr>
+<tr class="a">
+<td><img alt="Info" src="images/icon_info_sml.gif" /></td>
+<td>Method 'public java.util.Properties 
getOptionProperties(org.apache.commons.cli.Option)' has been added</td>
+<td><a 
href="./xref/org/apache/commons/cli/CommandLine.html">org.apache.commons.cli.CommandLine</a></td>
+<td>public java.util.Properties 
getOptionProperties(org.apache.commons.cli.Option)</td></tr>
+<tr class="b">
+<td><img alt="Info" src="images/icon_info_sml.gif" /></td>
+<td>Method 'public java.lang.String 
getOptionValue(org.apache.commons.cli.Option)' has been added</td>
+<td><a 
href="./xref/org/apache/commons/cli/CommandLine.html">org.apache.commons.cli.CommandLine</a></td>
+<td>public java.lang.String 
getOptionValue(org.apache.commons.cli.Option)</td></tr>
+<tr class="a">
+<td><img alt="Info" src="images/icon_info_sml.gif" /></td>
+<td>Method 'public java.lang.String 
getOptionValue(org.apache.commons.cli.Option, java.lang.String)' has been 
added</td>
+<td><a 
href="./xref/org/apache/commons/cli/CommandLine.html">org.apache.commons.cli.CommandLine</a></td>
+<td>public java.lang.String getOptionValue(org.apache.commons.cli.Option, 
java.lang.String)</td></tr>
+<tr class="b">
+<td><img alt="Info" src="images/icon_info_sml.gif" /></td>
+<td>Method 'public java.lang.String[] 
getOptionValues(org.apache.commons.cli.Option)' has been added</td>
+<td><a 
href="./xref/org/apache/commons/cli/CommandLine.html">org.apache.commons.cli.CommandLine</a></td>
+<td>public java.lang.String[] 
getOptionValues(org.apache.commons.cli.Option)</td></tr>
+<tr class="a">
+<td><img alt="Info" src="images/icon_info_sml.gif" /></td>
+<td>Method 'public java.lang.Object 
getParsedOptionValue(org.apache.commons.cli.Option)' has been added</td>
+<td><a 
href="./xref/org/apache/commons/cli/CommandLine.html">org.apache.commons.cli.CommandLine</a></td>
+<td>public java.lang.Object 
getParsedOptionValue(org.apache.commons.cli.Option)</td></tr>
+<tr class="b">
+<td><img alt="Info" src="images/icon_info_sml.gif" /></td>
+<td>Method 'public java.lang.Object getParsedOptionValue(char)' has been 
added</td>
+<td><a 
href="./xref/org/apache/commons/cli/CommandLine.html">org.apache.commons.cli.CommandLine</a></td>
+<td>public java.lang.Object getParsedOptionValue(char)</td></tr>
+<tr class="a">
+<td><img alt="Info" src="images/icon_info_sml.gif" /></td>
+<td>Method 'public boolean hasOption(org.apache.commons.cli.Option)' has been 
added</td>
+<td><a 
href="./xref/org/apache/commons/cli/CommandLine.html">org.apache.commons.cli.CommandLine</a></td>
+<td>public boolean 
hasOption(org.apache.commons.cli.Option)</td></tr></table></div>
+<div class="section">
+<h2><a name="API_Changelog"></a>API Changelog</h2>The following APIs were 
modified from version 1.4 to 1.5-SNAPSHOT:
+<ul>
+<li>Non justified changes
+<p></p>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Class</th>
+<th>From</th>
+<th>To</th></tr>
+<tr class="a">
+<td>org.apache.commons.cli.CommandLine</td>
+<td>public boolean hasOption(org.apache.commons.cli.Option)</td>
+<td></td></tr>
+<tr class="b">
+<td>org.apache.commons.cli.CommandLine</td>
+<td>public java.lang.Object getOptionObject(char)</td>
+<td></td></tr>
+<tr class="a">
+<td>org.apache.commons.cli.CommandLine</td>
+<td>public java.lang.Object getParsedOptionValue(char)</td>
+<td></td></tr>
+<tr class="b">
+<td>org.apache.commons.cli.CommandLine</td>
+<td>public java.lang.Object 
getParsedOptionValue(org.apache.commons.cli.Option)</td>
+<td></td></tr>
+<tr class="a">
+<td>org.apache.commons.cli.CommandLine</td>
+<td>public java.lang.String getOptionValue(org.apache.commons.cli.Option)</td>
+<td></td></tr>
+<tr class="b">
+<td>org.apache.commons.cli.CommandLine</td>
+<td>public java.lang.String getOptionValue(org.apache.commons.cli.Option, 
java.lang.String)</td>
+<td></td></tr>
+<tr class="a">
+<td>org.apache.commons.cli.CommandLine</td>
+<td>public java.lang.String[] 
getOptionValues(org.apache.commons.cli.Option)</td>
+<td></td></tr>
+<tr class="b">
+<td>org.apache.commons.cli.CommandLine</td>
+<td>public java.util.Properties 
getOptionProperties(org.apache.commons.cli.Option)</td>
+<td></td></tr></table></li></ul></div>
+          </td>
+        </tr>
+      </table>
+    </div>
+
+    <div class="footer">
+      <p>Copyright &copy;                    2002-2017
+                        <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
+            All Rights Reserved.</p>
+                </div>
+  </body>
+
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/cpd.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/cpd.html (original)
+++ websites/production/commons/content/proper/commons-cli/cpd.html Mon Mar 27 
09:21:54 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; CPD Results</title>
 
@@ -38,8 +38,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -107,8 +107,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -121,7 +121,7 @@
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
                     </li>
-                                                                               
                                                                                
                                                                                
                                                                  <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                                                
    <li class="expanded">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     <ul>
@@ -166,6 +166,10 @@
     JaCoCo Aggregate</a>
           </li>
                                      <li class="none">
+                  <a href="clirr-report.html" title="Clirr">
+    Clirr</a>
+          </li>
+                                     <li class="none">
                   <a href="checkstyle.html" title="Checkstyle">
     Checkstyle</a>
           </li>

Modified: 
websites/production/commons/content/proper/commons-cli/dependencies.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/dependencies.html 
(original)
+++ websites/production/commons/content/proper/commons-cli/dependencies.html 
Mon Mar 27 09:21:54 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Project Dependencies</title>
 
@@ -38,8 +38,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -107,8 +107,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -167,7 +167,7 @@
           </li>
                      </ul>
               </li>
-                                                                               
                                                                                
                                                                                
                                                        <li class="collapsed">
+                                                                               
                                                                                
                                                                                
                                                                          <li 
class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>
@@ -331,7 +331,7 @@
 <div class="section">
 <h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
 <ul>
-<li>commons-cli:commons-cli:jar:1.4 <img id="_img1" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; 
vertical-align: text-bottom;"></img><div id="_dep0" style="display:none">
+<li>commons-cli:commons-cli:jar:1.5-SNAPSHOT <img id="_img1" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; 
vertical-align: text-bottom;"></img><div id="_dep0" style="display:none">
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Apache Commons CLI</th></tr>

Modified: 
websites/production/commons/content/proper/commons-cli/dependency-convergence.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/dependency-convergence.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/dependency-convergence.html
 Mon Mar 27 09:21:54 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Dependency Convergence</title>
 
@@ -38,8 +38,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -107,8 +107,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -167,7 +167,7 @@
           </li>
                      </ul>
               </li>
-                                                                               
                                                                                
                                                                                
                                                        <li class="collapsed">
+                                                                               
                                                                                
                                                                                
                                                                          <li 
class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>

Modified: 
websites/production/commons/content/proper/commons-cli/dependency-info.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/dependency-info.html 
(original)
+++ websites/production/commons/content/proper/commons-cli/dependency-info.html 
Mon Mar 27 09:21:54 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Dependency Information</title>
 
@@ -38,8 +38,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -107,8 +107,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -167,7 +167,7 @@
           </li>
                      </ul>
               </li>
-                                                                               
                                                                                
                                                                                
                                                        <li class="collapsed">
+                                                                               
                                                                                
                                                                                
                                                                          <li 
class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>
@@ -276,36 +276,36 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;commons-cli&lt;/groupId&gt;
   &lt;artifactId&gt;commons-cli&lt;/artifactId&gt;
-  &lt;version&gt;1.4&lt;/version&gt;
+  &lt;version&gt;1.5-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
 <div class="source">
-<pre>'commons-cli:commons-cli:jar:1.4'</pre></div></div>
+<pre>'commons-cli:commons-cli:jar:1.5-SNAPSHOT'</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
 <div class="source">
-<pre>&lt;dependency org=&quot;commons-cli&quot; name=&quot;commons-cli&quot; 
rev=&quot;1.4&quot;&gt;
+<pre>&lt;dependency org=&quot;commons-cli&quot; name=&quot;commons-cli&quot; 
rev=&quot;1.5-SNAPSHOT&quot;&gt;
   &lt;artifact name=&quot;commons-cli&quot; type=&quot;jar&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
 <div class="source">
 <pre>@Grapes(
-@Grab(group='commons-cli', module='commons-cli', version='1.4')
+@Grab(group='commons-cli', module='commons-cli', version='1.5-SNAPSHOT')
 )</pre></div></div>
 <div class="section">
 <h3><a name="GradleGrails"></a>Gradle/Grails</h3><a name="GradleGrails"></a>
 <div class="source">
-<pre>compile 'commons-cli:commons-cli:1.4'</pre></div></div>
+<pre>compile 'commons-cli:commons-cli:1.5-SNAPSHOT'</pre></div></div>
 <div class="section">
 <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a>
 <div class="source">
-<pre>libraryDependencies += &quot;commons-cli&quot; % &quot;commons-cli&quot; 
% &quot;1.4&quot;</pre></div></div>
+<pre>libraryDependencies += &quot;commons-cli&quot; % &quot;commons-cli&quot; 
% &quot;1.5-SNAPSHOT&quot;</pre></div></div>
 <div class="section">
 <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
 <div class="source">
-<pre>[commons-cli &quot;1.4&quot;]</pre></div></div></div>
+<pre>[commons-cli &quot;1.5-SNAPSHOT&quot;]</pre></div></div></div>
           </td>
         </tr>
       </table>

Modified: 
websites/production/commons/content/proper/commons-cli/distribution-management.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/distribution-management.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/distribution-management.html
 Mon Mar 27 09:21:54 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Project Distribution Management</title>
 
@@ -38,8 +38,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -107,8 +107,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -167,7 +167,7 @@
           </li>
                      </ul>
               </li>
-                                                                               
                                                                                
                                                                                
                                                        <li class="collapsed">
+                                                                               
                                                                                
                                                                                
                                                                          <li 
class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>

Modified: 
websites/production/commons/content/proper/commons-cli/download_cli.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/download_cli.html 
(original)
+++ websites/production/commons/content/proper/commons-cli/download_cli.html 
Mon Mar 27 09:21:54 2017
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Download Apache Commons CLI</title>
 
@@ -39,8 +39,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -108,8 +108,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -122,7 +122,7 @@
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
                     </li>
-                                                                               
                                                                                
                                                                                
                                                        <li class="collapsed">
+                                                                               
                                                                                
                                                                                
                                                                          <li 
class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>

Modified: websites/production/commons/content/proper/commons-cli/findbugs.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/findbugs.html 
(original)
+++ websites/production/commons/content/proper/commons-cli/findbugs.html Mon 
Mar 27 09:21:54 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; FindBugs Bug Detector Report</title>
 
@@ -38,8 +38,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -107,8 +107,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -121,7 +121,7 @@
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
                     </li>
-                                                                               
                                                                                
                                                                                
                                                                  <li 
class="expanded">
+                                                                               
                                                                                
                                                                                
                                                                                
    <li class="expanded">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     <ul>
@@ -166,6 +166,10 @@
     JaCoCo Aggregate</a>
           </li>
                                      <li class="none">
+                  <a href="clirr-report.html" title="Clirr">
+    Clirr</a>
+          </li>
+                                     <li class="none">
                   <a href="checkstyle.html" title="Checkstyle">
     Checkstyle</a>
           </li>

Modified: websites/production/commons/content/proper/commons-cli/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/index.html (original)
+++ websites/production/commons/content/proper/commons-cli/index.html Mon Mar 
27 09:21:54 2017
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="commons-dev" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Home</title>
 
@@ -39,8 +39,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -108,8 +108,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -168,7 +168,7 @@
           </li>
                      </ul>
               </li>
-                                                                               
                                                                                
                                                                                
                                                        <li class="collapsed">
+                                                                               
                                                                                
                                                                                
                                                                          <li 
class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>

Modified: 
websites/production/commons/content/proper/commons-cli/integration.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/integration.html 
(original)
+++ websites/production/commons/content/proper/commons-cli/integration.html Mon 
Mar 27 09:21:54 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 13 March 2017
+ | Generated by Apache Maven Doxia at 27 March 2017
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170313" />
+    <meta name="Date-Revision-yyyymmdd" content="20170327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; CI Management</title>
 
@@ -38,8 +38,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-cli/";>Apache Commons CLI 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 13 March 2017</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 27 March 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 
1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -107,8 +107,8 @@
     Option properties</a>
           </li>
                              <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc (Current 1.4)">
-    Javadoc (Current 1.4)</a>
+                  <a href="apidocs/index.html" title="Javadoc (Current 
1.5-SNAPSHOT)">
+    Javadoc (Current 1.5-SNAPSHOT)</a>
           </li>
                              <li class="none">
                   <a href="javadocs/api-release/index.html" title="Javadoc 
(1.4)">
@@ -167,7 +167,7 @@
           </li>
                      </ul>
               </li>
-                                                                               
                                                                                
                                                                                
                                                        <li class="collapsed">
+                                                                               
                                                                                
                                                                                
                                                                          <li 
class="collapsed">
                   <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
                     </li>


Reply via email to