You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ki...@apache.org on 2017/09/03 05:34:10 UTC

svn commit: r1017635 [10/40] - in /websites/production/commons/content/proper/commons-csv: ./ apidocs/ apidocs/org/apache/commons/csv/ apidocs/org/apache/commons/csv/class-use/ apidocs/src-html/org/apache/commons/csv/ images/ jacoco-aggregate/ jacoco-a...

Modified: websites/production/commons/content/proper/commons-csv/changes-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/changes-report.html (original)
+++ websites/production/commons/content/proper/commons-csv/changes-report.html Sun Sep  3 05:34:03 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 10 July 2016
+ | Generated by Apache Maven Doxia at 03 September 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="20160710" />
+    <meta name="Date-Revision-yyyymmdd" content="20170903" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CSV &#x2013; Release Notes</title>
 
@@ -20,12 +20,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -43,8 +38,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 10 July 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 03 September 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5.1-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -116,6 +111,10 @@
     Javadoc trunk</a>
           </li>
                              <li class="none">
+                  <a href="archives/1.5/apidocs/index.html" title="Javadoc 1.5">
+    Javadoc 1.5</a>
+          </li>
+                             <li class="none">
                   <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
     Javadoc 1.4</a>
           </li>
@@ -198,16 +197,16 @@
     Rat Report</a>
           </li>
                                      <li class="none">
-                  <a href="clirr-report.html" title="Clirr">
-    Clirr</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 Test">
-    JaCoCo Test</a>
+                  <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">
                   <a href="checkstyle.html" title="Checkstyle">
@@ -305,6 +304,10 @@
     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>
@@ -335,8 +338,8 @@
 <th>Description</th></tr>
 <tr class="b">
 <td><a href="#a1.5">1.5</a></td>
-<td>2016-MM-DD</td>
-<td>Bug fix release</td></tr>
+<td>2017-08-26</td>
+<td>Feature and bug fix release</td></tr>
 <tr class="a">
 <td><a href="#a1.4">1.4</a></td>
 <td>2016-05-28</td>
@@ -358,23 +361,63 @@
 <td>2014-08-14</td>
 <td>First release</td></tr></table></div>
 <div class="section">
-<h3 id="a1.5">Release 1.5 &#x2013; 2016-MM-DD</h3>
+<h3 id="a1.5">Release 1.5 &#x2013; 2017-08-26</h3>
 <table border="0" class="bodyTable">
 <tr class="b">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
 <tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>withNullString value is printed without quotes when QuoteMode.ALL is specified; add QuoteMode.ALL_NON_NULL. PR #17. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-203">CSV-203</a>. Thanks to Richard Wheeldon, Kai Paroth.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Fix outdated comments about FileReader in CSVParser #13. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-194">CSV-194</a>. Thanks to Marc Prud'hommeaux.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Fix incorrect method name 'withFirstRowAsHeader' in user guide. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-193">CSV-193</a>. Thanks to Matthias Wiehl.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Negative numeric values in the first column are always quoted in minimal mode. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-171">CSV-171</a>. Thanks to Gary Gregory, Michael Graessle, Adrian Bridgett.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Update platform requirement from Java 6 to 7. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-187">CSV-187</a>. Thanks to Gary Gregory.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
+<td><img src="images/update.gif" alt="Update" title="Update" /></td>
+<td>Do not use RuntimeException in CSVParser.iterator().new Iterator() {...}.getNextRecord(). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-201">CSV-201</a>. Thanks to Benedikt Ritter, Gary Gregory.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>CSVParser: Add factory method accepting InputStream. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-189">CSV-189</a>. Thanks to Peter Holzwarth, Gary Gregory.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>Add convenience API CSVFormat.print(File, Charset). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-190">CSV-190</a>. Thanks to Gary Gregory.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>Add convenience API CSVFormat.print(Path, Charset). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-191">CSV-191</a>. Thanks to Gary Gregory.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>Add convenience API CSVParser.parse(Path, Charset, CSVFormat). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-192">CSV-192</a>. Thanks to Gary Gregory.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="a">
+<td><img src="images/add.gif" alt="Add" title="Add" /></td>
+<td>Add convenience API CSVFormat#printer() to print to System.out. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-205">CSV-205</a>. Thanks to Gary Gregory.</td>
+<td><a href="team-list.html#ggregory">ggregory</a></td></tr>
+<tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Add convenience API CSVFormat.print(File, Charset) Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-???">CSV-???</a>. Thanks to Gary Gregory.</td>
+<td>Provide a CSV Format for printing PostgreSQL CSV and Text formats. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-207">CSV-207</a>. Thanks to Gary Gregory.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Add convenience API CSVFormat.print(Path, Charset) Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-???">CSV-???</a>. Thanks to Gary Gregory.</td>
+<td>Adding a placeholder in the Lexer and CSV parser to store the end-of-line string. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-214">CSV-214</a>. Thanks to Nitin Mahendru, Gary Gregory.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr></table></div>
 <div class="section">
 <h3 id="a1.4">Release 1.4 &#x2013; 2016-05-28</h3>
@@ -404,39 +447,39 @@
 <th>By</th></tr>
 <tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Add shortcut method for using first record as header to CSVFormat Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-179">CSV-179</a>.</td>
