Modified: 
websites/production/commons/content/proper/commons-release-plugin/pmd.html
==============================================================================
--- websites/production/commons/content/proper/commons-release-plugin/pmd.html 
(original)
+++ websites/production/commons/content/proper/commons-release-plugin/pmd.html 
Sat Jan 11 13:47:56 2025
@@ -1,15 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 09 November 2024
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-pmd-plugin:3.26.0:pmd at 11 Jan 2025
+ | Rendered using Apache Commons Skin
 -->
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; 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="20241109" />
-            <meta http-equiv="Content-Language" content="en" />
-        <title>Commons Release Plugin &#x2013; PMD Results</title>
+                        <title>PMD Results ? Commons Release Plugin</title>
 
     <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
     <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -24,7 +22,7 @@
       </head>
 
   <body class="composite">
-                      <a href="https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                      <a href="https://commons.apache.org/"; id="bannerLeft">
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
@@ -34,10 +32,9 @@
       <div class="navbar-inner">
         <div class="container-fluid">
           <a class="brand" 
href="https://commons.apache.org/proper/commons-release-plugin/";>Apache Commons 
Release Plugin &trade;</a>
-          <ul class="nav">      
-                    
-          <li id="publishDate">Last Published: 09 November 2024</li>
-    <li class="divider">|</li> <li id="projectVersion">Version: 1.8.3</li>
+          <ul class="nav">                    
+          <li id="publishDate">Last Published: 08 Jan 2025</li>
+    <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
   </ul>
           <div class="pull-right">  <ul class="nav">
             <li>
@@ -101,7 +98,7 @@
               </li>
                  </ul>
       <ul class="nav nav-list">
-                                 <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                 <li class="nav-header">Project 
Documentation</li>
                                                                                
                                                                                
                                                                                
                                                 <li class="collapsed">
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
@@ -111,11 +108,11 @@
     Project Reports</a>
                     <ul>
                               <li class="none">
-                  <a href="changes-report.html" title="Changes">
+                  <a href="changes.html" title="Changes">
     Changes</a>
           </li>
                                  <li class="none">
-                  <a href="jira-report.html" title="JIRA Report">
+                  <a href="jira-changes.html" title="JIRA Report">
     JIRA Report</a>
           </li>
                                  <li class="none">
@@ -273,49 +270,49 @@
                       </div>
           </td>
           <td class="content">
-                                                                          
<section>
-<h2><a name="PMD_Results"></a>PMD Results</h2><a name="PMD_Results"></a>
-<p>The following document contains the results of <a class="externalLink" 
href="https://pmd.github.io";>PMD</a> 7.6.0.</p><section>
-<h3><a name="Violations_By_Priority"></a>Violations By Priority</h3><a 
name="Violations_By_Priority"></a><section>
-<h4><a name="Priority_3"></a>Priority 3</h4><a name="Priority_3"></a><section>
-<h5><a 
name="org.2Fapache.2Fcommons.2Frelease.2Fplugin.2Fmojos.2FCommonsDistributionStagingMojo.java"></a>org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java</h5><a
 
name="org.2Fapache.2Fcommons.2Frelease.2Fplugin.2Fmojos.2FCommonsDistributionStagingMojo.java"></a>
-<table border="0" class="bodyTable">
+                                                                          
<section><a id="PMD_Results"></a>
+<h1>PMD Results</h1>
+<p>The following document contains the results of <a class="externalLink" 
href="https://pmd.github.io";>PMD</a> 7.9.0.</p><section><a 
id="Violations_By_Priority"></a>
+<h2>Violations By Priority</h2><section><a id="Priority_3"></a>
+<h3>Priority 3</h3><section><a 
id="org.2Fapache.2Fcommons.2Frelease.2Fplugin.2Fmojos.2FCommonsDistributionStagingMojo.java"></a>
+<h4>org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java</h4>
+<table class="bodyTable">
 <tr class="a">
 <th>Rule</th>
 <th>Violation</th>
 <th>Line</th></tr>
 <tr class="b">
-<td align="left"><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.6.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
+<td><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.9.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
 <td>Avoid unused method parameters such as 'copiedReleaseNotes'.</td>
 <td><a 
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.html#L342">342</a></td></tr>
 <tr class="a">
-<td align="left"><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.6.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
+<td><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.9.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
 <td>Avoid unused method parameters such as 'provider'.</td>
 <td><a 
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.html#L343">343</a></td></tr>
 <tr class="b">
-<td align="left"><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.6.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
+<td><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.9.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
 <td>Avoid unused method parameters such as 'repository'.</td>
-<td><a 
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.html#L344">344</a></td></tr></table></section></section></section><section>
-<h3><a name="Files"></a>Files</h3><a name="Files"></a><section>
-<h4><a 
name="org.2Fapache.2Fcommons.2Frelease.2Fplugin.2Fmojos.2FCommonsDistributionStagingMojo.java"></a>org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java</h4><a
 
name="org.2Fapache.2Fcommons.2Frelease.2Fplugin.2Fmojos.2FCommonsDistributionStagingMojo.java"></a>
-<table border="0" class="bodyTable">
+<td><a 
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.html#L344">344</a></td></tr></table></section></section></section><section><a
 id="Files"></a>
+<h2>Files</h2><section><a 
id="org.2Fapache.2Fcommons.2Frelease.2Fplugin.2Fmojos.2FCommonsDistributionStagingMojo.java"></a>
+<h3>org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java</h3>
+<table class="bodyTable">
 <tr class="a">
 <th>Rule</th>
 <th>Violation</th>
 <th>Priority</th>
 <th>Line</th></tr>
 <tr class="b">
-<td align="left"><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.6.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
+<td><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.9.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
 <td>Avoid unused method parameters such as 'copiedReleaseNotes'.</td>
 <td>3</td>
 <td><a 
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.html#L342">342</a></td></tr>
 <tr class="a">
-<td align="left"><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.6.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
+<td><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.9.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
 <td>Avoid unused method parameters such as 'provider'.</td>
 <td>3</td>
 <td><a 
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.html#L343">343</a></td></tr>
 <tr class="b">
-<td align="left"><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.6.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
+<td><a class="externalLink" 
href="https://docs.pmd-code.org/pmd-doc-7.9.0/pmd_rules_java_bestpractices.html#unusedformalparameter";>UnusedFormalParameter</a></td>
 <td>Avoid unused method parameters such as 'repository'.</td>
 <td>3</td>
 <td><a 
href="./xref/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.html#L344">344</a></td></tr></table></section></section></section>
@@ -325,13 +322,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018-2024
+      <p>Copyright &copy;                    2018-2025
                       <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
-                                        
-<div class="center">Apache Commons, Apache Commons Release Plugin, Apache, the 
Apache feather logo, and the Apache Commons project logos are trademarks of The 
Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
-                  </div>
+          </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/project-info.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/project-info.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/project-info.html
 Sat Jan 11 13:47:56 2025
@@ -1,15 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 09 November 2024
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-site-plugin:3.21.0:project-info at 11 Jan 2025
+ | Rendered using Apache Commons Skin
 -->
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; 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="20241109" />
-            <meta http-equiv="Content-Language" content="en" />
-        <title>Commons Release Plugin &#x2013; Project Information</title>
+                        <title>Project Information ? Commons Release 
Plugin</title>
 
     <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
     <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -24,7 +22,7 @@
       </head>
 
   <body class="composite">
