Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/dependency-convergence.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/dependency-convergence.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/dependency-convergence.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Reactor Dependency 
Convergence</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/dependency-info.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/dependency-info.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/dependency-info.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Dependency Information</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -228,36 +228,36 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
   &lt;artifactId&gt;commons-rng-examples&lt;/artifactId&gt;
-  &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;1.0&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-rng-examples:jar:1.0-SNAPSHOT'</pre></div></div>
+<pre>'org.apache.commons:commons-rng-examples:jar:1.0'</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-rng-examples&quot; rev=&quot;1.0-SNAPSHOT&quot;&gt;
+<pre>&lt;dependency org=&quot;org.apache.commons&quot; 
name=&quot;commons-rng-examples&quot; rev=&quot;1.0&quot;&gt;
   &lt;artifact name=&quot;commons-rng-examples&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-rng-examples', 
version='1.0-SNAPSHOT')
+@Grab(group='org.apache.commons', module='commons-rng-examples', version='1.0')
 )</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-rng-examples:1.0-SNAPSHOT'</pre></div></div>
+<pre>compile 'org.apache.commons:commons-rng-examples:1.0'</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-rng-examples&quot; % &quot;1.0-SNAPSHOT&quot;</pre></div></div>
+<pre>libraryDependencies += &quot;org.apache.commons&quot; % 
&quot;commons-rng-examples&quot; % &quot;1.0&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-rng-examples 
&quot;1.0-SNAPSHOT&quot;]</pre></div></div></div>
+<pre>[org.apache.commons/commons-rng-examples 
&quot;1.0&quot;]</pre></div></div></div>
           </td>
         </tr>
       </table>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/distribution-management.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/distribution-management.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/distribution-management.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Project Distribution 
Management</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/findbugs.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/findbugs.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/findbugs.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; FindBugs Bug Detector 
Report</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -275,19 +275,19 @@
 <td>Boxing/unboxing to parse a primitive 
org.apache.commons.rng.examples.stress.RandomStressTester.main(String[])</td>
 <td>PERFORMANCE</td>
 <td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_BOXED_PRIMITIVE_FOR_PARSING";>DM_BOXED_PRIMITIVE_FOR_PARSING</a></td>
-<td><a 
href="./xref/org/apache/commons/rng/examples/stress/RandomStressTester.html#L111">111</a></td>
+<td><a 
href="./xref/org/apache/commons/rng/examples/stress/RandomStressTester.html#L109">109</a></td>
 <td>High</td></tr>
 <tr class="b">
 <td>Found reliance on default encoding in 
org.apache.commons.rng.examples.stress.RandomStressTester.printFooter(File, 
long): new java.io.FileWriter(File, boolean)</td>
 <td>I18N</td>
 <td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_DEFAULT_ENCODING";>DM_DEFAULT_ENCODING</a></td>
-<td><a 
href="./xref/org/apache/commons/rng/examples/stress/RandomStressTester.html#L285">285</a></td>
+<td><a 
href="./xref/org/apache/commons/rng/examples/stress/RandomStressTester.html#L283">283</a></td>
 <td>High</td></tr>
 <tr class="a">
 <td>Found reliance on default encoding in 
org.apache.commons.rng.examples.stress.RandomStressTester.printHeader(File, 
UniformRandomProvider): new java.io.FileWriter(File, boolean)</td>
 <td>I18N</td>
 <td><a class="externalLink" 
href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_DEFAULT_ENCODING";>DM_DEFAULT_ENCODING</a></td>
-<td><a 
href="./xref/org/apache/commons/rng/examples/stress/RandomStressTester.html#L271">271</a></td>
+<td><a 
href="./xref/org/apache/commons/rng/examples/stress/RandomStressTester.html#L269">269</a></td>
 <td>High</td></tr></table></div>
           </td>
         </tr>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/index.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/index.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/index.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; About</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -222,9 +222,7 @@
           <td class="content">
             <div class="section">
 <h2><a name="About_Apache_Commons_RNG_Examples"></a>About Apache Commons RNG 