+<td>Add shortcut method for using first record as header to CSVFormat. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-179">CSV-179</a>.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Add withHeader(Class&lt;? extends Enum&gt;) to CSVFormat Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-180">CSV-180</a>.</td>
+<td>Add withHeader(Class&lt;? extends Enum&gt;) to CSVFormat. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-180">CSV-180</a>.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Comment line hides next record; update Javadoc to make behaviour clear Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-167">CSV-167</a>. Thanks to Rene.</td>
+<td>Comment line hides next record; update Javadoc to make behaviour clear. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-167">CSV-167</a>. Thanks to Rene.</td>
 <td><a href="team-list.html#sebb">sebb</a></td></tr>
 <tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>CSVPrinter doesn't skip creation of header record if skipHeaderRecord is set to true Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-153">CSV-153</a>. Thanks to Wren.</td>
+<td>CSVPrinter doesn't skip creation of header record if skipHeaderRecord is set to true. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-153">CSV-153</a>. Thanks to Wren.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
 <tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Add IgnoreCase option for accessing header names Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-159">CSV-159</a>. Thanks to Yamil Medina.</td>
+<td>Add IgnoreCase option for accessing header names. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-159">CSV-159</a>. Thanks to Yamil Medina.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>The null string should be case-sensitive when reading records Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-169">CSV-169</a>. Thanks to Gary Gregory.</td>
+<td>The null string should be case-sensitive when reading records. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-169">CSV-169</a>. Thanks to Gary Gregory.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>CSVFormat.nullString should not be escaped Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-168">CSV-168</a>. Thanks to Gary Gregory, cornel creanga.</td>
+<td>CSVFormat.nullString should not be escaped. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-168">CSV-168</a>. Thanks to Gary Gregory, cornel creanga.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>CSVFormat.MYSQL nullString should be &quot;\N&quot; Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-170">CSV-170</a>. Thanks to Gary Gregory, cornel creanga.</td>
+<td>CSVFormat.MYSQL nullString should be &quot;\N&quot;. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-170">CSV-170</a>. Thanks to Gary Gregory, cornel creanga.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Fix Javadoc to say CSVFormat with() methods return a new CSVFormat Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-161">CSV-161</a>. Thanks to Gary Gregory, Kristof Meixner, Emmanuel Bourg.</td>
+<td>Fix Javadoc to say CSVFormat with() methods return a new CSVFormat. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-161">CSV-161</a>. Thanks to Gary Gregory, Kristof Meixner, Emmanuel Bourg.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
@@ -459,11 +502,11 @@
 <th>By</th></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>CSVFormat.with* methods clear the header comments Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-145">CSV-145</a>. Thanks to Frank Ulbricht.</td>
+<td>CSVFormat.with* methods clear the header comments. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-145">CSV-145</a>. Thanks to Frank Ulbricht.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Incorrect Javadoc on QuoteMode.NONE Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-156">CSV-156</a>. Thanks to Jason Steenstra-Pickens.</td>
+<td>Incorrect Javadoc on QuoteMode.NONE. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-156">CSV-156</a>. Thanks to Jason Steenstra-Pickens.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
@@ -478,39 +521,39 @@
 <th>By</th></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>QuoteMode.NON_NUMERIC doesn't work with CSVPrinter.printRecords(ResultSet) Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-140">CSV-140</a>. Thanks to Damjan Jovanovic.</td>
+<td>QuoteMode.NON_NUMERIC doesn't work with CSVPrinter.printRecords(ResultSet). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-140">CSV-140</a>. Thanks to Damjan Jovanovic.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...) Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-130">CSV-130</a>. Thanks to Sergei Lebedev.</td>
+<td>CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-130">CSV-130</a>. Thanks to Sergei Lebedev.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>CSVFormat.EXCEL should ignore empty header names Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-128">CSV-128</a>.</td>
+<td>CSVFormat.EXCEL should ignore empty header names. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-128">CSV-128</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat withQuote() Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-132">CSV-132</a>. Thanks to Sascha Szott.</td>
+<td>Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat withQuote(). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-132">CSV-132</a>. Thanks to Sascha Szott.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Improve toString() implementation of CSVRecord Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-124">CSV-124</a>. Thanks to Kalyan.</td>
+<td>Improve toString() implementation of CSVRecord. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-124">CSV-124</a>. Thanks to Kalyan.</td>
 <td><a href="team-list.html#brentworden">brentworden</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Unified parameter validation Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-134">CSV-134</a>. Thanks to wu wen.</td>
+<td>Unified parameter validation. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-134">CSV-134</a>. Thanks to wu wen.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Add CSVFormat#with 0-arg methods matching boolean arg methods Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-129">CSV-129</a>.</td>
+<td>Add CSVFormat#with 0-arg methods matching boolean arg methods. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-129">CSV-129</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Save positions of records to enable random access Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-131">CSV-131</a>. Thanks to Holger Stratmann.</td>
+<td>Save positions of records to enable random access. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-131">CSV-131</a>. Thanks to Holger Stratmann.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>CSVPrinter.printRecord(ResultSet) with metadata Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-139">CSV-139</a>.</td>
+<td>CSVPrinter.printRecord(ResultSet) with metadata. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-139">CSV-139</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr></table></div>
 <div class="section">
 <h3 id="a1.0">Release 1.0 &#x2013; 2014-08-14</h3>
@@ -521,15 +564,15 @@
 <th>By</th></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>No longer works with Java 6 Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-125">CSV-125</a>.</td>
+<td>No longer works with Java 6. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-125">CSV-125</a>.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>NullPointerException when empty header string and and null string of &quot;&quot; Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-122">CSV-122</a>. Thanks to Mike Lewis.</td>
+<td>NullPointerException when empty header string and and null string of &quot;&quot;. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-122">CSV-122</a>. Thanks to Mike Lewis.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
 <tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Validate format parameters in constructor Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-117">CSV-117</a>.</td>