-                      <a href="https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                      <a href="https://commons.apache.org/"; id="bannerLeft">
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
@@ -34,10 +32,9 @@
       <div class="navbar-inner">
         <div class="container-fluid">
           <a class="brand" 
href="https://commons.apache.org/proper/commons-release-plugin/";>Apache Commons 
Release Plugin &trade;</a>
-          <ul class="nav">      
-                    
-          <li id="publishDate">Last Published: 09 November 2024</li>
-    <li class="divider">|</li> <li id="projectVersion">Version: 1.8.3</li>
+          <ul class="nav">                    
+          <li id="publishDate">Last Published: 08 Jan 2025</li>
+    <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
   </ul>
           <div class="pull-right">  <ul class="nav">
             <li>
@@ -101,7 +98,7 @@
               </li>
                  </ul>
       <ul class="nav nav-list">
-                                 <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                 <li class="nav-header">Project 
Documentation</li>
                                                                                
                                                                                
                                                                                
                                                       <li class="expanded 
active">
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
@@ -270,62 +267,59 @@
           </td>
           <td class="content">
                                                                           
<section>
-<h2><a name="Project_Information"></a>Project Information</h2>
-<p>This document provides an overview of the various documents and links that 
are part of this project's general information. All of this content is 
automatically generated by <a class="externalLink" 
href="http://maven.apache.org";>Maven</a> on behalf of the project.</p><section>
-<h3><a name="Overview"></a>Overview</h3>
-<table border="0" class="bodyTable">
+<h1>Project Information</h1>
+<p>This document provides an overview of the various documents and links that 
are part of this project's general information. All of this content is 
automatically generated by <a class="externalLink" 
href="https://maven.apache.org";>Maven</a> on behalf of the project.</p><section>
+<h2>Overview</h2>
+<table class="bodyTable">
 <tr class="a">
 <th>Document</th>
 <th>Description</th></tr>
 <tr class="b">
-<td align="left"><a href="index.html">About</a></td>
-<td align="left">Apache Maven Mojo for Apache Commons Release tasks.</td></tr>
+<td><a href="index.html">About</a></td>
+<td>Apache Maven Mojo for Apache Commons Release tasks.</td></tr>
 <tr class="a">
-<td align="left"><a href="summary.html">Summary</a></td>
-<td align="left">This document lists other related information of this 
project</td></tr>
+<td><a href="summary.html">Summary</a></td>
+<td>This document lists other related information of this project</td></tr>
 <tr class="b">
-<td align="left"><a href="team.html">Team</a></td>
-<td align="left">This document provides information on the members of this 
project. These are the individuals who have contributed to the project in one 
form or another.</td></tr>
+<td><a href="team.html">Team</a></td>
+<td>This document provides information on the members of this project. These 
are the individuals who have contributed to the project in one form or 
another.</td></tr>
 <tr class="a">
-<td align="left"><a href="scm.html">Source Code Management</a></td>
-<td align="left">This document lists ways to access the online source 
repository.</td></tr>
+<td><a href="scm.html">Source Code Management</a></td>
+<td>This document lists ways to access the online source repository.</td></tr>
 <tr class="b">
-<td align="left"><a href="issue-management.html">Issue Management</a></td>
-<td align="left">This document provides information on the issue management 
system used in this project.</td></tr>
+<td><a href="issue-management.html">Issue Management</a></td>
+<td>This document provides information on the issue management system used in 
this project.</td></tr>
 <tr class="a">
-<td align="left"><a href="mailing-lists.html">Mailing Lists</a></td>
-<td align="left">This document provides subscription and archive information 
for this project's mailing lists.</td></tr>
+<td><a href="mailing-lists.html">Mailing Lists</a></td>
+<td>This document provides subscription and archive information for this 
project's mailing lists.</td></tr>
 <tr class="b">
-<td align="left"><a href="dependency-info.html">Maven Coordinates</a></td>
-<td align="left">This document describes how to include this project as a 
dependency using various dependency management tools.</td></tr>
+<td><a href="dependency-info.html">Maven Coordinates</a></td>
+<td>This document describes how to include this project as a dependency using 
various dependency management tools.</td></tr>
 <tr class="a">
-<td align="left"><a href="dependency-management.html">Dependency 
Management</a></td>
-<td align="left">This document lists the dependencies that are defined through 
dependencyManagement.</td></tr>
+<td><a href="dependency-management.html">Dependency Management</a></td>
+<td>This document lists the dependencies that are defined through 
dependencyManagement.</td></tr>
 <tr class="b">
-<td align="left"><a href="dependencies.html">Dependencies</a></td>
-<td align="left">This document lists the project's dependencies and provides 
information on each dependency.</td></tr>
+<td><a href="dependencies.html">Dependencies</a></td>
+<td>This document lists the project's dependencies and provides information on 
each dependency.</td></tr>
 <tr class="a">
-<td align="left"><a href="dependency-convergence.html">Dependency 
Convergence</a></td>
-<td align="left">This document presents the convergence of dependency versions 
across the entire project, and its sub modules.</td></tr>
+<td><a href="dependency-convergence.html">Dependency Convergence</a></td>
+<td>This document presents the convergence of dependency versions across the 
entire project, and its sub modules.</td></tr>
 <tr class="b">
-<td align="left"><a href="ci-management.html">CI Management</a></td>
-<td align="left">This document lists the continuous integration management 
system of this project for building and testing code on a frequent, regular 
basis.</td></tr>
+<td><a href="ci-management.html">CI Management</a></td>
+<td>This document lists the continuous integration management system of this 
project for building and testing code on a frequent, regular basis.</td></tr>
 <tr class="a">
-<td align="left"><a href="distribution-management.html">Distribution 
Management</a></td>
-<td align="left">This document provides informations on the distribution 
management of this project.</td></tr></table></section></section>
+<td><a href="distribution-management.html">Distribution Management</a></td>
+<td>This document provides informations on the distribution management of this 
project.</td></tr></table></section></section>
                       </td>
         </tr>
       </table>
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018-2024
+      <p>Copyright &copy;                    2018-2025
                       <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
-                                        
-<div class="center">Apache Commons, Apache Commons Release Plugin, Apache, the 
Apache feather logo, and the Apache Commons project logos are trademarks of The 
Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
-                  </div>
+          </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/project-reports.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/project-reports.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/project-reports.html
 Sat Jan 11 13:47:56 2025
@@ -1,15 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 09 November 2024
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-site-plugin:3.21.0:project-reports at 11 Jan 2025
+ | Rendered using Apache Commons Skin
 -->
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; 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="20241109" />
-            <meta http-equiv="Content-Language" content="en" />
-        <title>Commons Release Plugin &#x2013; Generated Reports</title>
+                        <title>Generated Reports ? Commons Release 
Plugin</title>
 
     <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
     <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -24,7 +22,7 @@
       </head>
 
   <body class="composite">