Examples</h2><a name="About_Apache_Commons_RNG_Examples"></a>
-<p>The Apache Commons RNG Examples module contains examples
-    of usage the random numbers generator implementations available
-    through the &quot;commons-rng-simple&quot; module.</p></div>
+<p>Examples of use of the random numbers generator implemented in the 
&quot;commons-rng-simple&quot; module.</p></div>
           </td>
         </tr>
       </table>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/integration.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/integration.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/integration.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; CI Management</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/issue-tracking.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/issue-tracking.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/issue-tracking.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Issue Management</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/jdepend-report.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/jdepend-report.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/jdepend-report.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; JDepend Report Metrics</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/jira-report.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/jira-report.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/jira-report.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; JIRA Report</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/mail-lists.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/mail-lists.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/mail-lists.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Project Mailing Lists</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/pmd.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/pmd.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/pmd.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; PMD Results</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -229,7 +229,7 @@
 <th>Line</th></tr>
 <tr class="b">
 <td>Avoid empty catch blocks</td>
-<td><a 
href="./xref/org/apache/commons/rng/examples/stress/RandomStressTester.html#L226">226</a>&#x2013;<a
 
href="./xref/org/apache/commons/rng/examples/stress/RandomStressTester.html#L228">228</a></td></tr></table></div></div>
+<td><a 
href="./xref/org/apache/commons/rng/examples/stress/RandomStressTester.html#L224">224</a>&#x2013;<a
 
href="./xref/org/apache/commons/rng/examples/stress/RandomStressTester.html#L226">226</a></td></tr></table></div></div>
           </td>
         </tr>
       </table>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/project-info.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/project-info.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/project-info.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Project Information</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -231,9 +231,7 @@
 <th>Description</th></tr>
 <tr class="b">
 <td><a href="index.html">About</a></td>
-<td>The Apache Commons RNG Examples module contains examples
-    of usage the random numbers generator implementations available
-    through the &quot;commons-rng-simple&quot; module.</td></tr>
+<td>Examples of use of the random numbers generator implemented in the 
&quot;commons-rng-simple&quot; module.</td></tr>
 <tr class="a">
 <td><a href="project-summary.html">Summary</a></td>
 <td>This document lists other related information of this project</td></tr>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/project-reports.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/project-reports.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/project-reports.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Generated Reports</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/project-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/project-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/project-summary.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Project Summary</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -233,9 +233,7 @@
 <td>Apache Commons RNG Examples</td></tr>
 <tr class="a">
 <td>Description</td>
-<td>The Apache Commons RNG Examples module contains examples
-    of usage the random numbers generator implementations available
-    through the &quot;commons-rng-simple&quot; module.</td></tr>
+<td>Examples of use of the random numbers generator implemented in the 
&quot;commons-rng-simple&quot; module.</td></tr>
 <tr class="b">
 <td>Homepage</td>
 <td><a class="externalLink" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>http://commons.apache.org/proper/commons-rng/commons-rng-examples/</a></td></tr></table></div>
@@ -265,7 +263,7 @@
 <td>commons-rng-examples</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>1.0-SNAPSHOT</td></tr>
+<td>1.0</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>jar</td></tr>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/rat-report.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/rat-report.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/rat-report.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Rat (Release Audit Tool) 
results</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -225,9 +225,9 @@
 *****************************************************
 Summary
 -------
-Generated at: 2016-11-23T15:34:42+01:00
+Generated at: 2016-12-12T17:13:53+01:00
 
-Notes: 0
+Notes: 2
 Binaries: 0
 Archives: 0
 Standards: 12
@@ -245,6 +245,7 @@ Generated files do not require license h
   Binary files (which do not require any license headers) will be marked B
   Compressed archives will be marked A
   Notices, licenses etc. will be marked N
+  N     
/home/gilles/devel/java/apache/commons-rng/trunk/commons-rng-examples/LICENSE.txt
   AL    
/home/gilles/devel/java/apache/commons-rng/trunk/commons-rng-examples/src/main/c/stdin2testu01.c
   AL    
/home/gilles/devel/java/apache/commons-rng/trunk/commons-rng-examples/src/main/java/org/apache/commons/rng/examples/package-info.java
   AL    
/home/gilles/devel/java/apache/commons-rng/trunk/commons-rng-examples/src/main/java/org/apache/commons/rng/examples/integration/package-info.java
@@ -257,6 +258,7 @@ Generated files do not require license h
   AL    
