Modified: 
websites/production/commons/content/proper/commons-compress/cobertura/org.apache.commons.compress.utils.IOUtils.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/cobertura/org.apache.commons.compress.utils.IOUtils.html
 (original)
+++ 
websites/production/commons/content/proper/commons-compress/cobertura/org.apache.commons.compress.utils.IOUtils.html
 Sun Aug 31 19:27:46 2014
@@ -124,7 +124,7 @@
   <td class="src"><pre class="src">&nbsp;<span class="comment">     
*/</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;55</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span 
class="keyword">public</span> <span class="keyword">static</span> <span 
class="keyword">long</span> copy(<span class="keyword">final</span> InputStream 
input, <span class="keyword">final</span> OutputStream output) <span 
class="keyword">throws</span> IOException {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;56</td>  <td 
class="nbHitsCovered">&nbsp;752</td>  <td class="src"><pre class="src">&nbsp;   
     <span class="keyword">return</span> copy(input, output, 
COPY_BUF_SIZE);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;56</td>  <td 
class="nbHitsCovered">&nbsp;753</td>  <td class="src"><pre class="src">&nbsp;   
     <span class="keyword">return</span> copy(input, output, 
COPY_BUF_SIZE);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;57</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;58</td>  <td class="nbHits">&nbsp;</td>
@@ -155,15 +155,15 @@
   <td class="src"><pre class="src">&nbsp;<span class="comment">     
*/</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;71</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span 
class="keyword">public</span> <span class="keyword">static</span> <span 
class="keyword">long</span> copy(<span class="keyword">final</span> InputStream 
input, <span class="keyword">final</span> OutputStream output, <span 
class="keyword">int</span> buffersize) <span class="keyword">throws</span> 
IOException {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;72</td>  <td 
class="nbHitsCovered">&nbsp;752</td>  <td class="src"><pre class="src">&nbsp;   
     <span class="keyword">final</span> <span class="keyword">byte</span>[] 
buffer = <span class="keyword">new</span> <span 
class="keyword">byte</span>[buffersize];</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;73</td>  <td 
class="nbHitsCovered">&nbsp;752</td>  <td class="src"><pre class="src">&nbsp;   
     <span class="keyword">int</span> n = 0;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;74</td>  <td 
class="nbHitsCovered">&nbsp;752</td>  <td class="src"><pre class="src">&nbsp;   
     <span class="keyword">long</span> count=0;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;75</td>  <td class="nbHitsCovered"><a 
title="Line 75: Conditional coverage 100% (2/2).">&nbsp;1413</a></td>  <td 
class="src"><pre class="src">&nbsp;<a title="Line 75: Conditional coverage 100% 
(2/2).">        <span class="keyword">while</span> (-1 != (n = 
input.read(buffer))) {</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;76</td>  <td 
class="nbHitsCovered">&nbsp;661</td>  <td class="src"><pre class="src">&nbsp;   
         output.write(buffer, 0, n);</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;77</td>  <td 
class="nbHitsCovered">&nbsp;661</td>  <td class="src"><pre class="src">&nbsp;   
         count += n;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;72</td>  <td 
class="nbHitsCovered">&nbsp;753</td>  <td class="src"><pre class="src">&nbsp;   
     <span class="keyword">final</span> <span class="keyword">byte</span>[] 
buffer = <span class="keyword">new</span> <span 
class="keyword">byte</span>[buffersize];</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;73</td>  <td 
class="nbHitsCovered">&nbsp;753</td>  <td class="src"><pre class="src">&nbsp;   
     <span class="keyword">int</span> n = 0;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;74</td>  <td 
class="nbHitsCovered">&nbsp;753</td>  <td class="src"><pre class="src">&nbsp;   
     <span class="keyword">long</span> count=0;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;75</td>  <td class="nbHitsCovered"><a 
title="Line 75: Conditional coverage 100% (2/2).">&nbsp;1416</a></td>  <td 
class="src"><pre class="src">&nbsp;<a title="Line 75: Conditional coverage 100% 
(2/2).">        <span class="keyword">while</span> (-1 != (n = 
input.read(buffer))) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;76</td>  <td 
class="nbHitsCovered">&nbsp;663</td>  <td class="src"><pre class="src">&nbsp;   
         output.write(buffer, 0, n);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;77</td>  <td 
class="nbHitsCovered">&nbsp;663</td>  <td class="src"><pre class="src">&nbsp;   
         count += n;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;78</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;79</td>  <td 
