You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2020/01/22 15:13:51 UTC

svn commit: r1873035 - in /maven/website/components/pom-archives/asf-LATEST: ./ css/ images/

Author: hboutemy
Date: Wed Jan 22 15:13:50 2020
New Revision: 1873035

Log:
Site checkin for project Apache Software Foundation Parent POM

Added:
    maven/website/components/pom-archives/asf-LATEST/css/maven-base.css
    maven/website/components/pom-archives/asf-LATEST/css/maven-theme.css
    maven/website/components/pom-archives/asf-LATEST/images/collapsed.gif   (with props)
    maven/website/components/pom-archives/asf-LATEST/images/expanded.gif   (with props)
    maven/website/components/pom-archives/asf-LATEST/images/external.png   (with props)
    maven/website/components/pom-archives/asf-LATEST/images/newwindow.png   (with props)
Modified:
    maven/website/components/pom-archives/asf-LATEST/ci-management.html
    maven/website/components/pom-archives/asf-LATEST/css/print.css
    maven/website/components/pom-archives/asf-LATEST/dependency-info.html
    maven/website/components/pom-archives/asf-LATEST/distribution-management.html
    maven/website/components/pom-archives/asf-LATEST/download.html
    maven/website/components/pom-archives/asf-LATEST/images/icon_error_sml.gif
    maven/website/components/pom-archives/asf-LATEST/images/icon_info_sml.gif
    maven/website/components/pom-archives/asf-LATEST/images/icon_success_sml.gif
    maven/website/components/pom-archives/asf-LATEST/images/icon_warning_sml.gif
    maven/website/components/pom-archives/asf-LATEST/index.html
    maven/website/components/pom-archives/asf-LATEST/issue-management.html
    maven/website/components/pom-archives/asf-LATEST/licenses.html
    maven/website/components/pom-archives/asf-LATEST/mailing-lists.html
    maven/website/components/pom-archives/asf-LATEST/plugin-management.html
    maven/website/components/pom-archives/asf-LATEST/plugins.html
    maven/website/components/pom-archives/asf-LATEST/project-info.html
    maven/website/components/pom-archives/asf-LATEST/scm.html
    maven/website/components/pom-archives/asf-LATEST/summary.html

Modified: maven/website/components/pom-archives/asf-LATEST/ci-management.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/ci-management.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/ci-management.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:ci-management at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:ci-management at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; CI Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">CI Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">

Added: maven/website/components/pom-archives/asf-LATEST/css/maven-base.css
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/css/maven-base.css (added)
+++ maven/website/components/pom-archives/asf-LATEST/css/maven-base.css Wed Jan 22 15:13:50 2020
@@ -0,0 +1,168 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+body {
+  margin: 0px;
+  padding: 0px;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+}
+.xright, #bannerRight {
+  float:right;
+}
+#banner {
+  padding: 0px;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 197px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: outside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#navcolumn li.none {
+  text-indent: -1em;
+  margin-left: 1em;
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}
+#navcolumn img.imageLink, .imageLink {
+  padding-left: 0px;
+  padding-bottom: 0px;
+  padding-top: 0px;
+  padding-right: 2px;
+  border: 0px;
+  margin: 0px;
+}
\ No newline at end of file

Added: maven/website/components/pom-archives/asf-LATEST/css/maven-theme.css
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/css/maven-theme.css (added)
+++ maven/website/components/pom-archives/asf-LATEST/css/maven-theme.css Wed Jan 22 15:13:50 2020
@@ -0,0 +1,160 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+body {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: medium;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+  padding-bottom: 3px; /* IE-9 scrollbar-fix */
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}

Modified: maven/website/components/pom-archives/asf-LATEST/css/print.css
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/css/print.css (original)
+++ maven/website/components/pom-archives/asf-LATEST/css/print.css Wed Jan 22 15:13:50 2020
@@ -17,7 +17,10 @@
  * under the License.
  */
 
-/* $Id$ */
-
-#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
-#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
\ No newline at end of file
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}
\ No newline at end of file

