Author: luc Date: Fri Dec 26 18:06:01 2014 New Revision: 934070 Log: publishing 3.4 website, first part
Modified: websites/production/commons/content/proper/commons-math/changes-report.html websites/production/commons/content/proper/commons-math/checkstyle.html websites/production/commons/content/proper/commons-math/clirr-report.html websites/production/commons/content/proper/commons-math/dependencies.html websites/production/commons/content/proper/commons-math/developers.html websites/production/commons/content/proper/commons-math/distribution-management.html websites/production/commons/content/proper/commons-math/download_math.html websites/production/commons/content/proper/commons-math/findbugs.html websites/production/commons/content/proper/commons-math/index.html websites/production/commons/content/proper/commons-math/integration.html websites/production/commons/content/proper/commons-math/issue-tracking.html websites/production/commons/content/proper/commons-math/jdepend-report.html websites/production/commons/content/proper/commons-math/jira-report.html websites/production/commons/content/proper/commons-math/mail-lists.html websites/production/commons/content/proper/commons-math/pmd.html websites/production/commons/content/proper/commons-math/pmd.xml websites/production/commons/content/proper/commons-math/project-info.html websites/production/commons/content/proper/commons-math/project-reports.html websites/production/commons/content/proper/commons-math/project-summary.html websites/production/commons/content/proper/commons-math/proposal.html websites/production/commons/content/proper/commons-math/rat-report.html websites/production/commons/content/proper/commons-math/source-repository.html websites/production/commons/content/proper/commons-math/surefire-report.html websites/production/commons/content/proper/commons-math/team-list.html websites/production/commons/content/proper/commons-math/userguide/analysis.html websites/production/commons/content/proper/commons-math/userguide/complex.html websites/production/commons/content/proper/commons-math/userguide/distribution.html websites/production/commons/content/proper/commons-math/userguide/exceptions.html websites/production/commons/content/proper/commons-math/userguide/filter.html websites/production/commons/content/proper/commons-math/userguide/fitting.html websites/production/commons/content/proper/commons-math/userguide/fraction.html websites/production/commons/content/proper/commons-math/userguide/genetics.html websites/production/commons/content/proper/commons-math/userguide/geometry.html websites/production/commons/content/proper/commons-math/userguide/index.html websites/production/commons/content/proper/commons-math/userguide/linear.html websites/production/commons/content/proper/commons-math/userguide/ml.html websites/production/commons/content/proper/commons-math/userguide/ode.html websites/production/commons/content/proper/commons-math/userguide/optimization.html websites/production/commons/content/proper/commons-math/userguide/overview.html websites/production/commons/content/proper/commons-math/userguide/random.html websites/production/commons/content/proper/commons-math/userguide/special.html websites/production/commons/content/proper/commons-math/userguide/stat.html websites/production/commons/content/proper/commons-math/userguide/transform.html websites/production/commons/content/proper/commons-math/userguide/utilities.html Modified: websites/production/commons/content/proper/commons-math/changes-report.html ============================================================================== --- websites/production/commons/content/proper/commons-math/changes-report.html (original) +++ websites/production/commons/content/proper/commons-math/changes-report.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Commons Math Release Notes</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> @@ -369,7 +369,7 @@ <th>Description</th></tr> <tr class="b"> <td><a href="#a3.4">3.4</a></td> -<td>2014-12-22</td> +<td>2014-12-26</td> <td>This is a minor release: It combines bug fixes and new features. Changes to existing features were made in a backwards-compatible way such as to allow drop-in replacement of the v3.3 JAR file. Most notable among the new features are: new distributions (Gumbel, Laplace, Logistic, Nakagami), and improvements on percentiles algorithms (better handling for NaNs in the regular algorithm, plus a new storeless implementation). Bicubic and tricubic interpolators have been fixed and new implementations added. There have been numerous bug fixes and several improvements on performances or robustness. See below for a full list. The minimum version of the Java platform required to compile and use Apache Commons Math is Java 5. Users are encouraged to upgrade to this version as this release not only includes bug fixes but also deprecates numerous classes and methods that will be deleted from the next major release (4.0). Caveat: 1. The implementation of the BOBYQA optimization algorithm is in alpha state (cf. MATH-621): Many code paths are untested, and we are looking for volunteers to improve the code readability, robustness and performance and to extend the unit tests suite. 2. A few methods in the FastMath class are in fact slower that their counterpart in either Math or StrictMath (cf. MATH-740 and MATH-901).</td></tr> <tr class="a"> <td><a href="#a3.3">3.3</a></td> @@ -416,7 +416,7 @@ <td>2004-12-06</td> <td>Apache Commons Math 1.0 - Initial Release</td></tr></table></div> <div class="section"> -<h3>Release 3.4 - 2014-12-22<a name="Release_3.4_-_2014-12-22"></a></h3><a name="a3.4"></a> +<h3>Release 3.4 - 2014-12-26<a name="Release_3.4_-_2014-12-26"></a></h3><a name="a3.4"></a> <table border="0" class="bodyTable"> <tr class="b"> <th>Type</th> Modified: websites/production/commons/content/proper/commons-math/checkstyle.html ============================================================================== --- websites/production/commons/content/proper/commons-math/checkstyle.html (original) +++ websites/production/commons/content/proper/commons-math/checkstyle.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Checkstyle Results</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/clirr-report.html ============================================================================== --- websites/production/commons/content/proper/commons-math/clirr-report.html (original) +++ websites/production/commons/content/proper/commons-math/clirr-report.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Clirr Results</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/dependencies.html ============================================================================== --- websites/production/commons/content/proper/commons-math/dependencies.html (original) +++ websites/production/commons/content/proper/commons-math/dependencies.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Project Dependencies</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/developers.html ============================================================================== --- websites/production/commons/content/proper/commons-math/developers.html (original) +++ websites/production/commons/content/proper/commons-math/developers.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Developers Guide</title> @@ -41,7 +41,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/distribution-management.html ============================================================================== --- websites/production/commons/content/proper/commons-math/distribution-management.html (original) +++ websites/production/commons/content/proper/commons-math/distribution-management.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Project Distribution Management</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/download_math.html ============================================================================== --- websites/production/commons/content/proper/commons-math/download_math.html (original) +++ websites/production/commons/content/proper/commons-math/download_math.html Fri Dec 26 18:06:01 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Commons Documentation Team" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Download Apache Commons Math</title> @@ -42,7 +42,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/findbugs.html ============================================================================== --- websites/production/commons/content/proper/commons-math/findbugs.html (original) +++ websites/production/commons/content/proper/commons-math/findbugs.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - FindBugs Bug Detector Report</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/index.html ============================================================================== --- websites/production/commons/content/proper/commons-math/index.html (original) +++ websites/production/commons/content/proper/commons-math/index.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Commons Math: The Apache Commons Mathematics Library</title> @@ -41,7 +41,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/integration.html ============================================================================== --- websites/production/commons/content/proper/commons-math/integration.html (original) +++ websites/production/commons/content/proper/commons-math/integration.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Continuous Integration</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/issue-tracking.html ============================================================================== --- websites/production/commons/content/proper/commons-math/issue-tracking.html (original) +++ websites/production/commons/content/proper/commons-math/issue-tracking.html Fri Dec 26 18:06:01 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Commons Documentation Team" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Commons Math Issue tracking</title> @@ -42,7 +42,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/jdepend-report.html ============================================================================== --- websites/production/commons/content/proper/commons-math/jdepend-report.html (original) +++ websites/production/commons/content/proper/commons-math/jdepend-report.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - JDepend Report Metrics</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/jira-report.html ============================================================================== --- websites/production/commons/content/proper/commons-math/jira-report.html (original) +++ websites/production/commons/content/proper/commons-math/jira-report.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - JIRA Report</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/mail-lists.html ============================================================================== --- websites/production/commons/content/proper/commons-math/mail-lists.html (original) +++ websites/production/commons/content/proper/commons-math/mail-lists.html Fri Dec 26 18:06:01 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Commons Documentation Team" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Commons Math Mailing Lists</title> @@ -42,7 +42,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/pmd.html ============================================================================== --- websites/production/commons/content/proper/commons-math/pmd.html (original) +++ websites/production/commons/content/proper/commons-math/pmd.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 19 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141219" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - PMD Results</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 19 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/pmd.xml ============================================================================== Binary files - no diff available. Modified: websites/production/commons/content/proper/commons-math/project-info.html ============================================================================== --- websites/production/commons/content/proper/commons-math/project-info.html (original) +++ websites/production/commons/content/proper/commons-math/project-info.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 19 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141219" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Project Information</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 19 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/project-reports.html ============================================================================== --- websites/production/commons/content/proper/commons-math/project-reports.html (original) +++ websites/production/commons/content/proper/commons-math/project-reports.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 19 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141219" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Generated Reports</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 19 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/project-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-math/project-summary.html (original) +++ websites/production/commons/content/proper/commons-math/project-summary.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Project Summary</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/proposal.html ============================================================================== --- websites/production/commons/content/proper/commons-math/proposal.html (original) +++ websites/production/commons/content/proper/commons-math/proposal.html Fri Dec 26 18:06:01 2014 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Robert Burrell Donkin" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Proposal for math Package</title> @@ -42,7 +42,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> Modified: websites/production/commons/content/proper/commons-math/rat-report.html ============================================================================== --- websites/production/commons/content/proper/commons-math/rat-report.html (original) +++ websites/production/commons/content/proper/commons-math/rat-report.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Rat (Release Audit Tool) results</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav"> @@ -367,7 +367,7 @@ ***************************************************** Summary ------- -Generated at: 2014-12-18T23:57:44+01:00 +Generated at: 2014-12-23T12:02:22+01:00 Notes: 5 Binaries: 22 Archives: 0 Modified: websites/production/commons/content/proper/commons-math/source-repository.html ============================================================================== --- websites/production/commons/content/proper/commons-math/source-repository.html (original) +++ websites/production/commons/content/proper/commons-math/source-repository.html Fri Dec 26 18:06:01 2014 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 18 December 2014 + | Generated by Apache Maven Doxia at 23 December 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="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20141218" /> + <meta name="Date-Revision-yyyymmdd" content="20141223" /> <meta http-equiv="Content-Language" content="en" /> <title>Math - Source Repository</title> @@ -40,7 +40,7 @@ <a class="brand" href="http://commons.apache.org/proper/commons-math/">Apache Commons Math ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 18 December 2014</li> + <li id="publishDate">Last Published: 23 December 2014</li> <li class="divider">|</li> <li id="projectVersion">Version: 3.4</li> </ul> <div class="pull-right"> <ul class="nav">