class="nbHitsCovered">&nbsp;750</td>  <td class="src"><pre class="src">&nbsp;   
     <span class="keyword">return</span> count;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;79</td>  <td 
class="nbHitsCovered">&nbsp;751</td>  <td class="src"><pre class="src">&nbsp;   
     <span class="keyword">return</span> count;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;80</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;81</td>  <td class="nbHits">&nbsp;</td>
@@ -352,9 +352,9 @@
   <td class="src"><pre class="src">&nbsp;<span class="comment">     
*/</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;185</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span 
class="keyword">public</span> <span class="keyword">static</span> <span 
class="keyword">byte</span>[] toByteArray(<span class="keyword">final</span> 
InputStream input) <span class="keyword">throws</span> IOException 
{</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;186</td>  <td 
class="nbHitsCovered">&nbsp;34</td>  <td class="src"><pre class="src">&nbsp;    
    <span class="keyword">final</span> ByteArrayOutputStream output = <span 
class="keyword">new</span> ByteArrayOutputStream();</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;187</td>  <td 
class="nbHitsCovered">&nbsp;34</td>  <td class="src"><pre class="src">&nbsp;    
    copy(input, output);</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;188</td>  <td 
class="nbHitsCovered">&nbsp;34</td>  <td class="src"><pre class="src">&nbsp;    
    <span class="keyword">return</span> output.toByteArray();</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;186</td>  <td 
class="nbHitsCovered">&nbsp;35</td>  <td class="src"><pre class="src">&nbsp;    
    <span class="keyword">final</span> ByteArrayOutputStream output = <span 
class="keyword">new</span> ByteArrayOutputStream();</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;187</td>  <td 
class="nbHitsCovered">&nbsp;35</td>  <td class="src"><pre class="src">&nbsp;    
    copy(input, output);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;188</td>  <td 
class="nbHitsCovered">&nbsp;35</td>  <td class="src"><pre class="src">&nbsp;    
    <span class="keyword">return</span> output.toByteArray();</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;189</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;190</td>  <td class="nbHits">&nbsp;</td>
@@ -384,6 +384,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a 
href="http://cobertura.sourceforge.net/"; target="_top">Cobertura</a> 2.0.3 on 
7/12/14 7:50 AM.</div>
+<div class="footer">Report generated by <a 
href="http://cobertura.sourceforge.net/"; target="_top">Cobertura</a> 2.0.3 on 
8/31/14 9:15 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-compress/conventions.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/conventions.html 
(original)
+++ 
websites/production/commons/content/proper/commons-compress/conventions.html 
Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - 
       Conventions</title>
@@ -44,7 +44,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: websites/production/commons/content/proper/commons-compress/cpd.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/cpd.html 
(original)
+++ websites/production/commons/content/proper/commons-compress/cpd.html Sun 
Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - CPD Results</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-compress/dependencies.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/dependencies.html 
(original)
+++ 
websites/production/commons/content/proper/commons-compress/dependencies.html 
Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - Project Dependencies</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-compress/distribution-management.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/distribution-management.html
 (original)
+++ 
websites/production/commons/content/proper/commons-compress/distribution-management.html
 Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - Project Distribution Management</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-compress/download_compress.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/download_compress.html
 (original)
+++ 
websites/production/commons/content/proper/commons-compress/download_compress.html
 Sun Aug 31 19:27:46 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - 
     Download Apache Commons Compress</title>
@@ -45,7 +45,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -304,7 +304,7 @@ limitations under the License. --><!-- +
 
       
 <p>
-        The <a class="externalLink" 
href="http://www.apache.org/dist/commons/KEYS";>KEYS</a>
+        The <a class="externalLink" 
href="https://www.apache.org/dist/commons/KEYS";>KEYS</a>
         link links to the code signing keys used to sign the product.
         The <tt>PGP</tt> link downloads the OpenPGP compatible signature from 
our main site.
         The <tt>MD5</tt> link downloads the checksum from the main site.
@@ -324,18 +324,18 @@ limitations under the License. --><!-- +
               
 <td><a 
href="[preferred]/commons/compress/binaries/commons-compress-1.8.1-bin.tar.gz">commons-compress-1.8.1-bin.tar.gz</a></td>
               
-<td><a class="externalLink" 
href="http://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.tar.gz.md5";>md5</a></td>
+<td><a class="externalLink" 
href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.tar.gz.md5";>md5</a></td>
               
-<td><a class="externalLink" 
href="http://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.tar.gz.asc";>pgp</a></td>
+<td><a class="externalLink" 
href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           
 <tr class="b">
               
 <td><a 
href="[preferred]/commons/compress/binaries/commons-compress-1.8.1-bin.zip">commons-compress-1.8.1-bin.zip</a></td>
               
-<td><a class="externalLink" 
href="http://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.zip.md5";>md5</a></td>
+<td><a class="externalLink" 
href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.zip.md5";>md5</a></td>
               
-<td><a class="externalLink" 
href="http://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.zip.asc";>pgp</a></td>
+<td><a class="externalLink" 
href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </div>
@@ -349,18 +349,18 @@ limitations under the License. --><!-- +
               
 <td><a 
href="[preferred]/commons/compress/source/commons-compress-1.8.1-src.tar.gz">commons-compress-1.8.1-src.tar.gz</a></td>
               
-<td><a class="externalLink" 
href="http://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.tar.gz.md5";>md5</a></td>
+<td><a class="externalLink" 
href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.tar.gz.md5";>md5</a></td>
               
-<td><a class="externalLink" 
href="http://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.tar.gz.asc";>pgp</a></td>
+<td><a class="externalLink" 
href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.tar.gz.asc";>pgp</a></td>
           </tr>
           
 <tr class="b">
               
 <td><a 
href="[preferred]/commons/compress/source/commons-compress-1.8.1-src.zip">commons-compress-1.8.1-src.zip</a></td>
               
-<td><a class="externalLink" 
href="http://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.zip.md5";>md5</a></td>
+<td><a class="externalLink" 
href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.zip.md5";>md5</a></td>
               
-<td><a class="externalLink" 
href="http://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.zip.asc";>pgp</a></td>
+<td><a class="externalLink" 
href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </div>

Modified: 
websites/production/commons/content/proper/commons-compress/examples.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/examples.html 
(original)
+++ websites/production/commons/content/proper/commons-compress/examples.html 
Sun Aug 31 19:27:46 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - 
     Commons Compress Examples</title>
@@ -45,7 +45,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -745,6 +745,15 @@ pIn.close();
           for Java</a> library.</p>
 
         
+<p>When you try to open an XZ stream for reading using
+        <tt>CompressorStreamFactory</tt>, Commons Compress will
+        check whether the XZ for Java library is available.  Starting
+        with Compress 1.9 the result of this check will be cached
+        unless Compress finds OSGi classes in its classpath.  You can
+        use <tt>XZUtils#setCacheXZAvailability</tt> to overrride
+        this default behavior.</p>
+
+        
 <p>Uncompressing a given XZ compressed file (you would
           certainly add exception handling and make sure all streams
           get closed properly):</p>

Modified: 
websites/production/commons/content/proper/commons-compress/findbugs.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/findbugs.html 
(original)
+++ websites/production/commons/content/proper/commons-compress/findbugs.html 
Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - FindBugs Bug Detector Report</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -289,7 +289,7 @@
 <th>Errors</th>
 <th>Missing Classes</th></tr>
 <tr class="b">
-<td>194</td>
+<td>200</td>
 <td>0</td>
 <td>0</td>
 <td>0</td></tr></table></div>

Modified: websites/production/commons/content/proper/commons-compress/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/index.html 
(original)
+++ websites/production/commons/content/proper/commons-compress/index.html Sun 
Aug 31 19:27:46 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - 
         Overview</title>
@@ -45,7 +45,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-compress/integration.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/integration.html 
(original)
+++ 
websites/production/commons/content/proper/commons-compress/integration.html 
Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - Continuous Integration</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -261,7 +261,7 @@
 <h2>Access<a name="Access"></a></h2><a name="Access"></a>
 <p>The following is a link to the continuous integration system used by the 
project.</p>
 <div class="source">
-<pre><a class="externalLink" 
href="http://vmbuild.apache.org/continuum/";>http://vmbuild.apache.org/continuum/</a></pre></div></div>
+<pre><a class="externalLink" 
href="https://continuum-ci.apache.org/";>https://continuum-ci.apache.org/</a></pre></div></div>
 <div class="section">
 <h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a>
 <p>No notifiers are defined. Please check back at a later date.</p></div>

Modified: 
websites/production/commons/content/proper/commons-compress/issue-tracking.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/issue-tracking.html 
(original)
+++ 
websites/production/commons/content/proper/commons-compress/issue-tracking.html 
Sun Aug 31 19:27:46 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - 
     Commons Compress Issue tracking</title>
@@ -45,7 +45,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-compress/jdepend-report.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/jdepend-report.html 
(original)
+++ 
websites/production/commons/content/proper/commons-compress/jdepend-report.html 
Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - JDepend Report Metrics</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -357,14 +357,14 @@
 <td>1</td></tr>
 <tr class="b">
 <td><a 
href="#org.apache.commons.compress.archivers.sevenz">org.apache.commons.compress.archivers.sevenz</a></td>
-<td>30</td>
-<td>29</td>
-<td>1</td>
+<td>35</td>
+<td>33</td>
+<td>2</td>
 <td>1</td>
 <td>11</td>
-<td>3.0%</td>
+<td>6.0%</td>
 <td>92.0%</td>
-<td>5.0%</td>
+<td>3.0%</td>
 <td>1</td></tr>
 <tr class="a">
 <td><a 
href="#org.apache.commons.compress.archivers.tar">org.apache.commons.compress.archivers.tar</a></td>
@@ -478,8 +478,8 @@
 <td>1</td></tr>
 <tr class="a">
 <td><a 
href="#org.apache.commons.compress.compressors.xz">org.apache.commons.compress.compressors.xz</a></td>
-<td>3</td>
-<td>3</td>
+<td>4</td>
+<td>4</td>
 <td>0</td>
 <td>1</td>
 <td>5</td>
@@ -682,9 +682,9 @@
 <tr class="b">
 <td>1</td>
 <td>11</td>
-<td>3.0%</td>
+<td>6.0%</td>
 <td>92.0%</td>
-<td>5.0%</td></tr></table>
+<td>3.0%</td></tr></table>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Abstract Classes</th>
@@ -692,8 +692,8 @@
 <th>Used by Packages</th>
 <th>Uses Packages</th></tr>
 <tr class="b">
-<td>org.apache.commons.compress.archivers.sevenz.CoderBase<br /></td>
-<td>org.apache.commons.compress.archivers.sevenz.AES256SHA256Decoder<br 
/>org.apache.commons.compress.archivers.sevenz.AES256SHA256Decoder$1<br 
/>org.apache.commons.compress.archivers.sevenz.Archive<br 
/>org.apache.commons.compress.archivers.sevenz.BindPair<br 
/>org.apache.commons.compress.archivers.sevenz.BoundedRandomAccessFileInputStream<br
 />org.apache.commons.compress.archivers.sevenz.Coder<br 
/>org.apache.commons.compress.archivers.sevenz.Coders<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$1<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$BCJDecoder<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$BCJDecoder$1<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$BZIP2Decoder<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$CopyDecoder<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$DeflateDecoder<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$DummyByteAddingInputStream<br
 />org.apache.commons.compress.archivers.sevenz
 .Coders$LZMADecoder<br 
/>org.apache.commons.compress.archivers.sevenz.DeltaDecoder<br 
/>org.apache.commons.compress.archivers.sevenz.Folder<br 
/>org.apache.commons.compress.archivers.sevenz.LZMA2Decoder<br 
/>org.apache.commons.compress.archivers.sevenz.NID<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZFile<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZMethod<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZOutputFile<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZOutputFile$1<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZOutputFile$OutputStreamWrapper<br
 />org.apache.commons.compress.archivers.sevenz.StartHeader<br 
/>org.apache.commons.compress.archivers.sevenz.StreamMap<br 
/>org.apache.commons.compress.archivers.sevenz.SubStreamsInfo<br /></td>
+<td>org.apache.commons.compress.archivers.sevenz.CLI$Mode<br 
/>org.apache.commons.compress.archivers.sevenz.CoderBase<br /></td>
+<td>org.apache.commons.compress.archivers.sevenz.AES256SHA256Decoder<br 
/>org.apache.commons.compress.archivers.sevenz.AES256SHA256Decoder$1<br 
/>org.apache.commons.compress.archivers.sevenz.Archive<br 
/>org.apache.commons.compress.archivers.sevenz.BindPair<br 
/>org.apache.commons.compress.archivers.sevenz.BoundedRandomAccessFileInputStream<br
 />org.apache.commons.compress.archivers.sevenz.CLI<br 
/>org.apache.commons.compress.archivers.sevenz.CLI$1<br 
/>org.apache.commons.compress.archivers.sevenz.CLI$Mode$1<br 
/>org.apache.commons.compress.archivers.sevenz.CLI$Mode$2<br 
/>org.apache.commons.compress.archivers.sevenz.Coder<br 
/>org.apache.commons.compress.archivers.sevenz.Coders<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$1<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$BCJDecoder<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$BCJDecoder$1<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$BZIP2Decoder<br 
/>org.apache.commons.compress.archivers
 .sevenz.Coders$CopyDecoder<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$DeflateDecoder<br 
/>org.apache.commons.compress.archivers.sevenz.Coders$DummyByteAddingInputStream<br
 />org.apache.commons.compress.archivers.sevenz.Coders$LZMADecoder<br 
/>org.apache.commons.compress.archivers.sevenz.DeltaDecoder<br 
/>org.apache.commons.compress.archivers.sevenz.Folder<br 
/>org.apache.commons.compress.archivers.sevenz.LZMA2Decoder<br 
/>org.apache.commons.compress.archivers.sevenz.NID<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZFile<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZMethod<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZOutputFile<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZOutputFile$1<br 
/>org.apache.commons.compress.archivers.sevenz.SevenZOutputFile$OutputStreamWrapper<br
 />org.apache.
 commons.compress.archivers.sevenz.StartHeader<br 
/>org.apache.commons.compress.archivers.sevenz.StreamMap<br 
/>org.apache.commons.compress.archivers.sevenz.SubStreamsInfo<br /></td>
 <td>org.apache.commons.compress.archivers<br /></td>
 <td>java.io<br />java.lang<br />java.security<br />java.util<br 
/>java.util.zip<br />javax.crypto<br />javax.crypto.spec<br 
/>org.apache.commons.compress.archivers<br 
/>org.apache.commons.compress.compressors.bzip2<br 
/>org.apache.commons.compress.utils<br />org.tukaani.xz<br 
/></td></tr></table><a name="org.apache.commons.compress.archivers.tar"></a>
 <h3>org.apache.commons.compress.archivers.tar<a 
name="org.apache.commons.compress.archivers.tar"></a></h3>
@@ -968,7 +968,7 @@
 <th>Uses Packages</th></tr>
 <tr class="b">
 <td><i>None</i></td>
-<td>org.apache.commons.compress.compressors.xz.XZCompressorInputStream<br 
/>org.apache.commons.compress.compressors.xz.XZCompressorOutputStream<br 
/>org.apache.commons.compress.compressors.xz.XZUtils<br /></td>
+<td>org.apache.commons.compress.compressors.xz.XZCompressorInputStream<br 
/>org.apache.commons.compress.compressors.xz.XZCompressorOutputStream<br 
/>org.apache.commons.compress.compressors.xz.XZUtils<br 
/>org.apache.commons.compress.compressors.xz.XZUtils$CachedAvailability<br 
/></td>
 <td>org.apache.commons.compress.compressors<br /></td>
 <td>java.io<br />java.lang<br />java.util<br 
/>org.apache.commons.compress.compressors<br />org.tukaani.xz<br 
/></td></tr></table><a name="org.apache.commons.compress.compressors.z"></a>
 <h3>org.apache.commons.compress.compressors.z<a 
name="org.apache.commons.compress.compressors.z"></a></h3>

Modified: 
websites/production/commons/content/proper/commons-compress/jira-report.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/jira-report.html 
(original)
+++ 
websites/production/commons/content/proper/commons-compress/jira-report.html 
Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - JIRA Report</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -439,6 +439,22 @@
 <td>Closed</td></tr>
 <tr class="a">
 <td>1.9</td>
+<td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-287";>COMPRESS-287</a></td>
+<td>Archivers</td>
+<td>Support for 7z archives using &quot;kDummy&quot;</td>
+<td>Bug</td>
+<td>Fixed</td>
+<td>Closed</td></tr>
+<tr class="b">
+<td>1.9</td>
+<td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-286";>COMPRESS-286</a></td>
+<td>Archivers</td>
+<td>Error while expanding 7z java.io.EOFException</td>
+<td>Bug</td>
+<td>Fixed</td>
+<td>Resolved</td></tr>
+<tr class="a">
+<td>1.9</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-263";>COMPRESS-263</a></td>
 <td>Compressors</td>
 <td>Add DEFLATE support</td>
@@ -694,6 +710,14 @@
 <td>Fixed</td>
 <td>Resolved</td></tr>
 <tr class="a">
+<td>1.7</td>
+<td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-147";>COMPRESS-147</a></td>
+<td>Compressors</td>
+<td>Add a Snappy decompressor</td>
+<td>Wish</td>
+<td>Fixed</td>
+<td>Resolved</td></tr>
+<tr class="b">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-283";>COMPRESS-283</a></td>
 <td>Archivers</td>
@@ -701,7 +725,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-240";>COMPRESS-240</a></td>
 <td>Archivers</td>
@@ -709,7 +733,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-239";>COMPRESS-239</a></td>
 <td>Archivers</td>
@@ -717,7 +741,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-237";>COMPRESS-237</a></td>
 <td>Archivers</td>
@@ -725,7 +749,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-236";>COMPRESS-236</a></td>
 <td>Archivers</td>
@@ -733,7 +757,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-229";>COMPRESS-229</a></td>
 <td>Archivers</td>
@@ -741,7 +765,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-228";>COMPRESS-228</a></td>
 <td>Archivers</td>
@@ -749,7 +773,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-227";>COMPRESS-227</a></td>
 <td>Archivers</td>
@@ -757,7 +781,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-223";>COMPRESS-223</a></td>
 <td>Archivers</td>
@@ -765,7 +789,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-180";>COMPRESS-180</a></td>
 <td></td>
@@ -773,7 +797,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-234";>COMPRESS-234</a></td>
 <td>Archivers</td>
@@ -781,7 +805,7 @@
 <td>Improvement</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-232";>COMPRESS-232</a></td>
 <td>Archivers</td>
@@ -789,7 +813,7 @@
 <td>Improvement</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-225";>COMPRESS-225</a></td>
 <td>Compressors</td>
@@ -797,7 +821,7 @@
 <td>Improvement</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-226";>COMPRESS-226</a></td>
 <td>Archivers</td>
@@ -805,7 +829,7 @@
 <td>New Feature</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-111";>COMPRESS-111</a></td>
 <td>Compressors</td>
@@ -813,7 +837,7 @@
 <td>New Feature</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>1.6</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-54";>COMPRESS-54</a></td>
 <td>Archivers</td>
@@ -821,7 +845,7 @@
 <td>New Feature</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>1.5</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-221";>COMPRESS-221</a></td>
 <td></td>
@@ -829,7 +853,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>1.5</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-219";>COMPRESS-219</a></td>
 <td>Archivers</td>
@@ -837,7 +861,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>1.5</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-218";>COMPRESS-218</a></td>
 <td>Compressors, Documentation</td>
@@ -845,7 +869,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="b">
+<tr class="a">
 <td>1.5</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-213";>COMPRESS-213</a></td>
 <td></td>
@@ -853,7 +877,7 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
-<tr class="a">
+<tr class="b">
 <td>1.5</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-212";>COMPRESS-212</a></td>
 <td></td>
@@ -861,6 +885,14 @@
 <td>Bug</td>
 <td>Fixed</td>
 <td>Resolved</td></tr>
+<tr class="a">
+<td>1.5</td>
+<td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-206";>COMPRESS-206</a></td>
+<td>Compressors</td>
+<td>TarArchiveOutputStream sometimes writes garbage beyond the end of the 
archive</td>
+<td>Bug</td>
+<td>Fixed</td>
+<td>Resolved</td></tr>
 <tr class="b">
 <td>1.5</td>
 <td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-205";>COMPRESS-205</a></td>
@@ -1052,38 +1084,6 @@
 <td>TarUtils.formatLongOctalOrBinaryBytes() assumes the field will be 12 bytes 
long</td>
 <td>Bug</td>
 <td>Fixed</td>
-<td>Resolved</td></tr>
-<tr class="b">
-<td>1.4</td>
-<td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-178";>COMPRESS-178</a></td>
-<td>Archivers</td>
-<td>TarArchiveInputStream throws IllegalArgumentException instead of 
IOException</td>
-<td>Bug</td>
-<td>Fixed</td>
-<td>Resolved</td></tr>
-<tr class="a">
-<td>1.4</td>
-<td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-177";>COMPRESS-177</a></td>
-<td>Archivers</td>
-<td>TarArchiveInputStream rejects valid TAR file</td>
-<td>Bug</td>
-<td>Fixed</td>
-<td>Resolved</td></tr>
-<tr class="b">
-<td>1.4</td>
-<td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-176";>COMPRESS-176</a></td>
-<td>Archivers</td>
-<td>ArchiveInputStream#getNextEntry(): Problems with WinZip directories with 
Umlauts</td>
-<td>Bug</td>
-<td>Fixed</td>
-<td>Resolved</td></tr>
-<tr class="a">
-<td>1.4</td>
-<td><a class="externalLink" 
href="https://issues.apache.org/jira/browse/COMPRESS-175";>COMPRESS-175</a></td>
-<td>Archivers</td>
-<td>GNU Tar sometimes uses binary encoding for UID and GID</td>
-<td>Bug</td>
-<td>Fixed</td>
 <td>Resolved</td></tr></table></div>
                                        </td>
                                </tr>

Modified: 
websites/production/commons/content/proper/commons-compress/limitations.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/limitations.html 
(original)
+++ 
websites/production/commons/content/proper/commons-compress/limitations.html 
Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - 
       Known Limitations and Problems</title>
@@ -44,7 +44,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -300,8 +300,6 @@
 <div class="section">
 <h2>BZIP2<a name="BZIP2"></a></h2>
        
-<p>We are not aware of any problems.</p>
-       
 <p>Versions of Compress prior to 1.4.1 are vulnerable to a
        possible denial of service attack, see the <a 
href="security.html">Security Reports</a> page for details.</p>
      </div>
@@ -317,7 +315,7 @@
        
 <ul>
          
-<li>CompressorStreamFactory is not able to auto-detect
+<li><tt>CompressorStreamFactory</tt> is not able to auto-detect
          streams using DEFLATE compression.</li>
        </ul>
      </div>
@@ -415,8 +413,9 @@
        
 <ul>
          
-<li>In Compress 1.7 and 1.8 CompressorStreamFactory is not
-         able to auto-detect streams using .Z compression.</li>
+<li>In Compress 1.7 and 1.8
+         <tt>CompressorStreamFactory</tt> is not able to
+         auto-detect streams using .Z compression.</li>
          
 <li>read-only support</li>
        </ul>
@@ -440,10 +439,10 @@
          
 <li>no support for encryption or multi-volume archives</li>
          
-<li>In versions prior to Compress 1.6 ZipArchiveEntries read
-         from an archive will contain non-zero millisecond values when
-         using Java8 rather than the expected two-second
-         granularity.</li>
+<li>In versions prior to Compress 1.6
+         <tt>ZipArchiveEntries</tt> read from an archive will
+         contain non-zero millisecond values when using Java8 rather
+         than the expected two-second granularity.</li>
          
 <li>Compress 1.7 has a known bug where the very first entry
          of an archive will not be read correctly by

Modified: 
websites/production/commons/content/proper/commons-compress/mail-lists.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/mail-lists.html 
(original)
+++ websites/production/commons/content/proper/commons-compress/mail-lists.html 
Sun Aug 31 19:27:46 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - 
     Commons Compress Mailing Lists</title>
@@ -45,7 +45,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-compress/pack200.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/pack200.html 
(original)
+++ websites/production/commons/content/proper/commons-compress/pack200.html 
Sun Aug 31 19:27:46 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - 
     Commons Compress Pack200 Package</title>
@@ -45,7 +45,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: websites/production/commons/content/proper/commons-compress/pmd.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/pmd.html 
(original)
+++ websites/production/commons/content/proper/commons-compress/pmd.html Sun 
Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - PMD Results</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -314,7 +314,16 @@
 <th>Line</th></tr>
 <tr class="b">
 <td>Avoid modifying an outer loop incrementer in an inner loop for update 
expression</td>
-<td><a 
href="./xref/org/apache/commons/compress/compressors/bzip2/BlockSort.html#624">624</a>
 - <a 
href="./xref/org/apache/commons/compress/compressors/bzip2/BlockSort.html#765">765</a></td></tr></table></div></div>
+<td><a 
href="./xref/org/apache/commons/compress/compressors/bzip2/BlockSort.html#624">624</a>
 - <a 
href="./xref/org/apache/commons/compress/compressors/bzip2/BlockSort.html#765">765</a></td></tr></table></div>
+<div class="section">
+<h3>org/apache/commons/compress/compressors/xz/XZUtils.java<a 
name="orgapachecommonscompresscompressorsxzXZUtils.java"></a></h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>Avoid unused imports such as 
'java.util.concurrent.atomic.AtomicInteger'</td>
+<td><a 
href="./xref/org/apache/commons/compress/compressors/xz/XZUtils.html#23">23</a></td></tr></table></div></div>
                                        </td>
                                </tr>
                        </table>

Modified: websites/production/commons/content/proper/commons-compress/pmd.xml
==============================================================================
Binary files - no diff available.

Modified: 
websites/production/commons/content/proper/commons-compress/project-info.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/project-info.html 
(original)
+++ 
websites/production/commons/content/proper/commons-compress/project-info.html 
Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - Project Information</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-compress/project-reports.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/project-reports.html
 (original)
+++ 
websites/production/commons/content/proper/commons-compress/project-reports.html
 Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - Generated Reports</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-compress/project-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/project-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-compress/project-summary.html
 Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - Project Summary</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-compress/rat-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/rat-report.html 
(original)
+++ websites/production/commons/content/proper/commons-compress/rat-report.html 
Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - Rat (Release Audit Tool) results</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -283,13 +283,13 @@
 *****************************************************
 Summary
 -------
-Generated at: 2014-07-12T07:50:55+02:00
+Generated at: 2014-08-31T21:15:31+02:00
 Notes: 4
 Binaries: 6
 Archives: 0
-Standards: 269
+Standards: 274
 
-Apache Licensed: 269
+Apache Licensed: 274
 Generated Documents: 0
 
 JavaDocs are generated and so license header is optional
@@ -372,6 +372,7 @@ Archives:
   AL    
src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZMethodConfiguration.java
   AL    
src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.java
   AL    src/main/java/org/apache/commons/compress/archivers/sevenz/Archive.java
+  AL    src/main/java/org/apache/commons/compress/archivers/sevenz/CLI.java
   AL    
src/main/java/org/apache/commons/compress/archivers/sevenz/BindPair.java
   AL    
src/main/java/org/apache/commons/compress/archivers/sevenz/StartHeader.java
   AL    
src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
@@ -563,16 +564,20 @@ Archives:
   AL    
src/test/java/org/apache/commons/compress/compressors/bzip2/PythonTruncatedBzip2Test.java
   AL    
src/test/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStreamTest.java
   AL    
src/test/java/org/apache/commons/compress/compressors/pack200/Pack200UtilsTest.java
+  AL    
src/test/java/org/apache/commons/compress/compressors/xz/XZCompressorInputStreamTest.java
+  AL    
src/test/java/org/apache/commons/compress/compressors/xz/XZUtilsTestCase.java
   AL    
src/test/java/org/apache/commons/compress/compressors/GzipUtilsTestCase.java
   AL    src/test/java/org/apache/commons/compress/compressors/XZTestCase.java
   AL    src/test/java/org/apache/commons/compress/compressors/GZipTestCase.java
   AL    
src/test/java/org/apache/commons/compress/compressors/BZip2TestCase.java
+  AL    
src/test/java/org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStreamTest.java
+  AL    
src/test/java/org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStreamTest.java
+  AL    
src/test/java/org/apache/commons/compress/compressors/deflate/DeflateParametersTest.java
   AL    
src/test/java/org/apache/commons/compress/compressors/FramedSnappyTestCase.java
   AL    src/test/java/org/apache/commons/compress/compressors/ZTestCase.java
   AL    
src/test/java/org/apache/commons/compress/compressors/Pack200TestCase.java
   AL    
src/test/java/org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStreamTest.java
   AL    
src/test/java/org/apache/commons/compress/compressors/BZip2UtilsTestCase.java
-  AL    
src/test/java/org/apache/commons/compress/compressors/XZUtilsTestCase.java
   AL    
src/test/java/org/apache/commons/compress/changes/ChangeSetTestCase.java
   AL    src/test/java/org/apache/commons/compress/DetectArchiverTestCase.java
   AL    src/test/java/org/apache/commons/compress/ArchiveReadTests.java

Modified: 
websites/production/commons/content/proper/commons-compress/security.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/security.html 
(original)
+++ websites/production/commons/content/proper/commons-compress/security.html 
Sun Aug 31 19:27:46 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - 
         Commons Compress Security Reports</title>
@@ -45,7 +45,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-compress/source-repository.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-compress/source-repository.html
 (original)
+++ 
websites/production/commons/content/proper/commons-compress/source-repository.html
 Sun Aug 31 19:27:46 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 12 July 2014
+ | Generated by Apache Maven Doxia at 31 August 2014
  | 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="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20140712" />
+    <meta name="Date-Revision-yyyymmdd" content="20140831" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons Compress - Source Repository</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-compress/";>Apache Commons 
Compress &trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 12 July 2014</li>
+            <li id="publishDate">Last Published: 31 August 2014</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.9-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">


Reply via email to