-                      <a href="https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                      <a href="https://commons.apache.org/"; id="bannerLeft">
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
@@ -34,10 +32,9 @@
       <div class="navbar-inner">
         <div class="container-fluid">
           <a class="brand" 
href="https://commons.apache.org/proper/commons-release-plugin/";>Apache Commons 
Release Plugin &trade;</a>
-          <ul class="nav">      
-                    
-          <li id="publishDate">Last Published: 09 November 2024</li>
-    <li class="divider">|</li> <li id="projectVersion">Version: 1.8.3</li>
+          <ul class="nav">                    
+          <li id="publishDate">Last Published: 08 Jan 2025</li>
+    <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
   </ul>
           <div class="pull-right">  <ul class="nav">
             <li>
@@ -101,7 +98,7 @@
               </li>
                  </ul>
       <ul class="nav nav-list">
-                                 <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                 <li class="nav-header">Project 
Documentation</li>
                                                                                
                                                                                
                                                                                
                                                 <li class="collapsed">
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
@@ -111,11 +108,11 @@
     Project Reports</a>
                     <ul>
                               <li class="none">
-                  <a href="changes-report.html" title="Changes">
+                  <a href="changes.html" title="Changes">
     Changes</a>
           </li>
                                  <li class="none">
-                  <a href="jira-report.html" title="JIRA Report">
+                  <a href="jira-changes.html" title="JIRA Report">
     JIRA Report</a>
           </li>
                                  <li class="none">
@@ -274,65 +271,62 @@
           </td>
           <td class="content">
                                                                           
<section>
-<h2><a name="Generated_Reports"></a>Generated Reports</h2>
-<p>This document provides an overview of the various reports that are 
automatically generated by <a class="externalLink" 
href="http://maven.apache.org";>Maven</a> . Each report is briefly described 
below.</p><section>
-<h3><a name="Overview"></a>Overview</h3>
-<table border="0" class="bodyTable">
+<h1>Generated Reports</h1>
+<p>This document provides an overview of the various reports that are 
automatically generated by <a class="externalLink" 
href="https://maven.apache.org";>Maven</a> . Each report is briefly described 
below.</p><section>
+<h2>Overview</h2>
+<table class="bodyTable">
 <tr class="a">
 <th>Document</th>
 <th>Description</th></tr>
 <tr class="b">
-<td align="left"><a href="changes-report.html">Changes</a></td>
-<td align="left">Changes report on releases of this project.</td></tr>
+<td><a href="changes.html">Changes</a></td>
+<td>Changes report on releases of this project.</td></tr>
 <tr class="a">
-<td align="left"><a href="jira-report.html">JIRA Report</a></td>
-<td align="left">Report on Issues from the JIRA Issue Tracking 
System.</td></tr>
+<td><a href="jira-changes.html">JIRA Report</a></td>
+<td>Report on Issues from the JIRA Issue Tracking System.</td></tr>
 <tr class="b">
-<td align="left"><a href="apidocs/index.html">Javadoc</a></td>
-<td align="left">Javadoc API documentation.</td></tr>
+<td><a href="apidocs/index.html">Javadoc</a></td>
+<td>Javadoc API documentation.</td></tr>
 <tr class="a">
-<td align="left"><a href="xref/index.html">Source Xref</a></td>
-<td align="left">HTML based, cross-reference version of Java source 
code.</td></tr>
+<td><a href="xref/index.html">Source Xref</a></td>
+<td>HTML based, cross-reference version of Java source code.</td></tr>
 <tr class="b">
-<td align="left"><a href="xref-test/index.html">Test Source Xref</a></td>
-<td align="left">HTML based, cross-reference version of Java test source 
code.</td></tr>
+<td><a href="xref-test/index.html">Test Source Xref</a></td>
+<td>HTML based, cross-reference version of Java test source code.</td></tr>
 <tr class="a">
-<td align="left"><a href="rat-report.html">Rat Report</a></td>
-<td align="left">Report on compliance to license related source code 
policies</td></tr>
+<td><a href="rat-report.html">Rat Report</a></td>
+<td>Report on compliance to license related source code policies</td></tr>
 <tr class="b">
-<td align="left"><a href="jacoco/index.html">JaCoCo</a></td>
-<td align="left">JaCoCo Coverage Report.</td></tr>
+<td><a href="jacoco/index.html">JaCoCo</a></td>
+<td>JaCoCo Coverage Report.</td></tr>
 <tr class="a">
-<td align="left"><a href="japicmp.html">japicmp</a></td>
-<td align="left">Comparing source compatibility of 
commons-release-plugin-1.8.3.jar against 
commons-release-plugin-1.8.2.jar</td></tr>
+<td><a href="japicmp.html">japicmp</a></td>
+<td>Comparing source compatibility of commons-release-plugin-1.9.0.jar against 
commons-release-plugin-1.8.3.jar</td></tr>
 <tr class="b">
-<td align="left"><a href="checkstyle.html">Checkstyle</a></td>
-<td align="left">Report on coding style conventions.</td></tr>
+<td><a href="checkstyle.html">Checkstyle</a></td>
+<td>Report on coding style conventions.</td></tr>
 <tr class="a">
-<td align="left"><a href="spotbugs.html">SpotBugs</a></td>
-<td align="left">Generates a source code report with the SpotBugs 
Library.</td></tr>
+<td><a href="spotbugs.html">SpotBugs</a></td>
+<td>Generates a source code report with the SpotBugs Library.</td></tr>
 <tr class="b">
-<td align="left"><a href="pmd.html">PMD</a></td>
-<td align="left">Verification of coding rules.</td></tr>
+<td><a href="pmd.html">PMD</a></td>
+<td>Verification of coding rules.</td></tr>
 <tr class="a">
-<td align="left"><a href="cpd.html">CPD</a></td>
-<td align="left">Duplicate code detection.</td></tr>
+<td><a href="cpd.html">CPD</a></td>
+<td>Duplicate code detection.</td></tr>
 <tr class="b">
-<td align="left"><a href="taglist.html">Tag List</a></td>
-<td align="left">Report on various tags found in the 
code.</td></tr></table></section></section>
+<td><a href="taglist.html">Tag List</a></td>
+<td>Report on various tags found in the 
code.</td></tr></table></section></section>
                       </td>
         </tr>
       </table>
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018-2024
+      <p>Copyright &copy;                    2018-2025
                       <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
-                                        
-<div class="center">Apache Commons, Apache Commons Release Plugin, Apache, the 
Apache feather logo, and the Apache Commons project logos are trademarks of The 
Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
-                  </div>
+          </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/rat-report.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/rat-report.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/rat-report.html
 Sat Jan 11 13:47:56 2025
@@ -1,15 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 09 November 2024
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.rat:apache-rat-plugin:0.16.1:rat at 11 Jan 2025
+ | Rendered using Apache Commons Skin
 -->
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; 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="20241109" />
-            <meta http-equiv="Content-Language" content="en" />
-        <title>Commons Release Plugin &#x2013; Rat (Release Audit Tool) 
results</title>
+                        <title>Rat (Release Audit Tool) results ? Commons 
Release Plugin</title>
 
     <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
     <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -24,7 +22,7 @@
       </head>
 
   <body class="composite">