+<td>Validate format parameters in constructor. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-117">CSV-117</a>.</td>
 <td><a href="team-list.html#sebb">sebb</a></td></tr>
 <tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
@@ -537,11 +580,11 @@
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>CSVFormat#withHeader doesn't work with CSVPrinter Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-120">CSV-120</a>. Thanks to Sergei Lebedev.</td>
+<td>CSVFormat#withHeader doesn't work with CSVPrinter. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-120">CSV-120</a>. Thanks to Sergei Lebedev.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>CSVFormat is missing a print(...) method Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-119">CSV-119</a>. Thanks to Sergei Lebedev.</td>
+<td>CSVFormat is missing a print(...) method. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-119">CSV-119</a>. Thanks to Sergei Lebedev.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
@@ -550,149 +593,149 @@
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Check whether ISE/IAE are being used appropriately Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-113">CSV-113</a>.</td>
+<td>Check whether ISE/IAE are being used appropriately. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-113">CSV-113</a>.</td>
 <td><a href="team-list.html#sebb">sebb</a></td></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>CSVFormat constructor should reject a header array with duplicate
-        entries Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-114">CSV-114</a>.</td>
+        entries. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-114">CSV-114</a>.</td>
 <td><a href="team-list.html#sebb">sebb</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HeaderMap is inconsistent when it is parsed from an input with
-        duplicate columns names Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-112">CSV-112</a>.</td>
+        duplicate columns names. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-112">CSV-112</a>.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>CSVRecord.toMap() fails if row length shorter than header length Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-111">CSV-111</a>.</td>
+<td>CSVRecord.toMap() fails if row length shorter than header length. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-111">CSV-111</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>CSVFormat.format allways append null Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-106">CSV-106</a>.</td>
+<td>CSVFormat.format allways append null. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-106">CSV-106</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Add Map conversion API to CSVRecord Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-105">CSV-105</a>.</td>
+<td>Add Map conversion API to CSVRecord. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-105">CSV-105</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>CSVParser: getHeaderMap throws NPE Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-100">CSV-100</a>.</td>
+<td>CSVParser: getHeaderMap throws NPE. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-100">CSV-100</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Lots of possible changes Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-42">CSV-42</a>. Thanks to Bob Smith.</td>
+<td>Lots of possible changes. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-42">CSV-42</a>. Thanks to Bob Smith.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Use Character instead of char for char fields except delimiter Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-78">CSV-78</a>.</td>
+<td>Use Character instead of char for char fields except delimiter. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-78">CSV-78</a>.</td>
 <td><a href="team-list.html#sebb">sebb</a></td></tr>
 <tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Revert Builder implementation in CSVFormat Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-99">CSV-99</a>.</td>
+<td>Revert Builder implementation in CSVFormat. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-99">CSV-99</a>.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>CSVRecord does not verify that the length of the header mapping
-        matches the number of values Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-53">CSV-53</a>.</td>
+        matches the number of values. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-53">CSV-53</a>.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
 <tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Allow the handling of NULL values Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-93">CSV-93</a>.</td>
+<td>Allow the handling of NULL values. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-93">CSV-93</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Use the Builder pattern for CSVFormat Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-68">CSV-68</a>.</td>
+<td>Use the Builder pattern for CSVFormat. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-68">CSV-68</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Clarify comment handling Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-84">CSV-84</a>.</td>
+<td>Clarify comment handling. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-84">CSV-84</a>.</td>
 <td><a href="team-list.html#sebb">sebb</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>CSVParser.nextValue() seems pointless Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-25">CSV-25</a>.</td>
+<td>CSVParser.nextValue() seems pointless. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-25">CSV-25</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
 <tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Allow the String value for null to be customized for the CSV
-        printer Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-97">CSV-97</a>.</td>
+        printer. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-97">CSV-97</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Not possible to create a CSVFormat from scratch Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-88">CSV-88</a>.</td>
+<td>Not possible to create a CSVFormat from scratch. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-88">CSV-88</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Keep track of record number Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-52">CSV-52</a>.</td>
+<td>Keep track of record number. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-52">CSV-52</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Lexer should only use char fields Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-94">CSV-94</a>.</td>
+<td>Lexer should only use char fields. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-94">CSV-94</a>.</td>
 <td><a href="team-list.html#sebb">sebb</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Need a way to extract parsed headers, e.g. for use in formatting
-        output Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-92">CSV-92</a>.</td>
+        output. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-92">CSV-92</a>.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
 <tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Header support Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-65">CSV-65</a>.</td>
+<td>Header support. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-65">CSV-65</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Confusing semantic of the ignore leading/trailing spaces parameters Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-54">CSV-54</a>.</td>
+<td>Confusing semantic of the ignore leading/trailing spaces parameters. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-54">CSV-54</a>.</td>
 <td><a href="team-list.html#sebb">sebb</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Add convenience methods to CSVLexer Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-71">CSV-71</a>.</td>
+<td>Add convenience methods to CSVLexer. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-71">CSV-71</a>.</td>
 <td><a href="team-list.html#sebb">sebb</a></td></tr>
 <tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Is CharBuffer really needed, now that StringBuilder is available? Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-59">CSV-59</a>.</td>