Modified: maven/website/components/pom-archives/asf-LATEST/dependency-info.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/dependency-info.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/dependency-info.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:dependency-info at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:dependency-info at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">Dependency Information</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -128,31 +128,31 @@
 <div class="source"><pre class="prettyprint">&lt;dependency&gt;
   &lt;groupId&gt;org.apache&lt;/groupId&gt;
   &lt;artifactId&gt;apache.&lt;/artifactId&gt;
-  &lt;version&gt;22&lt;/version&gt;
+  &lt;version&gt;23&lt;/version&gt;
   &lt;type&gt;pom&lt;/type&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
-<div class="source"><pre class="prettyprint">'org.apache:apache.:pom:22'</pre></div></div>
+<div class="source"><pre class="prettyprint">'org.apache:apache.:pom:23'</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
-<div class="source"><pre class="prettyprint">&lt;dependency org=&quot;org.apache&quot; name=&quot;apache.&quot; rev=&quot;22&quot;&gt;
+<div class="source"><pre class="prettyprint">&lt;dependency org=&quot;org.apache&quot; name=&quot;apache.&quot; rev=&quot;23&quot;&gt;
   &lt;artifact name=&quot;apache.&quot; type=&quot;pom&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
 <div class="source"><pre class="prettyprint">@Grapes(
-@Grab(group='org.apache', module='apache.', version='22')
+@Grab(group='org.apache', module='apache.', version='23')
 )</pre></div></div>
 <div class="section">
 <h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a>
-<div class="source"><pre class="prettyprint">compile 'org.apache:apache.:22'</pre></div></div>
+<div class="source"><pre class="prettyprint">compile 'org.apache:apache.:23'</pre></div></div>
 <div class="section">
 <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a>
-<div class="source"><pre class="prettyprint">libraryDependencies += &quot;org.apache&quot; % &quot;apache.&quot; % &quot;22&quot;</pre></div></div>
+<div class="source"><pre class="prettyprint">libraryDependencies += &quot;org.apache&quot; % &quot;apache.&quot; % &quot;23&quot;</pre></div></div>
 <div class="section">
 <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
-<div class="source"><pre class="prettyprint">[org.apache/apache. &quot;22&quot;]</pre></div></div></div>
+<div class="source"><pre class="prettyprint">[org.apache/apache. &quot;23&quot;]</pre></div></div></div>
         </div>
       </div>
     </div>

Modified: maven/website/components/pom-archives/asf-LATEST/distribution-management.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/distribution-management.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/distribution-management.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:distribution-management at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:distribution-management at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">Project Distribution Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/website/components/pom-archives/asf-LATEST/download.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/download.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/download.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site-docs/xdoc/download.xml.vm at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site-docs/xdoc/download.xml.vm at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Download Apache Software Foundation Parent POM Source</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,9 +40,9 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
-    <li class="active ">Download Apache Software Foundation Parent POM Source <a href="https://github.com/apache/maven-apache-parent/tree/apache-22/src/site-docs/xdoc/download.xml.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+    <li class="active ">Download Apache Software Foundation Parent POM Source <a href="https://github.com/apache/maven-apache-parent/tree/apache-23/src/site-docs/xdoc/download.xml.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -110,10 +110,10 @@
 
   
     <div class="section">
-<h2><a name="Download_Apache_Software_Foundation_Parent_POM_22_Source"></a>Download Apache Software Foundation Parent POM 22 Source</h2>
+<h2><a name="Download_Apache_Software_Foundation_Parent_POM_23_Source"></a>Download Apache Software Foundation Parent POM 23 Source</h2>
 
       
-<p>Apache Software Foundation Parent POM 22 is distributed in source format. Use a source archive if you intend to build
+<p>Apache Software Foundation Parent POM 23 is distributed in source format. Use a source archive if you intend to build
       Apache Software Foundation Parent POM yourself. Otherwise, simply use the ready-made binary artifacts from central repository.</p>
 
       
@@ -188,7 +188,7 @@
       
       
 <div class="section">