/home/gilles/devel/java/apache/commons-rng/trunk/commons-rng-examples/src/assembly/bin.xml
   AL    
/home/gilles/devel/java/apache/commons-rng/trunk/commons-rng-examples/pom_standalone.xml
   AL    
/home/gilles/devel/java/apache/commons-rng/trunk/commons-rng-examples/pom.xml
+  N     
/home/gilles/devel/java/apache/commons-rng/trunk/commons-rng-examples/NOTICE.txt
  
 *****************************************************
 </pre></div></div>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/source-repository.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/source-repository.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/source-repository.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Source Code Management</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/surefire-report.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/surefire-report.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/surefire-report.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Surefire Report</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/team-list.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/team-list.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/team-list.html
 Mon Dec 12 16:27:09 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 23 November 2016
+ | Generated by Apache Maven Doxia at 12 December 2016
  | 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="20161123" />
+    <meta name="Date-Revision-yyyymmdd" content="20161212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons RNG Examples &#x2013; Project Team</title>
 
@@ -40,8 +40,8 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/commons-rng-examples/";>Apache
 Commons RNG Examples &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 23 November 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 
1.0-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 12 December 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.0</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/index.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/index.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/index.html
 Mon Dec 12 16:27:09 2016
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Examples 1.0-SNAPSHOT 
Reference</title>
+               <title>Apache Commons RNG Examples 1.0 Reference</title>
        </head>
     <frameset cols="20%,80%">
                <frameset rows="30%,70%">

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/integration/ComputePi.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/integration/ComputePi.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/integration/ComputePi.html
 Mon Dec 12 16:27:09 2016
@@ -37,7 +37,7 @@
 <a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em 
class="jxr_javadoccomment"> * Hence, the probability is \( \frac{\pi}{4} 
\).</em>
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em 
class="jxr_javadoccomment"> *</em>
 <a class="jxr_linenumber" name="L31" href="#L31">31</a>  <em 
class="jxr_javadoccomment"> * The Monte Carlo simulation will produce \( N \) 
points.</em>
-<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <em 
class="jxr_javadoccomment"> * Defining \( N_c \) as the number of point that 
satisfy \( x^2 + y^2 &lt;= 1 \),</em>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <em 
class="jxr_javadoccomment"> * Defining \( N_c \) as the number of point that 
satisfy \( x^2 + y^2 \le 1 \),</em>
 <a class="jxr_linenumber" name="L33" href="#L33">33</a>  <em 
class="jxr_javadoccomment"> * we will have \( \frac{N_c}{N} \approx 
\frac{\pi}{4} \).</em>
 <a class="jxr_linenumber" name="L34" href="#L34">34</a>  <em 
class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="L35" href="#L35">35</a>  <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> 
<a 
href="../../../../../../org/apache/commons/rng/examples/integration/ComputePi.html">ComputePi</a>
 <strong class="jxr_keyword">extends</strong> <a 
href="../../../../../../org/apache/commons/rng/examples/integration/MonteCarloIntegration.html">MonteCarloIntegration</a>
 {

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/integration/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/integration/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/integration/package-frame.html
 Mon Dec 12 16:27:09 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Examples 1.0-SNAPSHOT Reference 
Package org.apache.commons.rng.examples.integration</title>
+               <title>Apache Commons RNG Examples 1.0 Reference Package 
org.apache.commons.rng.examples.integration</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/integration/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/integration/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/integration/package-summary.html
 Mon Dec 12 16:27:09 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Examples 1.0-SNAPSHOT Reference 
Package org.apache.commons.rng.examples.integration</title>
+               <title>Apache Commons RNG Examples 1.0 Reference Package 
org.apache.commons.rng.examples.integration</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/package-frame.html
 Mon Dec 12 16:27:09 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Examples 1.0-SNAPSHOT Reference 
Package org.apache.commons.rng.examples</title>
+               <title>Apache Commons RNG Examples 1.0 Reference Package 
org.apache.commons.rng.examples</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-examples/xref/org/apache/commons/rng/examples/package-summary.html
 Mon Dec 12 16:27:09 2016
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Examples 1.0-SNAPSHOT Reference 
Package org.apache.commons.rng.examples</title>
+               <title>Apache Commons RNG Examples 1.0 Reference Package 
org.apache.commons.rng.examples</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>


Reply via email to