+<td>Is CharBuffer really needed, now that StringBuilder is available?. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-59">CSV-59</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Replace while(true)-loop in CSVParser.getRecord with do-while-loop Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-55">CSV-55</a>.</td>
+<td>Replace while(true)-loop in CSVParser.getRecord with do-while-loop. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-55">CSV-55</a>.</td>
 <td><a href="team-list.html#britter">britter</a></td></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>CSVFormat describes itself as immutable, but it is not - in
-        particular it is not thread-safe Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-34">CSV-34</a>.</td>
+        particular it is not thread-safe. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-34">CSV-34</a>.</td>
 <td><a href="team-list.html#sebb">sebb</a></td></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Endless loops in CSV parser Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-36">CSV-36</a>.</td>
+<td>Endless loops in CSV parser. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-36">CSV-36</a>.</td>
 <td><a href="team-list.html#yonik">yonik</a></td></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>NullPointerException in CSVPrinter.print()/println() Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-13">CSV-13</a>.</td>
+<td>NullPointerException in CSVPrinter.print()/println(). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-13">CSV-13</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>CSVPrinter overhaul Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-45">CSV-45</a>.</td>
+<td>CSVPrinter overhaul. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-45">CSV-45</a>.</td>
 <td><a href="team-list.html#yonik">yonik</a></td></tr>
 <tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
-<td>Excel strategy uses wrong separator Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-23">CSV-23</a>.</td>
+<td>Excel strategy uses wrong separator. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-23">CSV-23</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>CSVStrategy has modifiable public static variables Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-49">CSV-49</a>. Thanks to Bob Smith.</td>
+<td>CSVStrategy has modifiable public static variables. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-49">CSV-49</a>. Thanks to Bob Smith.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
 <tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
-<td>Predefined format for MYSQL Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-48">CSV-48</a>.</td>
+<td>Predefined format for MYSQL. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-48">CSV-48</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Reduce visibility of methods in internal classes Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-46">CSV-46</a>.</td>
+<td>Reduce visibility of methods in internal classes. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-46">CSV-46</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
 <tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>ExtendedBufferedReader does too much Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-26">CSV-26</a>.</td>
+<td>ExtendedBufferedReader does too much. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-26">CSV-26</a>.</td>
 <td><a href="team-list.html#jacopoc">jacopoc</a></td></tr>
 <tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
-<td>Decide whether to keep the csv.writer subpackage Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-27">CSV-27</a>.</td>
+<td>Decide whether to keep the csv.writer subpackage. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CSV-27">CSV-27</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr></table></div></div>
           </td>
         </tr>
@@ -700,13 +743,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      <p>Copyright &copy;                    2017
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-csv/checkstyle.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/checkstyle.html (original)
+++ websites/production/commons/content/proper/commons-csv/checkstyle.html Sun Sep  3 05:34:03 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 10 July 2016
+ | Generated by Apache Maven Doxia at 03 September 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="20160710" />
+    <meta name="Date-Revision-yyyymmdd" content="20170903" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CSV &#x2013; Checkstyle Results</title>
 
@@ -20,12 +20,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -43,8 +38,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 10 July 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 03 September 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5.1-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -116,6 +111,10 @@
     Javadoc trunk</a>
           </li>
                              <li class="none">
+                  <a href="archives/1.5/apidocs/index.html" title="Javadoc 1.5">
+    Javadoc 1.5</a>
+          </li>
+                             <li class="none">
                   <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
     Javadoc 1.4</a>
           </li>
@@ -198,16 +197,16 @@
     Rat Report</a>
           </li>
                                      <li class="none">
-                  <a href="clirr-report.html" title="Clirr">
-    Clirr</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 Test">
-    JaCoCo Test</a>
+                  <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="checkstyle.html" title="Checkstyle">
@@ -305,6 +304,10 @@
     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>
@@ -326,7 +329,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.11.2 with /Users/bene/workspace/apache/commons/commons-csv/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.11.2 with /home/kinow/Development/java/apache/csv-release/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">
@@ -339,7 +342,7 @@
 <td>11</td>
 <td>0</td>
 <td>0</td>
-<td>2</td></tr></table></div>
+<td>0</td></tr></table></div>
 <div class="section">
 <h2><a name="Files"></a>Files</h2>
 <table border="0" class="bodyTable">
@@ -347,48 +350,19 @@
 <th>File</th>
 <th><img src="images/icon_info_sml.gif" alt="" />&#160;I</th>
 <th><img src="images/icon_warning_sml.gif" alt="" />&#160;W</th>
-<th><img src="images/icon_error_sml.gif" alt="" />&#160;E</th></tr>
-<tr class="b">
-<td><a href="#org.apache.commons.csv.CSVFormat.java">org/apache/commons/csv/CSVFormat.java</a></td>
-<td>0</td>
-<td>0</td>
-<td>2</td></tr></table></div>
-<div class="section">
-<h2><a name="Details"></a>Details</h2>
+<th><img src="images/icon_error_sml.gif" alt="" />&#160;E</th></tr></table></div>
 <div class="section">
-<h3 id="org.apache.commons.csv.CSVFormat.java">org/apache/commons/csv/CSVFormat.java</h3>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Severity</th>
-<th>Category</th>
-<th>Rule</th>
-<th>Message</th>
-<th>Line</th></tr>
-<tr class="b">
-<td><img src="images/icon_error_sml.gif" alt="" />&#160;Error</td>
-<td>regexp</td>
-<td>RegexpSingleline</td>
-<td>Line has trailing spaces.</td>
-<td><a href="./xref/org/apache/commons/csv/CSVFormat.html#L880">880</a></td></tr>
-<tr class="a">
-<td><img src="images/icon_error_sml.gif" alt="" />&#160;Error</td>
-<td>regexp</td>
-<td>RegexpSingleline</td>
-<td>Line has trailing spaces.</td>
-<td><a href="./xref/org/apache/commons/csv/CSVFormat.html#L901">901</a></td></tr></table></div></div>
+<h2><a name="Details"></a>Details</h2></div>
           </td>
         </tr>
       </table>
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      <p>Copyright &copy;                    2017
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-csv/checkstyle.rss
==============================================================================
Binary files - no diff available.