-<h3><a name="Apache_Software_Foundation_Parent_POM_22"></a>Apache Software Foundation Parent POM 22</h3>
+<h3><a name="Apache_Software_Foundation_Parent_POM_23"></a>Apache Software Foundation Parent POM 23</h3>
         
       
 <p>This is the current stable version of Apache Software Foundation Parent POM.</p>
@@ -212,13 +212,13 @@
           
 <tr class="b">
             
-<td>Apache Software Foundation Parent POM 22 (Source zip)</td>
+<td>Apache Software Foundation Parent POM 23 (Source zip)</td>
             
-<td><a href="[preferred]maven/pom/apache-22-source-release.zip">maven/pom/apache-22-source-release.zip</a></td>
+<td><a href="[preferred]maven/pom/apache-23-source-release.zip">maven/pom/apache-23-source-release.zip</a></td>
             
-<td><a class="externalLink" href="https://www.apache.org/dist/maven/pom/apache-22-source-release.zip.sha512">maven/pom/apache-22-source-release.zip.sha512</a></td>
+<td><a class="externalLink" href="https://www.apache.org/dist/maven/pom/apache-23-source-release.zip.sha512">maven/pom/apache-23-source-release.zip.sha512</a></td>
             
-<td><a class="externalLink" href="https://www.apache.org/dist/maven/pom/apache-22-source-release.zip.asc">maven/pom/apache-22-source-release.zip.asc</a></td>
+<td><a class="externalLink" href="https://www.apache.org/dist/maven/pom/apache-23-source-release.zip.asc">maven/pom/apache-23-source-release.zip.asc</a></td>
           </tr>
         </tbody>
       </table>

Added: maven/website/components/pom-archives/asf-LATEST/images/collapsed.gif
==============================================================================
Binary file - no diff available.

Propchange: maven/website/components/pom-archives/asf-LATEST/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/website/components/pom-archives/asf-LATEST/images/expanded.gif
==============================================================================
Binary file - no diff available.

Propchange: maven/website/components/pom-archives/asf-LATEST/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/website/components/pom-archives/asf-LATEST/images/external.png
==============================================================================
Binary file - no diff available.

Propchange: maven/website/components/pom-archives/asf-LATEST/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: maven/website/components/pom-archives/asf-LATEST/images/icon_error_sml.gif
==============================================================================
Binary files - no diff available.

Modified: maven/website/components/pom-archives/asf-LATEST/images/icon_info_sml.gif
==============================================================================
Binary files - no diff available.

Modified: maven/website/components/pom-archives/asf-LATEST/images/icon_success_sml.gif
==============================================================================
Binary files - no diff available.

Modified: maven/website/components/pom-archives/asf-LATEST/images/icon_warning_sml.gif
==============================================================================
Binary files - no diff available.

Added: maven/website/components/pom-archives/asf-LATEST/images/newwindow.png
==============================================================================
Binary file - no diff available.

Propchange: maven/website/components/pom-archives/asf-LATEST/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: maven/website/components/pom-archives/asf-LATEST/index.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/index.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/index.html Wed Jan 22 15:13:50 2020
@@ -1,246 +1,80 @@
-<!DOCTYPE html>
-<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site-docs/apt/index.apt.vm at 2020-01-05
- | Rendered using Apache Maven Fluido Skin 1.7
--->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:index at 2020-01-22 -->
 <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="author" content="Benson Margulies
-Hervé Boutemy
-Karl Heinz Marbaise" />
-    <meta name="Date-Creation-yyyymmdd" content="20160509" />
-    <meta name="Date-Revision-yyyymmdd" content="20200105" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>The Apache Software Foundation &#x2013; About</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Software Foundation Parent POM &#x2013; Apache Software Foundation Parent POM</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
-    <link rel="stylesheet" href="./css/site.css" />
-    <link rel="stylesheet" href="./css/print.css" media="print" />
-    <script type="text/javascript" src="./js/apache-maven-fluido-1.7.min.js"></script>
-    <!-- Google Analytics -->
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-140879-1']);
-      _gaq.push(['_trackPageview']);
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
-    </script>
+    
   </head>