-                      <a href="https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                      <a href="https://commons.apache.org/"; id="bannerLeft">
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
@@ -34,10 +32,9 @@
       <div class="navbar-inner">
         <div class="container-fluid">
           <a class="brand" 
href="https://commons.apache.org/proper/commons-release-plugin/";>Apache Commons 
Release Plugin &trade;</a>
-          <ul class="nav">      
-                    
-          <li id="publishDate">Last Published: 09 November 2024</li>
-    <li class="divider">|</li> <li id="projectVersion">Version: 1.8.3</li>
+          <ul class="nav">                    
+          <li id="publishDate">Last Published: 08 Jan 2025</li>
+    <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
   </ul>
           <div class="pull-right">  <ul class="nav">
             <li>
@@ -101,7 +98,7 @@
               </li>
                  </ul>
       <ul class="nav nav-list">
-                                 <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                 <li class="nav-header">Project 
Documentation</li>
                                                                                
                                                                                
                                                                                
                                                 <li class="collapsed">
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
@@ -111,11 +108,11 @@
     Project Reports</a>
                     <ul>
                               <li class="none">
-                  <a href="changes-report.html" title="Changes">
+                  <a href="changes.html" title="Changes">
     Changes</a>
           </li>
                                  <li class="none">
-                  <a href="jira-report.html" title="JIRA Report">
+                  <a href="jira-changes.html" title="JIRA Report">
     JIRA Report</a>
           </li>
                                  <li class="none">
@@ -274,22 +271,21 @@
           </td>
           <td class="content">
                                                                           
<section>
-<h2><a name="Rat_.28Release_Audit_Tool.29_results"></a>Rat (Release Audit 
Tool) results</h2>
+<h1>Rat (Release Audit Tool) results</h1>
 <p>The following document contains the results of <a class="externalLink" 
href="https://creadur.apache.org/rat/apache-rat-plugin/";>Rat (Release Audit 
Tool)</a>.</p>
 <p></p>
-<div class="source">
 <pre>
 *****************************************************
 Summary
 -------
-Generated at: 2024-11-09T12:57:25Z
+Generated at: 2025-01-11T13:47:43Z
 
 Notes: 5
 Binaries: 0
 Archives: 0
-Standards: 58
+Standards: 59
 
-Apache Licensed: 58
+Apache Licensed: 59
 Generated Documents: 0
 
 JavaDocs are generated, thus a license header is optional.
@@ -316,6 +312,7 @@ Generated files do not require license h
   AL    .github/workflows/codeql-analysis.yml
   AL    .github/workflows/dependency-review.yml
   AL    .github/workflows/scorecards-analysis.yml
+  AL    .github/pull_request_template.md
   AL    .github/dependabot.yml
   AL    checkstyle.xml
   N     LICENSE.txt
@@ -367,20 +364,17 @@ Generated files do not require license h
   AL    src/main/scripts/generate-xdocs.mojos.xml
  
 *****************************************************
-</pre></div></section>
+</pre></section>
                       </td>
         </tr>
       </table>
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018-2024
+      <p>Copyright &copy;                    2018-2025
                       <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
-                                        
-<div class="center">Apache Commons, Apache Commons Release Plugin, Apache, the 
Apache feather logo, and the Apache Commons project logos are trademarks of The 
Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
-                  </div>
+          </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/scm.html
==============================================================================
--- websites/production/commons/content/proper/commons-release-plugin/scm.html 
(original)
+++ websites/production/commons/content/proper/commons-release-plugin/scm.html 
Sat Jan 11 13:47:56 2025
@@ -1,15 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 09 November 2024
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:scm at 11 Jan 
2025
+ | Rendered using Apache Commons Skin
 -->
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; 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="20241109" />
-            <meta http-equiv="Content-Language" content="en" />
-        <title>Commons Release Plugin &#x2013; Source Code Management</title>
+                        <title>Source Code Management ? Commons Release 
Plugin</title>
 
     <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
     <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -24,7 +22,7 @@
       </head>
 
   <body class="composite">
-                      <a href="https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                      <a href="https://commons.apache.org/"; id="bannerLeft">
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
@@ -34,10 +32,9 @@
       <div class="navbar-inner">
         <div class="container-fluid">
           <a class="brand" 
href="https://commons.apache.org/proper/commons-release-plugin/";>Apache Commons 
Release Plugin &trade;</a>
-          <ul class="nav">      
-                    
-          <li id="publishDate">Last Published: 09 November 2024</li>
-    <li class="divider">|</li> <li id="projectVersion">Version: 1.8.3</li>
+          <ul class="nav">                    
+          <li id="publishDate">Last Published: 08 Jan 2025</li>
+    <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
   </ul>
           <div class="pull-right">  <ul class="nav">
             <li>
@@ -101,7 +98,7 @@
               </li>
                  </ul>
       <ul class="nav nav-list">
-                                 <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                 <li class="nav-header">Project 
Documentation</li>
                                                                                
                                                                                
                                                                                
                                                           <li class="expanded">
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
@@ -269,22 +266,19 @@
                       </div>
           </td>
           <td class="content">
-                                                                          
<section>
-<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" 
href="https://git-scm.com/";>Git</a> to manage its source code. Instructions on 
Git use can be found at <a class="externalLink" 
href="https://git-scm.com/documentation";>https://git-scm.com/documentation</a>.</p></section><section>
-<h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a 
name="Web_Browser_Access"></a>
+                                                                          
<section><a id="Overview"></a>
+<h1>Overview</h1>
+<p>This project uses <a class="externalLink" 
href="https://git-scm.com/";>Git</a> to manage its source code. Instructions on 
Git use can be found at <a class="externalLink" 
href="https://git-scm.com/doc";>https://git-scm.com/doc</a>.</p></section><section><a
 id="Web_Browser_Access"></a>
+<h1>Web Browser Access</h1>
 <p>The following is a link to a browsable version of the source repository:</p>
-<div>
-<pre><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git";>https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git</a></pre></div></section><section>
-<h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a 
name="Anonymous_Access"></a>
+<pre><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git";>https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git</a></pre></section><section><a
 id="Anonymous_Access"></a>
+<h1>Anonymous Access</h1>
 <p>The source can be checked out anonymously from Git with this command (See 
<a class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>):</p>
-<div>
-<pre>$ git clone 
http://gitbox.apache.org/repos/asf/commons-release-plugin.git</pre></div></section><section>
-<h2><a name="Developer_Access"></a>Developer Access</h2><a 
name="Developer_Access"></a>
+<pre>$ git clone 
http://gitbox.apache.org/repos/asf/commons-release-plugin.git</pre></section><section><a
 id="Developer_Access"></a>
+<h1>Developer Access</h1>
 <p>Only project developers can access the Git tree via this method (See <a 
class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>).</p>
-<div>
-<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-release-plugin.git</pre></div></section><section>
-<h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a 
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-release-plugin.git</pre></section><section><a
 id="Access_from_Behind_a_Firewall"></a>
+<h1>Access from Behind a Firewall</h1>
 <p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></section>
                       </td>
         </tr>
@@ -292,13 +286,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018-2024
+      <p>Copyright &copy;                    2018-2025
                       <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