Modified: websites/production/commons/content/proper/commons-csv/dependencies.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/dependencies.html (original)
+++ websites/production/commons/content/proper/commons-csv/dependencies.html Sun Sep  3 05:34:03 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 10 July 2016
+ | Generated by Apache Maven Doxia at 03 September 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="20160710" />
+    <meta name="Date-Revision-yyyymmdd" content="20170903" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CSV &#x2013; Project Dependencies</title>
 
@@ -20,12 +20,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -43,8 +38,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 10 July 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 03 September 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5.1-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -116,6 +111,10 @@
     Javadoc trunk</a>
           </li>
                              <li class="none">
+                  <a href="archives/1.5/apidocs/index.html" title="Javadoc 1.5">
+    Javadoc 1.5</a>
+          </li>
+                             <li class="none">
                   <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
     Javadoc 1.4</a>
           </li>
@@ -289,6 +288,10 @@
     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>
@@ -324,9 +327,9 @@
 <tr class="b">
 <td>com.h2database</td>
 <td><a class="externalLink" href="http://www.h2database.com">h2</a></td>
-<td>1.4.182</td>
+<td>1.4.196</td>
 <td>jar</td>
-<td><a class="externalLink" href="http://h2database.com/html/license.html">MPL 2.0, and EPL 1.0</a></td></tr>
+<td><a class="externalLink" href="http://h2database.com/html/license.html">MPL 2.0 or EPL 1.0</a></td></tr>
 <tr class="a">
 <td>commons-io</td>
 <td><a class="externalLink" href="http://commons.apache.org/proper/commons-io/">commons-io</a></td>
@@ -342,9 +345,9 @@
 <tr class="a">
 <td>org.apache.commons</td>
 <td><a class="externalLink" href="http://commons.apache.org/proper/commons-lang/">commons-lang3</a></td>
-<td>3.4</td>
+<td>3.6</td>
 <td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr></table></div></div><a name="Project_Transitive_Dependencies"></a>
+<td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr></table></div></div><a name="Project_Transitive_Dependencies"></a>
 <div class="section">
 <h2><a name="Project_Transitive_Dependencies"></a>Project Transitive Dependencies</h2>
 <p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><a name="Project_Transitive_Dependencies_test"></a>
@@ -389,7 +392,7 @@
 <div class="section">
 <h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
 <ul>
-<li>org.apache.commons:commons-csv: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">
+<li>org.apache.commons:commons-csv:jar:1.5.1-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 CSV</th></tr>
@@ -398,7 +401,7 @@
 <p><b>Description: </b>The Apache Commons CSV library provides a simple interface for reading and writing
 CSV files of various types.</p>
 <p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/proper/commons-csv/">http://commons.apache.org/proper/commons-csv/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
+<p><b>Project Licenses: </b><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
 <ul>
 <li>junit:junit:jar:4.12 (test) <img id="_img3" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep2" style="display:none">
 <table border="0" class="bodyTable">
@@ -429,7 +432,7 @@ CSV files of various types.</p>
 file comparators, endian transformation classes, and much more.</p>
 <p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/proper/commons-io/">http://commons.apache.org/proper/commons-io/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.apache.commons:commons-lang3:jar:3.4 (test) <img id="_img9" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep8', '_img9' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep8" style="display:none">
+<li>org.apache.commons:commons-lang3:jar:3.6 (test) <img id="_img9" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep8', '_img9' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep8" style="display:none">
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Apache Commons Lang</th></tr>
@@ -439,8 +442,8 @@ file comparators, endian transformation
   classes that are in java.lang's hierarchy, or are considered to be so
   standard as to justify existence in java.lang.</p>
 <p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/proper/commons-lang/">http://commons.apache.org/proper/commons-lang/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
-<li>com.h2database:h2:jar:1.4.182 (test) <img id="_img11" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep10', '_img11' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep10" style="display:none">
+<p><b>Project Licenses: </b><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
+<li>com.h2database:h2:jar:1.4.196 (test) <img id="_img11" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep10', '_img11' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep10" style="display:none">
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>H2 Database Engine</th></tr>
@@ -448,10 +451,10 @@ file comparators, endian transformation
 <td>
 <p><b>Description: </b>H2 Database Engine</p>
 <p><b>URL: </b><a class="externalLink" href="http://www.h2database.com">http://www.h2database.com</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://h2database.com/html/license.html">MPL 2.0, and EPL 1.0</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://h2database.com/html/license.html">MPL 2.0 or EPL 1.0</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a>
 <div class="section">
 <h2><a name="Licenses"></a>Licenses</h2>
-<p><b>MPL 2.0, and EPL 1.0: </b>H2 Database Engine</p>
+<p><b>MPL 2.0 or EPL 1.0: </b>H2 Database Engine</p>
 <p><b>Eclipse Public License 1.0: </b>JUnit</p>
 <p><b>Apache License, Version 2.0: </b>Apache Commons CSV, Apache Commons IO, Apache Commons Lang</p>
 <p><b>New BSD License: </b>Hamcrest Core</p></div><a name="Dependency_File_Details"></a>