-  <body class="topBarDisabled">
-    <div class="container-fluid">
-      <div id="banner">
-        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Software Foundation Parent POM"/></a></div>
-        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
-        <div class="clear"><hr/></div>
-      </div>
-
-      <div id="breadcrumbs">
-        <ul class="breadcrumb">
-      <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
-      <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
-      <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
-      <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
-    <li class="active ">Apache Software Foundation Parent POM <a href="https://github.com/apache/maven-apache-parent/tree/apache-22/src/site-docs/apt/index.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
-        </ul>
-      </div>
-      <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
-      <li class="nav-header">Overview</li>
-    <li class="active"><a href="#"><span class="none"></span>Introduction</a></li>
-    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
-    <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
-      <li class="nav-header">Maven Projects</li>
-    <li><a href="../../ant-tasks/index.html" title="Ant Tasks"><span class="none"></span>Ant Tasks</a></li>
-    <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
-    <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
-    <li><a href="../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li>
-    <li><a href="../../maven-1.x/index.html" title="Maven 1.x"><span class="none"></span>Maven 1.x</a></li>
-    <li><a href="../../index.html" title="Maven 2 & 3"><span class="none"></span>Maven 2 & 3</a></li>
-    <li><a href="../index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li>
-    <li><a href="../../plugins/index.html" title="Plugins"><span class="none"></span>Plugins</a></li>
-    <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span class="none"></span>Plugin Tools</a></li>
-    <li><a href="../../scm/index.html" title="SCM"><span class="none"></span>SCM</a></li>
-    <li><a href="../../shared/index.html" title="Shared Components"><span class="none"></span>Shared Components</a></li>
-    <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
-    <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
-    <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
-      <li class="nav-header">ASF</li>
-    <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
-    <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
-    <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
-    <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
-      <li class="nav-header">Project Documentation</li>
-    <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a>
-    <ul class="nav nav-list">
-    <li><a href="ci-management.html" title="CI Management"><span class="none"></span>CI Management</a></li>
-    <li><a href="dependency-info.html" title="Dependency Information"><span class="none"></span>Dependency Information</a></li>
-    <li><a href="distribution-management.html" title="Distribution Management"><span class="none"></span>Distribution Management</a></li>
-    <li class="active"><a href="#"><span class="none"></span>About</a></li>
-    <li><a href="issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li>
-    <li><a href="licenses.html" title="Licenses"><span class="none"></span>Licenses</a></li>
-    <li><a href="mailing-lists.html" title="Mailing Lists"><span class="none"></span>Mailing Lists</a></li>
-    <li><a href="plugin-management.html" title="Plugin Management"><span class="none"></span>Plugin Management</a></li>
-    <li><a href="plugins.html" title="Plugins"><span class="none"></span>Plugins</a></li>
-    <li><a href="scm.html" title="Source Code Management"><span class="none"></span>Source Code Management</a></li>
-    <li><a href="summary.html" title="Summary"><span class="none"></span>Summary</a></li>
+  <body class="composite">
+    <div id="banner">
+<div id="bannerLeft">
+The Apache Software Foundation
+</div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+      <div class="xleft">
+        <span id="publishDate">Last Published: 2020-01-22</span>
+          &nbsp;| <span id="projectVersion">Version: 23</span>
+      </div>
+      <div class="xright"><a href="./" title="The Apache Software Foundation">The Apache Software Foundation</a>      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+       <h5>Project Documentation</h5>
+    <ul>
+     <li class="expanded"><a href="project-info.html" title="Project Information">Project Information</a>
+      <ul>
+       <li class="none"><a href="dependency-info.html" title="Dependency Information">Dependency Information</a></li>
+       <li class="none"><a href="distribution-management.html" title="Distribution Management">Distribution Management</a></li>
+       <li class="none"><strong>About</strong></li>
+       <li class="none"><a href="licenses.html" title="Licenses">Licenses</a></li>
+       <li class="none"><a href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li>
+       <li class="none"><a href="plugin-management.html" title="Plugin Management">Plugin Management</a></li>
+       <li class="none"><a href="plugins.html" title="Plugins">Plugins</a></li>
+       <li class="none"><a href="scm.html" title="Source Code Management">Source Code Management</a></li>
+       <li class="none"><a href="summary.html" title="Summary">Summary</a></li>
+      </ul></li>
     </ul>