-                                        
-<div class="center">Apache Commons, Apache Commons Release Plugin, Apache, the 
Apache feather logo, and the Apache Commons project logos are trademarks of The 
Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
-                  </div>
+          </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/spotbugs.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/spotbugs.html 
(original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/spotbugs.html 
Sat Jan 11 13:47:56 2025
@@ -1,15 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 09 November 2024
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
com.github.spotbugs:spotbugs-maven-plugin:4.8.6.6:spotbugs at 11 Jan 2025
+ | Rendered using Apache Commons Skin
 -->
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; 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="20241109" />
-            <meta http-equiv="Content-Language" content="en" />
-        <title>Commons Release Plugin &#x2013; SpotBugs Bug Detector 
Report</title>
+                        <title>SpotBugs Bug Detector Report ? Commons Release 
Plugin</title>
 
     <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
     <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -24,7 +22,7 @@
       </head>
 
   <body class="composite">
-                      <a href="https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                      <a href="https://commons.apache.org/"; id="bannerLeft">
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
@@ -34,10 +32,9 @@
       <div class="navbar-inner">
         <div class="container-fluid">
           <a class="brand" 
href="https://commons.apache.org/proper/commons-release-plugin/";>Apache Commons 
Release Plugin &trade;</a>
-          <ul class="nav">      
-                    
-          <li id="publishDate">Last Published: 09 November 2024</li>
-    <li class="divider">|</li> <li id="projectVersion">Version: 1.8.3</li>
+          <ul class="nav">                    
+          <li id="publishDate">Last Published: 08 Jan 2025</li>
+    <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
   </ul>
           <div class="pull-right">  <ul class="nav">
             <li>
@@ -101,7 +98,7 @@
               </li>
                  </ul>
       <ul class="nav nav-list">
-                                 <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                 <li class="nav-header">Project 
Documentation</li>
                                                                                
                                                                                
                                                                                
                                                 <li class="collapsed">
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
@@ -111,11 +108,11 @@
     Project Reports</a>
                     <ul>
                               <li class="none">
-                  <a href="changes-report.html" title="Changes">
+                  <a href="changes.html" title="Changes">
     Changes</a>
           </li>
                                  <li class="none">
-                  <a href="jira-report.html" title="JIRA Report">
+                  <a href="jira-changes.html" title="JIRA Report">
     JIRA Report</a>
           </li>
                                  <li class="none">
@@ -274,13 +271,13 @@
           </td>
           <td class="content">
                                                                           
<section>
-<h2><a name="SpotBugs_Bug_Detector_Report"></a>SpotBugs Bug Detector 
Report</h2>
+<h1>SpotBugs Bug Detector Report</h1>
 <p>The following document contains the results of <a class="externalLink" 
href="https://spotbugs.github.io/";>SpotBugs</a></p>
 <p>SpotBugs Version is <i>4.8.6</i></p>
 <p>Threshold is <i>medium</i></p>
 <p>Effort is <i>default</i></p></section><section>
-<h2><a name="Summary"></a>Summary</h2>
-<table border="0" class="bodyTable">
+<h1>Summary</h1>
+<table class="bodyTable">
 <tr class="a">
 <th>Classes</th>
 <th>Bugs</th>
@@ -291,8 +288,8 @@
 <td>0</td>
 <td>0</td>
 <td>0</td></tr></table></section><section>
-<h2><a name="Files"></a>Files</h2>
-<table border="0" class="bodyTable">
+<h1>Files</h1>
+<table class="bodyTable">
 <tr class="a">
 <th>Class</th>
 <th>Bugs</th></tr></table></section>
@@ -302,13 +299,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018-2024
+      <p>Copyright &copy;                    2018-2025
                       <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
-                                        
-<div class="center">Apache Commons, Apache Commons Release Plugin, Apache, the 
Apache feather logo, and the Apache Commons project logos are trademarks of The 
Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
-                  </div>
+          </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/summary.html 
(original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/summary.html 
Sat Jan 11 13:47:56 2025
@@ -1,15 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 09 November 2024
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:summary at 11 
Jan 2025
+ | Rendered using Apache Commons Skin
 -->
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; 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="20241109" />
-            <meta http-equiv="Content-Language" content="en" />
-        <title>Commons Release Plugin &#x2013; Project Summary</title>
+                        <title>Project Summary ? Commons Release Plugin</title>
 
     <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
     <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -24,7 +22,7 @@
       </head>
 
   <body class="composite">
-                      <a href="https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                      <a href="https://commons.apache.org/"; id="bannerLeft">
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
@@ -34,10 +32,9 @@
       <div class="navbar-inner">
         <div class="container-fluid">
           <a class="brand" 
href="https://commons.apache.org/proper/commons-release-plugin/";>Apache Commons 
Release Plugin &trade;</a>
-          <ul class="nav">      
-                    
-          <li id="publishDate">Last Published: 09 November 2024</li>
-    <li class="divider">|</li> <li id="projectVersion">Version: 1.8.3</li>
+          <ul class="nav">                    
+          <li id="publishDate">Last Published: 08 Jan 2025</li>
+    <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
   </ul>
           <div class="pull-right">  <ul class="nav">
             <li>
@@ -101,7 +98,7 @@
               </li>
                  </ul>
       <ul class="nav nav-list">
-                                 <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                 <li class="nav-header">Project 
Documentation</li>
                                                                                
                                                                                
                                                                                
                                                           <li class="expanded">
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
@@ -269,52 +266,52 @@
                       </div>
           </td>
           <td class="content">
-                                                                          
<section>
-<h2><a name="Project_Summary"></a>Project Summary</h2><a 
name="Project_Summary"></a><section>
-<h3><a name="Project_Information"></a>Project Information</h3><a 
name="Project_Information"></a>
-<table border="0" class="bodyTable">
+                                                                          
<section><a id="Project_Summary"></a>
+<h1>Project Summary</h1><section><a id="Project_Information"></a>
+<h2>Project Information</h2>
+<table class="bodyTable">
 <tr class="a">
 <th>Field</th>
 <th>Value</th></tr>
 <tr class="b">
-<td align="left">Name</td>
+<td>Name</td>
 <td>Apache Commons Release Plugin</td></tr>
 <tr class="a">
-<td align="left">Description</td>
+<td>Description</td>
 <td>Apache Maven Mojo for Apache Commons Release tasks.</td></tr>
 <tr class="b">
-<td align="left">Homepage</td>
-<td><a class="externalLink" 
href="https://commons.apache.org/proper/commons-release-plugin/";>https://commons.apache.org/proper/commons-release-plugin/</a></td></tr></table></section><section>
-<h3><a name="Project_Organization"></a>Project Organization</h3><a 
name="Project_Organization"></a>
-<table border="0" class="bodyTable">
+<td>Homepage</td>
+<td><a class="externalLink" 
href="https://commons.apache.org/proper/commons-release-plugin/";>https://commons.apache.org/proper/commons-release-plugin/</a></td></tr></table></section><section><a
 id="Project_Organization"></a>
+<h2>Project Organization</h2>
+<table class="bodyTable">
 <tr class="a">
 <th>Field</th>
 <th>Value</th></tr>
 <tr class="b">
-<td align="left">Name</td>
+<td>Name</td>
 <td>The Apache Software Foundation</td></tr>
 <tr class="a">
-<td align="left">URL</td>
-<td><a class="externalLink" 
href="https://www.apache.org/";>https://www.apache.org/</a></td></tr></table></section><section>
-<h3><a name="Build_Information"></a>Build Information</h3><a 
name="Build_Information"></a>
-<table border="0" class="bodyTable">
+<td>URL</td>
+<td><a class="externalLink" 
href="https://www.apache.org/";>https://www.apache.org/</a></td></tr></table></section><section><a
 id="Build_Information"></a>
+<h2>Build Information</h2>
+<table class="bodyTable">
 <tr class="a">
 <th>Field</th>
 <th>Value</th></tr>
 <tr class="b">
-<td align="left">GroupId</td>
+<td>GroupId</td>
 <td>org.apache.commons</td></tr>
 <tr class="a">
-<td align="left">ArtifactId</td>
+<td>ArtifactId</td>
 <td>commons-release-plugin</td></tr>
 <tr class="b">
-<td align="left">Version</td>
-<td>1.8.3</td></tr>
+<td>Version</td>
+<td>1.9.0</td></tr>
 <tr class="a">
-<td align="left">Type</td>
+<td>Type</td>
 <td>maven-plugin</td></tr>
 <tr class="b">
-<td align="left">Java Version</td>
+<td>Java Version</td>
 <td>1.8</td></tr></table></section></section>
                       </td>
         </tr>
@@ -322,13 +319,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018-2024
+      <p>Copyright &copy;                    2018-2025
                       <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
-                                        
-<div class="center">Apache Commons, Apache Commons Release Plugin, Apache, the 
Apache feather logo, and the Apache Commons project logos are trademarks of The 
Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
-                  </div>
+          </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/taglist.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/taglist.html 
(original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/taglist.html 
Sat Jan 11 13:47:56 2025
@@ -1,15 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 09 November 2024
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.codehaus.mojo:taglist-maven-plugin:3.2.1:taglist at 11 Jan 2025
+ | Rendered using Apache Commons Skin
 -->
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; 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="20241109" />
-            <meta http-equiv="Content-Language" content="en" />
-        <title>Commons Release Plugin &#x2013; Tag List report</title>
+                        <title>Tag List report ? Commons Release Plugin</title>
 
     <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
     <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -24,7 +22,7 @@
       </head>
 
   <body class="composite">
-                      <a href="https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                      <a href="https://commons.apache.org/"; id="bannerLeft">
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
@@ -34,10 +32,9 @@
       <div class="navbar-inner">
         <div class="container-fluid">
           <a class="brand" 
href="https://commons.apache.org/proper/commons-release-plugin/";>Apache Commons 
Release Plugin &trade;</a>
-          <ul class="nav">      
-                    
-          <li id="publishDate">Last Published: 09 November 2024</li>
-    <li class="divider">|</li> <li id="projectVersion">Version: 1.8.3</li>
+          <ul class="nav">                    
+          <li id="publishDate">Last Published: 08 Jan 2025</li>
+    <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
   </ul>
           <div class="pull-right">  <ul class="nav">
             <li>
@@ -101,7 +98,7 @@
               </li>
                  </ul>
       <ul class="nav nav-list">
-                                 <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                 <li class="nav-header">Project 
Documentation</li>
                                                                                
                                                                                
                                                                                
                                                 <li class="collapsed">
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
@@ -111,11 +108,11 @@
     Project Reports</a>
                     <ul>
                               <li class="none">
-                  <a href="changes-report.html" title="Changes">
+                  <a href="changes.html" title="Changes">
     Changes</a>
           </li>
                                  <li class="none">
-                  <a href="jira-report.html" title="JIRA Report">
+                  <a href="jira-changes.html" title="JIRA Report">
     JIRA Report</a>
           </li>
                                  <li class="none">
@@ -273,10 +270,10 @@
                       </div>
           </td>
           <td class="content">
-                                                                          
<section><a name="Tag_List_Report"></a>
-<h2><a name="Tag_List_Report"></a>Tag List Report</h2>
+                                                                          
<section><a id="Tag_List_Report"></a>
+<h1>Tag List Report</h1>
 <p>The following document contains the listing of user tags found in the code. 
Below is the summary of the occurrences per tag.</p>
-<table border="0" class="bodyTable">
+<table class="bodyTable">
 <tr class="a">
 <th>Tag Class</th>
 <th>Total number of occurrences</th>
@@ -296,13 +293,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018-2024
+      <p>Copyright &copy;                    2018-2025
                       <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
-                                        
-<div class="center">Apache Commons, Apache Commons Release Plugin, Apache, the 
Apache feather logo, and the Apache Commons project logos are trademarks of The 
Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
-                  </div>
+          </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/team.html
==============================================================================
--- websites/production/commons/content/proper/commons-release-plugin/team.html 
(original)
+++ websites/production/commons/content/proper/commons-release-plugin/team.html 
Sat Jan 11 13:47:56 2025
@@ -1,15 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 09 November 2024
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:team at 11 Jan 
2025
+ | Rendered using Apache Commons Skin
 -->
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; 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="20241109" />
-            <meta http-equiv="Content-Language" content="en" />
-        <title>Commons Release Plugin &#x2013; Project Team</title>
+                        <title>Project Team ? Commons Release Plugin</title>
 
     <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
     <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -24,7 +22,7 @@
       </head>
 
   <body class="composite">
-                      <a href="https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                      <a href="https://commons.apache.org/"; id="bannerLeft">
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
@@ -34,10 +32,9 @@
       <div class="navbar-inner">
         <div class="container-fluid">
           <a class="brand" 
href="https://commons.apache.org/proper/commons-release-plugin/";>Apache Commons 
Release Plugin &trade;</a>
-          <ul class="nav">      
-                    
-          <li id="publishDate">Last Published: 09 November 2024</li>
-    <li class="divider">|</li> <li id="projectVersion">Version: 1.8.3</li>
+          <ul class="nav">                    
+          <li id="publishDate">Last Published: 08 Jan 2025</li>
+    <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
   </ul>
           <div class="pull-right">  <ul class="nav">
             <li>
@@ -101,7 +98,7 @@
               </li>
                  </ul>
       <ul class="nav nav-list">
-                                 <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                 <li class="nav-header">Project 
Documentation</li>
                                                                                
                                                                                
                                                                                
                                                           <li class="expanded">
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
@@ -269,13 +266,13 @@
                       </div>
           </td>
           <td class="content">
-                                                                          
<section>
-<h2><a name="Project_Team"></a>Project Team</h2><a name="Project_Team"></a>
+                                                                          
<section><a id="Project_Team"></a>
+<h1>Project Team</h1>
 <p>A successful project requires many people to play many roles. Some members 
write code or documentation, while others are valuable as testers, submitting 
patches and suggestions.</p>
-<p>The project team is comprised of Members and Contributors. Members have 
direct access to the source of a project and actively evolve the code-base. 
Contributors improve the project through submission of patches and suggestions 
to the Members. The number of Contributors to the project is unbounded. Get 
involved today. All contributions to the project are greatly 
appreciated.</p><section>
-<h3><a name="Members"></a>Members</h3><a name="Members"></a>
+<p>The project team is comprised of Members and Contributors. Members have 
direct access to the source of a project and actively evolve the code-base. 
Contributors improve the project through submission of patches and suggestions 
to the Members. The number of Contributors to the project is unbounded. Get 
involved today. All contributions to the project are greatly 
appreciated.</p><section><a id="Members"></a>
+<h2>Members</h2>
 <p>The following is a list of developers with commit privileges that have 
directly contributed to the project in one way or another.</p>
-<table border="0" class="bodyTable">
+<table class="bodyTable">
 <tr class="a">
 <th>Image</th>
 <th>Id</th>
@@ -287,8 +284,8 @@
 <th>Roles</th>
 <th>Time Zone</th></tr>
 <tr class="b">
-<td align="left"><figure><img 
src="https://www.gravatar.com/avatar/a010ac0916b6b9b10883e9359cfcd7f9?d=mm&amp;s=60";
 alt="" /></figure></td>
-<td><a name="chtompki"></a>chtompki</td>
+<td><figure><img 
src="https://www.gravatar.com/avatar/a010ac0916b6b9b10883e9359cfcd7f9?d=mm&amp;s=60";
 /></figure></td>
+<td><a id="chtompki"></a>chtompki</td>
 <td>Rob Tompkins</td>
 <td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
 <td>-</td>
@@ -297,8 +294,8 @@
 <td>-</td>
 <td>-5</td></tr>
 <tr class="a">
-<td align="left"><figure><img 
src="https://people.apache.org/~ggregory/img/garydgregory80.png"; alt="" 
/></figure></td>
-<td><a name="ggregory"></a>ggregory</td>
+<td><figure><img 
src="https://people.apache.org/~ggregory/img/garydgregory80.png"; 
/></figure></td>
+<td><a id="ggregory"></a>ggregory</td>
 <td>Gary Gregory</td>
 <td><a class="externalLink" href="mailto:ggregory at apache.org">ggregory at 
apache.org</a></td>
 <td><a class="externalLink" 
href="https://www.garygregory.com";>https://www.garygregory.com</a></td>
@@ -307,16 +304,16 @@
 <td>PMC Member</td>
 <td>America/New_York</td></tr>
 <tr class="b">
-<td align="left"><figure><img 
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60";
 alt="" /></figure></td>
-<td><a name="mbenson"></a>mbenson</td>
+<td><figure><img 
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60";
 /></figure></td>
+<td><a id="mbenson"></a>mbenson</td>
 <td>Matt Benson</td>
 <td>-</td>
 <td>-</td>
 <td>-</td>
 <td>-</td>
 <td>Java Developer</td>
-<td>-</td></tr></table></section><section>
-<h3><a name="Contributors"></a>Contributors</h3><a name="Contributors"></a>
+<td>-</td></tr></table></section><section><a id="Contributors"></a>
+<h2>Contributors</h2>
 <p>There are no contributors listed for this project. Please check back again 
later.</p></section></section>
                       </td>
         </tr>
@@ -324,13 +321,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018-2024
+      <p>Copyright &copy;                    2018-2025
                       <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
-                                        
-<div class="center">Apache Commons, Apache Commons Release Plugin, Apache, the 
Apache feather logo, and the Apache Commons project logos are trademarks of The 
Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
-                  </div>
+          </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/vote-txt.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/vote-txt.html 
(original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/vote-txt.html 
Sat Jan 11 13:47:56 2025
@@ -1,16 +1,14 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 09 November 2024
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
src/site/xdoc/vote-txt.xml at 11 Jan 2025
+ | Rendered using Apache Commons Skin
 -->
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="ISO-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
             <meta name="author" content="Apache Commons Documentation Team" />
-                <meta name="Date-Revision-yyyymmdd" content="20241109" />
-            <meta http-equiv="Content-Language" content="en" />
-        <title>Commons Release Plugin &#x2013; Generating VOTE.txt</title>
+                    <title>Generating VOTE.txt ? Commons Release Plugin</title>
 
     <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
     <link rel="stylesheet" href="./css/site.css" type="text/css" />
@@ -25,7 +23,7 @@
       </head>
 
   <body class="composite">
-                      <a href="https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+                      <a href="https://commons.apache.org/"; id="bannerLeft">
                                                                     <img 
class="logo-left" src="      ./images/commons-logo.png
 "  alt="Apache Commons logo"/>
               </a>
@@ -35,10 +33,9 @@
       <div class="navbar-inner">
         <div class="container-fluid">
           <a class="brand" 
href="https://commons.apache.org/proper/commons-release-plugin/";>Apache Commons 
Release Plugin &trade;</a>
-          <ul class="nav">      
-                    
-          <li id="publishDate">Last Published: 09 November 2024</li>
-    <li class="divider">|</li> <li id="projectVersion">Version: 1.8.3</li>
+          <ul class="nav">                    
+          <li id="publishDate">Last Published: 08 Jan 2025</li>
+    <li class="divider">|</li> <li id="projectVersion">Version: 1.9.0</li>
   </ul>
           <div class="pull-right">  <ul class="nav">
             <li>
@@ -102,7 +99,7 @@
               </li>
                  </ul>
       <ul class="nav nav-list">
-                                 <li class="nav-header"><i 
class="icon-info-sign"></i>Project Documentation</li>
+                                 <li class="nav-header">Project 
Documentation</li>
                                                                                
                                                                                
                                                                                
                                                 <li class="collapsed">
                   <a href="project-info.html" title="Project Information">
     Project Information</a>
@@ -225,22 +222,21 @@
     
 
 
-        <section>
-<h2><a name="commons-release:vote-txt"></a>commons-release:vote-txt</h2>
+        <section><a id="commons-release.3Avote-txt"></a>
+<h1>commons-release:vote-txt</h1>
 
-            <section>
-<h3><a name="Overview"></a>Overview</h3>
+            <section><a id="Overview"></a>
+<h2>Overview</h2>
                 
 <p>
                 The <code>commons-release:vote-txt</code> goal generates a 
VOTE.txt file for a component.
                 Execute the goal using the following command: </p>
-<div class="source">
-<pre>mvn commons-release:vote-txt</pre></div>
+<pre><code>mvn commons-release:vote-txt</code></pre>
                 
 
                 
 <p>
-                <b>Note:</b> The VOTE.txt should be regenerated before every 
release candidate.
+                <strong>Note:</strong> The VOTE.txt should be regenerated 
before every release candidate.
                 </p>
 
                 
@@ -250,13 +246,13 @@
 <ul>
                     
 <li>The goal is mapped to the ant script/target using the 
<code>vote-txt</code> mojo definition in the
-                        <a class="externalLink" 
href="http://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml";>generate-xdocs.mojos.xml</a>
 mapping document</li>
+                        <a 
href="http://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml";
 class="externalLink">generate-xdocs.mojos.xml</a> mapping document</li>
                     
 <li>Executes the <code>vote-txt</code> target in
-                        <a class="externalLink" 
href="http://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/scripts/generate-xdocs.build.xml";>generate-xdocs.build.xml</a>
+                        <a 
href="http://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/scripts/generate-xdocs.build.xml";
 class="externalLink">generate-xdocs.build.xml</a>
                         ant script</li>
                     
-<li>Uses the <a class="externalLink" 
href="http://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/resources/commons-xdoc-templates/vote-txt-template.md";>vote-txt-template.md</a>
+<li>Uses the <a 
href="http://svn.apache.org/repos/asf/commons/proper/commons-release-plugin/trunk/src/main/resources/commons-xdoc-templates/vote-txt-template.md";
 class="externalLink">vote-txt-template.md</a>
                         template</li>
                     
 <li>Uses the <a href="vote-txt-mojo.html">goal's (i.e. mojo's) parameters</a> 
to filter values in the template</li>
@@ -264,8 +260,8 @@
                 
             </section>
 
-            <section>
-<h3><a name="Configuration"></a>Configuration</h3>
+            <section><a id="Configuration"></a>
+<h2>Configuration</h2>
                 
 <p>
                 To generate a VOTE.txt, the following <a 
href="vote-txt-mojo.html">properties</a>  are configured in the component's 
<code>pom.xml</code>
@@ -281,13 +277,12 @@
 <p>
                 Example configuration for Commons Chain:
 </p>
-<div class="source">
-<pre>
+<pre><code>
     &lt;properties&gt;
         &lt;commons.componentid&gt;chain&lt;/commons.componentid&gt;
         &lt;commons.release.version&gt;1.5&lt;/commons.release.version&gt;
     &lt;/properties&gt; 
-</pre></div>
+</code></pre>
                 
             </section>
 
@@ -301,13 +296,10 @@
     </div>
 
     <div class="footer">
-      <p>Copyright &copy;                    2018-2024
+      <p>Copyright &copy;                    2018-2025
                       <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
-                                        
-<div class="center">Apache Commons, Apache Commons Release Plugin, Apache, the 
Apache feather logo, and the Apache Commons project logos are trademarks of The 
Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
-                  </div>
+          </div>
   </body>
 
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/xref-test/index.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/xref-test/index.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/xref-test/index.html
 Sat Jan 11 13:47:56 2025
@@ -4,7 +4,7 @@
     <!-- this is a JXR report set (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=ISO-8859-1" />
-        <title>Apache Commons Release Plugin 1.8.3 Reference</title>
+        <title>Apache Commons Release Plugin 1.9.0 Reference</title>
         <script type="text/javascript">
             tmpTargetPage = "" + window.location.search;
             if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojoTest.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojoTest.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojoTest.html
 Sat Jan 11 13:47:56 2025
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="" lang="">
 <head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" 
/>
 <title>CommonsDistributionDetachmentMojoTest xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" 
/>
@@ -116,6 +116,6 @@
 <a class="jxr_linenumber" name="L108" href="#L108">108</a> }
 </pre>
 <hr/>
-<div id="footer">© 2018?2024 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a></div>
+<div id="footer">© 2018?2025 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a></div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojoTest.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojoTest.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojoTest.html
 Sat Jan 11 13:47:56 2025
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="" lang="">
 <head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" 
/>
 <title>CommonsDistributionStagingMojoTest xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" 
/>
@@ -151,6 +151,6 @@
 <a class="jxr_linenumber" name="L143" href="#L143">143</a> }
 </pre>
 <hr/>
-<div id="footer">© 2018?2024 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a></div>
+<div id="footer">© 2018?2025 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a></div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojoTest.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojoTest.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojoTest.html
 Sat Jan 11 13:47:56 2025
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="" lang="">
 <head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" 
/>
 <title>CommonsSiteCompressionMojoTest xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" 
/>
@@ -110,6 +110,6 @@
 <a class="jxr_linenumber" name="L102" href="#L102">102</a> }
 </pre>
 <hr/>
-<div id="footer">© 2018?2024 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a></div>
+<div id="footer">© 2018?2025 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a></div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojoTest.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojoTest.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojoTest.html
 Sat Jan 11 13:47:56 2025
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="" lang="">
 <head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" 
/>
 <title>CommonsStagingCleanupMojoTest xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" 
/>
@@ -80,6 +80,6 @@
 <a class="jxr_linenumber" name="L72" href="#L72">72</a>  }
 </pre>
 <hr/>