@@ -467,12 +470,12 @@ file comparators, endian transformation
 <th>Java Version</th>
 <th title="Indicates whether these dependencies have been compiled with debug information.">Debug Information</th></tr>
 <tr class="b">
-<td>h2-1.4.182.jar</td>
-<td>1.7 MB</td>
-<td>630</td>
-<td>627</td>
+<td>h2-1.4.196.jar</td>
+<td>1.8 MB</td>
+<td>697</td>
+<td>694</td>
 <td>35</td>
-<td>1.6</td>
+<td>1.7</td>
 <td>Yes</td></tr>
 <tr class="a">
 <td>commons-io-2.5.jar</td>
@@ -491,12 +494,12 @@ file comparators, endian transformation
 <td>1.5</td>
 <td>Yes</td></tr>
 <tr class="a">
-<td>commons-lang3-3.4.jar</td>
-<td>434.7 kB</td>
-<td>248</td>
-<td>224</td>
-<td>12</td>
-<td>1.6</td>
+<td>commons-lang3-3.6.jar</td>
+<td>494.9 kB</td>
+<td>292</td>
+<td>267</td>
+<td>13</td>
+<td>1.7</td>
 <td>Yes</td></tr>
 <tr class="b">
 <td>hamcrest-core-1.3.jar</td>
@@ -516,18 +519,18 @@ file comparators, endian transformation
 <th>Debug Information</th></tr>
 <tr class="b">
 <td>5</td>
-<td>2.7 MB</td>
-<td>1395</td>
-<td>1305</td>
-<td>87</td>
-<td>1.6</td>
+<td>2.9 MB</td>
+<td>1506</td>
+<td>1415</td>
+<td>88</td>
+<td>1.7</td>
 <td>5</td></tr>
 <tr class="a">
 <td>test: 5</td>
-<td>test: 2.7 MB</td>
-<td>test: 1395</td>
-<td>test: 1305</td>
-<td>test: 87</td>
+<td>test: 2.9 MB</td>
+<td>test: 1506</td>
+<td>test: 1415</td>
+<td>test: 88</td>
 <td>-</td>
 <td>test: 5</td></tr></table></div><a name="Dependency_Repository_Locations"></a>
 <div class="section">
@@ -544,57 +547,54 @@ file comparators, endian transformation
 <td>Yes</td>
 <td>No</td></tr>
 <tr class="a">
-<td>apache.snapshots</td>
-<td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td>
-<td>No</td>
+<td>repo.jenkins-ci.org</td>
+<td><a class="externalLink" href="http://repo.jenkins-ci.org/public/">http://repo.jenkins-ci.org/public/</a></td>
+<td>Yes</td>
 <td>Yes</td></tr></table>
 <p>Repository locations for each of the Dependencies.</p>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Artifact</th>
 <th>central</th>
-<th>apache.snapshots</th></tr>
+<th>repo.jenkins-ci.org</th></tr>
 <tr class="b">
-<td>com.h2database:h2:jar:1.4.182</td>
-<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.182/h2-1.4.182.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
-<td>-</td></tr>
+<td>com.h2database:h2:jar:1.4.196</td>
+<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.196/h2-1.4.196.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
+<td><a class="externalLink" href="http://repo.jenkins-ci.org/public//com/h2database/h2/1.4.196/h2-1.4.196.jar"><img alt="Found at http://repo.jenkins-ci.org/public/" src="images/icon_success_sml.gif" /></a></td></tr>
 <tr class="a">
 <td>commons-io:commons-io:jar:2.5</td>
 <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
-<td>-</td></tr>
+<td><a class="externalLink" href="http://repo.jenkins-ci.org/public//commons-io/commons-io/2.5/commons-io-2.5.jar"><img alt="Found at http://repo.jenkins-ci.org/public/" src="images/icon_success_sml.gif" /></a></td></tr>
 <tr class="b">
 <td>junit:junit:jar:4.12</td>
 <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
-<td>-</td></tr>
+<td><a class="externalLink" href="http://repo.jenkins-ci.org/public//junit/junit/4.12/junit-4.12.jar"><img alt="Found at http://repo.jenkins-ci.org/public/" src="images/icon_success_sml.gif" /></a></td></tr>
 <tr class="a">
-<td>org.apache.commons:commons-lang3:jar:3.4</td>
-<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
-<td>-</td></tr>
+<td>org.apache.commons:commons-lang3:jar:3.6</td>
+<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.6/commons-lang3-3.6.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
+<td><a class="externalLink" href="http://repo.jenkins-ci.org/public//org/apache/commons/commons-lang3/3.6/commons-lang3-3.6.jar"><img alt="Found at http://repo.jenkins-ci.org/public/" src="images/icon_success_sml.gif" /></a></td></tr>
 <tr class="b">
 <td>org.hamcrest:hamcrest-core:jar:1.3</td>
 <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
-<td>-</td></tr>
+<td><a class="externalLink" href="http://repo.jenkins-ci.org/public//org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"><img alt="Found at http://repo.jenkins-ci.org/public/" src="images/icon_success_sml.gif" /></a></td></tr>
 <tr class="a">
 <th>Total</th>
 <th>central</th>