-</li>
-      <li class="nav-header">Maven Projects</li>
-    <li><a href="../../ant-tasks/index.html" title="Ant Tasks"><span class="none"></span>Ant Tasks</a></li>
-    <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
-    <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
-    <li><a href="../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li>
-    <li><a href="../../maven-1.x/index.html" title="Maven 1.x"><span class="none"></span>Maven 1.x</a></li>
-    <li><a href="../../index.html" title="Maven 2 & 3"><span class="none"></span>Maven 2 & 3</a></li>
-    <li><a href="../index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li>
-    <li><a href="../../plugins/index.html" title="Plugins"><span class="none"></span>Plugins</a></li>
-    <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span class="none"></span>Plugin Tools</a></li>
-    <li><a href="../../scm/index.html" title="SCM"><span class="none"></span>SCM</a></li>
-    <li><a href="../../shared/index.html" title="Shared Components"><span class="none"></span>Shared Components</a></li>
-    <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
-    <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
-    <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
-      <li class="nav-header">ASF</li>
-    <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
-    <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
-    <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
-    <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
-</ul>
-          <hr />
-          <div id="poweredBy">
-            <div class="clear"></div>
-            <div class="clear"></div>
-            <div class="clear"></div>
-            <div class="clear"></div>
-<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
-            </div>
-          </div>
-        </div>
-        <div id="bodyColumn"  class="span10" >
-<div class="section">
-<h2><a name="Apache_Software_Foundation_Parent_POM"></a>Apache Software Foundation Parent POM</h2>
-<p>This project consists of a POM that contains settings that are likely to be useful to any Apache project that is building and releasing code with Maven 3 (Maven 2.x is not supported any more since version 17). By using this project as a parent, a project gets these settings.</p>
-<p>Most projects will want to override some of these settings.</p>
-<p>The following is a list of the items configured in this POM:</p>
-<ul>
-<li>Top-level project properties:
-<ul>
-<li><b>license</b>: Apache License, version 2.0.</li>
-<li><b>organization</b>: The Apache Software Foundation</li>
-<li><b>url</b>: <a class="externalLink" href="https://www.apache.org/"><tt>https://www.apache.org/</tt></a>. You should override this.</li>
-<li><b>repositories</b>: The pom adds the Apache snapshot repository (<a class="externalLink" href="https://repository.apache.org/snapshots"><tt>https://repository.apache.org/snapshots</tt></a>)</li>
-<li><b>distributionManagement</b>: The POM sets up for releases to the Apache Nexus instance at <a class="externalLink" href="https://repository.apache.org/service/local/staging/deploy/maven2"><tt>https://repository.apache.org/service/local/staging/deploy/maven2</tt></a> and snapshots to <a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots"><tt>https://repository.apache.org/content/repositories/snapshots</tt></a>. Note that there are POM parameters (<tt>distMgmtSnapshotsName</tt> and <tt>distMgmtSnapshotsUrl</tt>) that you can override to change the snapshot location. </li>
-<li><b>mailingLists</b>: The POM sets up generic Apache announcement lists. You should override this.</li></ul></li>
-<li><b>pluginManagement</b>: The plugin management section specifies versions of a list of plugins. See the <a href="./plugin-management.html">Plugin Management report</a> for the complete list with versions. 
-<ul>
-<li>The compiler plugin is set to default to <b>Java 1.7</b> and UTF-8 source.</li>
-<li>The jar plugin is set to add default specification and implementation entries.</li>
-<li>The resources plugin is set for UTF-8.</li>
-<li>The release plugin is set, via the &lt;arguments&gt; configuration element, to enable the <b>apache-release</b> profile for <b>all</b> executions and to disable &lt;useReleaseProfiles&gt;. You can remove this with an empty &lt;arguments/&gt; element in the configuration of the release plugin.</li></ul></li>
-<li><b>plugins</b>: The plugins section configures two executions:
-<ul>
-<li>maven-remote-resources-plugin for <a href="/apache-resource-bundles/">org.apache:apache-jar-resource-bundle:1.4</a>.</li>
-<li>maven-site-plugin:attach-descriptor</li></ul></li>
-<li><b>Reproducible Builds</b>: since version 22 of this parent POM, managed plugins versions are expected to be compliant with <a class="externalLink" href="https://reproducible-builds.org/">Reproducible Builds</a>.
-<p>To choose the timestamp in output archives, projects using this POM as parent should define a property in their root POM:</p>
-<div class="source"><pre class="prettyprint">  &lt;properties&gt;
-    &lt;project.build.outputTimestamp&gt;2019-10-02T08:04:00Z&lt;/project.build.outputTimestamp&gt;
-  &lt;/properties&gt;</pre></div>
-<p>The value will be updated by Maven Release Plugin during releases. If a project wants to disable Reproducible Builds, just define the property value with any single character.</p></li></ul></div>
-<div class="section">
-<h2><a name="The_apache-release_Profile"></a>The <tt>apache-release</tt> Profile</h2>
-<p>As noted above, this pom configures the release plugin to enable the <tt>apache-release</tt> profile for all executions of the release plugin.</p>
-<p>The profile includes the following plugins:</p>
-<ul>
-<li>maven-assembly-plugin: <a href="/apache-resource-bundles/">org.apache.apache.resources:apache-source-release-assembly-descriptor:1.0.6</a> is added as dependency, and an execution is configured with <tt>source-release-assembly</tt> id.<br />The plugin is configured to take a <tt>descriptorRef</tt> name from the <b>sourceReleaseAssemblyDescriptor</b> property, which by default is set to <tt>source-release</tt> (zip only): you can override the property with <tt>source-release-zip-tar</tt> (both zip and tar) or <tt>source-release-tar</tt> (tar only) values.<br />If you want to avoid this default assembly execution to provide your own mechanism to produce the source release archive, you can disable the execution by configuring <tt>skipAssembly</tt> parameter for this <tt>source-release-assembly</tt> execution id</li>
-<li>maven-deploy-plugin: configured to activate <tt>updateReleaseInfo</tt></li>
-<li>maven-source-plugin: configured to build and attach a source jar.</li>
-<li>maven-javadoc-plugin: configured to build and attach a javadoc jar.</li>
-<li>maven-gpg-plugin: configured to sign everything. It expects to find a passphrase in <tt>${gpg.passphrase}</tt>, presumably in your <tt>settings.xml</tt>.</li>
-<li>checksum-maven-plugin: configured to create a checksum file(s) for source release as required by <a class="externalLink" href="http://www.apache.org/dev/release-distribution#sigs-and-sums">Apache release distribution policy</a>.</li></ul>
-<p>When doing a release with maven-release-plugin, this creates files in <tt>target/checkout/target</tt> ready to be copied to projects' <a class="externalLink" href="http://www.apache.org/dev/release-distribution">Apache <tt>/dist/</tt> release distribution</a> directory:</p>
-<ul>
-<li><tt>${artifactId}-${version}-source-release.[zip|tar.gz]</tt>: the source release archive(s)</li>
-<li><tt>${artifactId}-${version}-source-release.[zip|tar.gz].sha512</tt>: their checksum(s)</li>
-<li><tt>${artifactId}-${version}-source-release.[zip|tar.gz].asc</tt>: their signature(s)</li></ul></div>
-<div class="section">
-<h2><a name="Settings_Configuration"></a>Settings Configuration</h2>
-<p>You can have a look at the page in Apache website <a class="externalLink" href="https://www.apache.org/dev/publishing-maven-artifacts.html">Publishing Maven Artifacts</a>.</p>
-<p>You can test your environment setup using <tt>-Papache-release</tt> with the command line.</p></div>
+      <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+      </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
 <div class="section">
-<h2><a name="History"></a>History</h2>
-<table border="1" class="table table-striped">
-<tr class="a">
-<th align="left"><b>Version</b></th>
-<th align="left"><b>Release Date</b></th></tr>
-<tr class="b">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-22/pom.xml">22</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-21...apache-22">diff</a>)</td>
-<td align="left">2020-01-08</td></tr>
-<tr class="a">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-21/pom.xml">21</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-20...apache-21">diff</a>)</td>
-<td align="left">2018-08-21</td></tr>
-<tr class="b">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-20/pom.xml">20</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-19...apache-20">diff</a>)</td>
-<td align="left">2018-07-07</td></tr>
-<tr class="a">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-19/pom.xml">19</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-18...apache-19">diff</a>)</td>
-<td align="left">2018-01-24</td></tr>
-<tr class="b">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-18/pom.xml">18</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-17...apache-18">diff</a>)</td>
-<td align="left">2016-05-18</td></tr>
-<tr class="a">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-17/pom.xml">17</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-16...apache-17">diff</a>)</td>
-<td align="left">2015-04-24</td></tr>
-<tr class="b">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-16/pom.xml">16</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-15...apache-16">diff</a>)</td>
-<td align="left">2014-11-13</td></tr>
-<tr class="a">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-15/pom.xml">15</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-14...apache-15">diff</a>)</td>
-<td align="left">2014-09-24</td></tr>
-<tr class="b">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-14/pom.xml">14</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-13...apache-14">diff</a>)</td>
-<td align="left">2014-03-06</td></tr>
-<tr class="a">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-13/pom.xml">13</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-12...apache-13">diff</a>)</td>
-<td align="left">2013-01-20</td></tr>
-<tr class="b">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-12/pom.xml">12</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-11...apache-12">diff</a>)</td>
-<td align="left">2012-11-01</td></tr>
-<tr class="a">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-11/pom.xml">11</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-10...apache-11">diff</a>)</td>
-<td align="left">2012-08-08</td></tr>
-<tr class="b">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-10/pom.xml">10</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-9...apache-10">diff</a>)</td>
-<td align="left">2011-08-09</td></tr>
-<tr class="a">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-9/pom.xml">9</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-8...apache-9">diff</a>)</td>
-<td align="left">2011-02-15</td></tr>
-<tr class="b">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-8/pom.xml">8</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-7...apache-8">diff</a>)</td>
-<td align="left">2010-11-26</td></tr>
-<tr class="a">
-<td align="left"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-7/pom.xml">7</a> (<a class="externalLink" href="https://github.com/apache/maven-apache-parent/compare/apache-6...apache-7">diff</a>)</td>
-<td align="left">2009-12-29</td></tr></table></div>
-        </div>
-      </div>
-    </div>
-    <hr/>
-    <footer>
-      <div class="container-fluid">
-        <div class="row-fluid">
-            <p>Copyright &copy;2020
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
-        </div>
+<h2><a name="About_The_Apache_Software_Foundation"></a>About The Apache Software Foundation</h2><a name="About_The_Apache_Software_Foundation"></a>
+<p>The Apache Software Foundation provides support for the Apache community of open-source software projects.
+    The Apache projects are characterized by a collaborative, consensus based development process, an open and
+    pragmatic software license, and a desire to create high quality software that leads the way in its field.
+    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
+    and users.</p></div>
       </div>