-<div id="footer">© 2018?2024 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a></div>
+<div id="footer">© 2018?2025 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a></div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/package-frame.html
 Sat Jan 11 13:47:56 2025
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=ISO-8859-1" />
-        <title>Apache Commons Release Plugin 1.8.3 Reference Package 
org.apache.commons.release.plugin.mojos</title>
+        <title>Apache Commons Release Plugin 1.9.0 Reference Package 
org.apache.commons.release.plugin.mojos</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/mojos/package-summary.html
 Sat Jan 11 13:47:56 2025
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=ISO-8859-1" />
-        <title>Apache Commons Release Plugin 1.8.3 Reference Package 
org.apache.commons.release.plugin.mojos</title>
+        <title>Apache Commons Release Plugin 1.9.0 Reference Package 
org.apache.commons.release.plugin.mojos</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Release 
Plugin 1.8.3 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Release 
Plugin 1.9.0 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -96,7 +96,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Release 
Plugin 1.8.3 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Release 
Plugin 1.9.0 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -116,7 +116,7 @@
         </div>
         
         <div id="footer">
-            © 2018?2024 <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>
+            © 2018?2025 <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>
         </div>
     </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.html
 Sat Jan 11 13:47:56 2025
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="" lang="">
 <head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" 
/>
 <title>DistributionDetachmentProjectStub xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" 