-<th>apache.snapshots</th></tr>
+<th>repo.jenkins-ci.org</th></tr>
 <tr class="b">
 <td>5 (test: 5)</td>
 <td>5</td>
-<td>0</td></tr></table></div>
+<td>5</td></tr></table></div>
           </td>
         </tr>
       </table>
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      <p>Copyright &copy;                    2017
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-csv/dependency-convergence.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/dependency-convergence.html (original)
+++ websites/production/commons/content/proper/commons-csv/dependency-convergence.html Sun Sep  3 05:34:03 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 10 July 2016
+ | Generated by Apache Maven Doxia at 03 September 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="20160710" />
+    <meta name="Date-Revision-yyyymmdd" content="20170903" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CSV &#x2013; Dependency Convergence</title>
 
@@ -20,12 +20,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -43,8 +38,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 10 July 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 03 September 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5.1-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -116,6 +111,10 @@
     Javadoc trunk</a>
           </li>
                              <li class="none">
+                  <a href="archives/1.5/apidocs/index.html" title="Javadoc 1.5">
+    Javadoc 1.5</a>
+          </li>
+                             <li class="none">
                   <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
     Javadoc 1.4</a>
           </li>
@@ -289,6 +288,10 @@
     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>
@@ -337,13 +340,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      <p>Copyright &copy;                    2017
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-csv/dependency-info.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/dependency-info.html (original)
+++ websites/production/commons/content/proper/commons-csv/dependency-info.html Sun Sep  3 05:34:03 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 10 July 2016
+ | Generated by Apache Maven Doxia at 03 September 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="20160710" />
+    <meta name="Date-Revision-yyyymmdd" content="20170903" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CSV &#x2013; Dependency Information</title>
 
@@ -20,12 +20,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -43,8 +38,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 10 July 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 03 September 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5.1-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -116,6 +111,10 @@
     Javadoc trunk</a>
           </li>
                              <li class="none">
+                  <a href="archives/1.5/apidocs/index.html" title="Javadoc 1.5">
+    Javadoc 1.5</a>
+          </li>
+                             <li class="none">
                   <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
     Javadoc 1.4</a>
           </li>
@@ -289,6 +288,10 @@
     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>
@@ -316,49 +319,46 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
   &lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
-  &lt;version&gt;1.5-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;1.5.1-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>'org.apache.commons:commons-csv:jar:1.5-SNAPSHOT'</pre></div></div>
+<pre>'org.apache.commons:commons-csv:jar:1.5.1-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;org.apache.commons&quot; name=&quot;commons-csv&quot; rev=&quot;1.5-SNAPSHOT&quot;&gt;
+<pre>&lt;dependency org=&quot;org.apache.commons&quot; name=&quot;commons-csv&quot; rev=&quot;1.5.1-SNAPSHOT&quot;&gt;
   &lt;artifact name=&quot;commons-csv&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='org.apache.commons', module='commons-csv', version='1.5-SNAPSHOT')
+@Grab(group='org.apache.commons', module='commons-csv', version='1.5.1-SNAPSHOT')
 )</pre></div></div>
 <div class="section">
 <h3><a name="GradleGrails"></a>Gradle/Grails</h3><a name="GradleGrails"></a>
 <div class="source">
-<pre>compile 'org.apache.commons:commons-csv:1.5-SNAPSHOT'</pre></div></div>
+<pre>compile 'org.apache.commons:commons-csv:1.5.1-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;org.apache.commons&quot; % &quot;commons-csv&quot; % &quot;1.5-SNAPSHOT&quot;</pre></div></div>
+<pre>libraryDependencies += &quot;org.apache.commons&quot; % &quot;commons-csv&quot; % &quot;1.5.1-SNAPSHOT&quot;</pre></div></div>
 <div class="section">
 <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
 <div class="source">
-<pre>[org.apache.commons/commons-csv &quot;1.5-SNAPSHOT&quot;]</pre></div></div></div>
+<pre>[org.apache.commons/commons-csv &quot;1.5.1-SNAPSHOT&quot;]</pre></div></div></div>
           </td>
         </tr>
       </table>
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      <p>Copyright &copy;                    2017
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-csv/distribution-management.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/distribution-management.html (original)
+++ websites/production/commons/content/proper/commons-csv/distribution-management.html Sun Sep  3 05:34:03 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 10 July 2016
+ | Generated by Apache Maven Doxia at 03 September 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="20160710" />
+    <meta name="Date-Revision-yyyymmdd" content="20170903" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CSV &#x2013; Project Distribution Management</title>
 
@@ -20,12 +20,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -43,8 +38,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 10 July 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 03 September 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5.1-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -116,6 +111,10 @@
     Javadoc trunk</a>
           </li>
                              <li class="none">
+                  <a href="archives/1.5/apidocs/index.html" title="Javadoc 1.5">
+    Javadoc 1.5</a>
+          </li>
+                             <li class="none">
                   <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
     Javadoc 1.4</a>
           </li>
@@ -289,6 +288,10 @@
     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>
@@ -324,13 +327,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      <p>Copyright &copy;                    2017
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-csv/download_csv.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/download_csv.html (original)
+++ websites/production/commons/content/proper/commons-csv/download_csv.html Sun Sep  3 05:34:03 2017
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 10 July 2016
+ | Generated by Apache Maven Doxia at 03 September 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="Apache Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160710" />
+    <meta name="Date-Revision-yyyymmdd" content="20170903" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CSV &#x2013; Download Apache Commons CSV</title>
 