-    </footer>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        Copyright &#169;      2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/components/pom-archives/asf-LATEST/issue-management.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/issue-management.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/issue-management.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Issue Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">Issue Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/website/components/pom-archives/asf-LATEST/licenses.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/licenses.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/licenses.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:licenses at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:licenses at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Project Licenses</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">Project Licenses</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/website/components/pom-archives/asf-LATEST/mailing-lists.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/mailing-lists.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/mailing-lists.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">Project Mailing Lists</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -132,11 +132,11 @@
 <th>Post</th>
 <th>Archive</th></tr>
 <tr class="b">
-<td>Apache Announce List</td>
-<td><a href="announce-subscribe@apache.org">Subscribe</a></td>
-<td><a href="announce-unsubscribe@apache.org">Unsubscribe</a></td>
-<td><a href="announce@apache.org">Post</a></td>
-<td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td></tr></table></div>
+<td>Apache Release Discuss</td>
+<td><a class="externalLink" href="mailto:release-discuss-subscribe@apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:release-discuss-unsubscribe@apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:release-discuss@apache.org">Post</a></td>
+<td><a class="externalLink" href="https://lists.apache.org/list.html?release-discuss@apache.org">lists.apache.org</a></td></tr></table></div>
         </div>
       </div>
     </div>

Modified: maven/website/components/pom-archives/asf-LATEST/plugin-management.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/plugin-management.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/plugin-management.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugin-management at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugin-management at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">Project Plugin Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -207,7 +207,7 @@
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="https://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td>
-<td>1.6.0</td></tr>
+<td>1.7.0</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="https://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td>
@@ -246,8 +246,8 @@
 <td>3.2.2</td></tr>
 <tr class="a">
 <td>org.apache.rat</td>