/>
@@ -262,6 +262,6 @@
 <a class="jxr_linenumber" name="L254" href="#L254">254</a> }
 </pre>
 <hr/>
-<div id="footer">© 2018?2024 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a></div>
+<div id="footer">© 2018?2025 <a href="https://www.apache.org/";>The Apache 
Software Foundation</a></div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/stubs/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/stubs/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/stubs/package-frame.html
 Sat Jan 11 13:47:56 2025
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=ISO-8859-1" />
-        <title>Apache Commons Release Plugin 1.8.3 Reference Package 
org.apache.commons.release.plugin.stubs</title>
+        <title>Apache Commons Release Plugin 1.9.0 Reference Package 
org.apache.commons.release.plugin.stubs</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/stubs/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/stubs/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-release-plugin/xref-test/org/apache/commons/release/plugin/stubs/package-summary.html
 Sat Jan 11 13:47:56 2025
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=ISO-8859-1" />
-        <title>Apache Commons Release Plugin 1.8.3 Reference Package 
org.apache.commons.release.plugin.stubs</title>
+        <title>Apache Commons Release Plugin 1.9.0 Reference Package 
org.apache.commons.release.plugin.stubs</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Release 
Plugin 1.8.3 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Release 
Plugin 1.9.0 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -86,7 +86,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Release 
Plugin 1.8.3 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Release 
Plugin 1.9.0 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -106,7 +106,7 @@
         </div>
         
         <div id="footer">
-            © 2018?2024 <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>
+            © 2018?2025 <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>
         </div>
     </body>
 </html>
\ No newline at end of file



Reply via email to