@@ -21,12 +21,7 @@
   <script type="text/javascript" src="./js/prettify.min.js"></script>
   <script type="text/javascript" src="./js/site.js"></script>
 
-                            
-<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
+              
       </head>
 
   <body class="composite">
@@ -44,8 +39,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 10 July 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 03 September 2017</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5.1-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -117,6 +112,10 @@
     Javadoc trunk</a>
           </li>
                              <li class="none">
+                  <a href="archives/1.5/apidocs/index.html" title="Javadoc 1.5">
+    Javadoc 1.5</a>
+          </li>
+                             <li class="none">
                   <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
     Javadoc 1.4</a>
           </li>
@@ -244,6 +243,10 @@
     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>
@@ -263,56 +266,7 @@
                       </div>
           </td>
           <td class="content">
-            <!-- Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License. --><!-- +======================================================================+
- |****                                                              ****|
- |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
- |****                    DO NOT EDIT DIRECTLY                      ****|
- |****                                                              ****|
- +======================================================================+
- | TEMPLATE FILE: download-page-template.xml                            |
- | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
- +======================================================================+
- |                                                                      |
- | 1) Re-generate using: mvn commons:download-page                      |
- |                                                                      |
- | 2) Set the following properties in the component's pom:              |
- |    - commons.componentid (required, alphabetic, lower case)          |
- |    - commons.release.version (required)                              |
- |    - commons.release.name    (required)                              |
- |    - commons.binary.suffix   (optional)                              |
- |      (defaults to "-bin", set to "" for pre-maven2 releases)         |
- |    - commons.release.desc    (optional)                              |
- |    - commons.release.subdir  (optional)                              |
- |                                                                      |
- |    - commons.release.2/3.version       (conditional)                 |
- |    - commons.release.2/3.name          (conditional)                 |
- |    - commons.release.2/3.binary.suffix (optional)                    |
- |    - commons.release.2/3.desc          (optional)                    |
- |    - commons.release.2/3.subdir        (optional)                    |
- |                                                                      |
- | 3) Example Properties                                                |
- |    (commons.release.name inherited by parent:                        |
- |     ${project.artifactId}-${commons.release.version}                 |
- |                                                                      |
- |  <properties>                                                        |
- |    <commons.componentid>math</commons.componentid>                   |
- |    <commons.release.version>1.2</commons.release.version>            |
- |  </properties>                                                       |
- |                                                                      |
- +======================================================================+ -->
+            
   
     <div class="section">
 <h2><a name="Download_Apache_Commons_CSV"></a>Download Apache Commons CSV</h2>
@@ -375,7 +329,7 @@ limitations under the License. --><!-- +
     </div>
     
 <div class="section">
-<h2><a name="Apache_Commons_CSV_1.4_Java_6.0"></a>Apache Commons CSV 1.4 (Java 6.0+)</h2>
+<h2><a name="Apache_Commons_CSV_1.5_Java_7"></a>Apache Commons CSV 1.5 (Java 7+)</h2>
       
 <div class="section">
 <h3><a name="Binaries"></a>Binaries</h3>
@@ -384,20 +338,20 @@ limitations under the License. --><!-- +
           
 <tr class="a">
               
-<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.4-bin.tar.gz">commons-csv-1.4-bin.tar.gz</a></td>
+<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.5-bin.tar.gz">commons-csv-1.5-bin.tar.gz</a></td>
               
-<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.4-bin.tar.gz.md5">md5</a></td>
+<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.5-bin.tar.gz.md5">md5</a></td>
               
-<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.4-bin.tar.gz.asc">pgp</a></td>
+<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.5-bin.tar.gz.asc">pgp</a></td>
           </tr>
           
 <tr class="b">
               
-<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.4-bin.zip">commons-csv-1.4-bin.zip</a></td>
+<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.5-bin.zip">commons-csv-1.5-bin.zip</a></td>
               
-<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.4-bin.zip.md5">md5</a></td>
+<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.5-bin.zip.md5">md5</a></td>
               
-<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.4-bin.zip.asc">pgp</a></td>
+<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.5-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </div>
@@ -409,20 +363,20 @@ limitations under the License. --><!-- +
           
 <tr class="a">
               
-<td><a href="[preferred]/commons/csv/source/commons-csv-1.4-src.tar.gz">commons-csv-1.4-src.tar.gz</a></td>
+<td><a href="[preferred]/commons/csv/source/commons-csv-1.5-src.tar.gz">commons-csv-1.5-src.tar.gz</a></td>
               
-<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.4-src.tar.gz.md5">md5</a></td>
+<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.5-src.tar.gz.md5">md5</a></td>
               
-<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.4-src.tar.gz.asc">pgp</a></td>
+<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.5-src.tar.gz.asc">pgp</a></td>
           </tr>
           
 <tr class="b">
               
-<td><a href="[preferred]/commons/csv/source/commons-csv-1.4-src.zip">commons-csv-1.4-src.zip</a></td>
+<td><a href="[preferred]/commons/csv/source/commons-csv-1.5-src.zip">commons-csv-1.5-src.zip</a></td>
               
-<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.4-src.zip.md5">md5</a></td>
+<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.5-src.zip.md5">md5</a></td>
               
-<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.4-src.zip.asc">pgp</a></td>
+<td><a class="externalLink" href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.5-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </div>
@@ -450,13 +404,10 @@ limitations under the License. --><!-- +
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+      <p>Copyright &copy;                    2017
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
+                </div>
   </body>
 
 </html>
\ No newline at end of file