-<td><a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
-<td>0.12</td></tr>
+<td><a class="externalLink" href="https://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.13</td></tr>
 <tr class="b">
 <td>org.codehaus.mojo</td>
 <td><a class="externalLink" href="http://www.mojohaus.org/clirr-maven-plugin/clirr-maven-plugin">clirr-maven-plugin</a></td>

Modified: maven/website/components/pom-archives/asf-LATEST/plugins.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/plugins.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/plugins.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugins at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugins at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Project Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">Project Plugins</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -147,7 +147,7 @@
 <tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="https://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td>
-<td>1.6.0</td></tr>
+<td>1.7.0</td></tr>
 <tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="https://maven.apache.org/plugins/maven-scm-publish-plugin/">maven-scm-publish-plugin</a></td>

Modified: maven/website/components/pom-archives/asf-LATEST/project-info.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/project-info.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/project-info.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">Project Information</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/website/components/pom-archives/asf-LATEST/scm.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/scm.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/scm.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:scm at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:scm at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Source Code Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">Source Code Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -127,15 +127,15 @@
 <div class="section">
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
-<div class="source"><pre class="prettyprint"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-22">https://github.com/apache/maven-apache-parent/tree/apache-22</a></pre></div></div>
+<div class="source"><pre class="prettyprint"><a class="externalLink" href="https://github.com/apache/maven-apache-parent/tree/apache-23">https://github.com/apache/maven-apache-parent/tree/apache-23</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a>
 <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 class="source"><pre class="prettyprint">$ git clone --branch apache-22 https://gitbox.apache.org/repos/asf/maven-apache-parent.git</pre></div></div>
+<div class="source"><pre class="prettyprint">$ git clone --branch apache-23 https://gitbox.apache.org/repos/asf/maven-apache-parent.git</pre></div></div>
 <div class="section">
 <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a>
 <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 class="source"><pre class="prettyprint">$ git clone --branch apache-22 https://gitbox.apache.org/repos/asf/maven-apache-parent.git</pre></div></div>
+<div class="source"><pre class="prettyprint">$ git clone --branch apache-23 https://gitbox.apache.org/repos/asf/maven-apache-parent.git</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
 <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>

Modified: maven/website/components/pom-archives/asf-LATEST/summary.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/summary.html (original)
+++ maven/website/components/pom-archives/asf-LATEST/summary.html Wed Jan 22 15:13:50 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:summary at 2020-01-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:summary at 2020-01-22
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <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="20200105" />
+    <meta name="Date-Revision-yyyymmdd" content="20200122" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Software Foundation Parent POM &#x2013; Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Parent POMs">Parent POMs</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="ASF">ASF</a><span class="divider">/</span></li>
     <li class="active ">Project Summary</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-05</li>
-          <li id="projectVersion" class="pull-right">Version: 22</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-22</li>
+          <li id="projectVersion" class="pull-right">Version: 23</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -164,7 +164,7 @@
 <td>apache.</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>22</td></tr>
+<td>23</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>pom</td></tr></table></div></div>