Author: sjaranowski
Date: Sat Apr  9 17:42:18 2022
New Revision: 1899688

Log:
Site checkin for project Apache Software Foundation Parent POM

Modified:
    maven/website/components/pom-archives/asf-LATEST/ci-management.html
    maven/website/components/pom-archives/asf-LATEST/dependency-info.html
    maven/website/components/pom-archives/asf-LATEST/dependency-management.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/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 Sat Apr 
 9 17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>
@@ -116,7 +116,7 @@
 <p>This project uses <a class="externalLink" 
href="https://www.jenkins.io/";>Jenkins</a>.</p></section><section>
 <h2><a name="Access"></a>Access</h2><a name="Access"></a>
 <p>The following is a link to the continuous integration system used by the 
project:</p>
-<div class="source"><pre class="prettyprint"><a class="externalLink" 
href="https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-parent/";>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-parent/</a></pre></div></section><section>
+<div class="source"><pre class="prettyprint"><a class="externalLink" 
href="https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-apache-parent/";>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-apache-parent/</a></pre></div></section><section>
 <h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a>
 <p>Configuration for notifying developers/users when a build is unsuccessful, 
including user information and notification mode.</p>
 <table border="0" class="table table-striped">

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 Sat 
Apr  9 17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>
@@ -117,25 +117,25 @@
 <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;26-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;26&lt;/version&gt;
   &lt;type&gt;pom&lt;/type&gt;
 &lt;/dependency&gt;</pre></div></section><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:26-SNAPSHOT'</pre></div></section><section>
+<div class="source"><pre 
class="prettyprint">'org.apache:apache.:pom:26'</pre></div></section><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;26-SNAPSHOT&quot;&gt;
+<div class="source"><pre class="prettyprint">&lt;dependency 
org=&quot;org.apache&quot; name=&quot;apache.&quot; rev=&quot;26&quot;&gt;
   &lt;artifact name=&quot;apache.&quot; type=&quot;pom&quot; /&gt;
 &lt;/dependency&gt;</pre></div></section><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='26-SNAPSHOT')
+@Grab(group='org.apache', module='apache.', version='26')
 )</pre></div></section><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.:26-SNAPSHOT'</pre></div></section><section>
+<div class="source"><pre class="prettyprint">compile 
'org.apache:apache.:26'</pre></div></section><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;26-SNAPSHOT&quot;</pre></div></section><section>
+<div class="source"><pre class="prettyprint">libraryDependencies += 
&quot;org.apache&quot; % &quot;apache.&quot; % 
&quot;26&quot;</pre></div></section><section>
 <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
-<div class="source"><pre class="prettyprint">[org.apache/apache. 
&quot;26-SNAPSHOT&quot;]</pre></div></section></section>
+<div class="source"><pre class="prettyprint">[org.apache/apache. 
&quot;26&quot;]</pre></div></section></section>
         </main>
       </div>
     </div>

Modified: 
maven/website/components/pom-archives/asf-LATEST/dependency-management.html
==============================================================================
--- maven/website/components/pom-archives/asf-LATEST/dependency-management.html 
(original)
+++ maven/website/components/pom-archives/asf-LATEST/dependency-management.html 
Sat Apr  9 17:42:18 2022
@@ -48,7 +48,7 @@
       <li class=""><a href="index.html" title="ASF">ASF</a><span 
class="divider">/</span></li>
     <li class="active ">Project Dependency Management</li>
         <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>

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 
Sat Apr  9 17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>

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 Sat Apr  9 
17:42:18 2022
@@ -46,9 +46,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-26-SNAPSHOT/src/site-docs/xdoc/download.xml.vm";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+    <li class="active ">Download Apache Software Foundation Parent POM Source 
<a 
href="https://github.com/apache/maven-apache-parent/tree/apache-26/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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>
@@ -100,10 +100,10 @@
 
   
     <section>
-<h2><a 
name="Download_Apache_Software_Foundation_Parent_POM_26-SNAPSHOT_Source"></a>Download
 Apache Software Foundation Parent POM 26-SNAPSHOT Source</h2>
+<h2><a 
name="Download_Apache_Software_Foundation_Parent_POM_26_Source"></a>Download 
Apache Software Foundation Parent POM 26 Source</h2>
 
       
-<p>Apache Software Foundation Parent POM 26-SNAPSHOT is distributed in source 
format. Use a source archive if you intend to build
+<p>Apache Software Foundation Parent POM 26 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>
 
       
@@ -176,7 +176,7 @@
       </section>
       
       <section>
-<h3><a name="Apache_Software_Foundation_Parent_POM_26-SNAPSHOT"></a>Apache 
Software Foundation Parent POM 26-SNAPSHOT</h3>
+<h3><a name="Apache_Software_Foundation_Parent_POM_26"></a>Apache Software 
Foundation Parent POM 26</h3>
         
       
 <p>This is the current stable version of Apache Software Foundation Parent 
POM.</p>
@@ -200,13 +200,13 @@
           
 <tr class="b">
             
-<td align="left">Apache Software Foundation Parent POM 26-SNAPSHOT (Source 
zip)</td>
+<td align="left">Apache Software Foundation Parent POM 26 (Source zip)</td>
             
-<td><a 
href="[preferred]maven/pom/apache-26-SNAPSHOT-source-release.zip">maven/pom/apache-26-SNAPSHOT-source-release.zip</a></td>
+<td><a 
href="[preferred]maven/pom/apache-26-source-release.zip">maven/pom/apache-26-source-release.zip</a></td>
             
-<td><a class="externalLink" 
href="https://www.apache.org/dist/maven/pom/apache-26-SNAPSHOT-source-release.zip.sha512";>maven/pom/apache-26-SNAPSHOT-source-release.zip.sha512</a></td>
+<td><a class="externalLink" 
href="https://www.apache.org/dist/maven/pom/apache-26-source-release.zip.sha512";>maven/pom/apache-26-source-release.zip.sha512</a></td>
             
-<td><a class="externalLink" 
href="https://www.apache.org/dist/maven/pom/apache-26-SNAPSHOT-source-release.zip.asc";>maven/pom/apache-26-SNAPSHOT-source-release.zip.asc</a></td>
+<td><a class="externalLink" 
href="https://www.apache.org/dist/maven/pom/apache-26-source-release.zip.asc";>maven/pom/apache-26-source-release.zip.asc</a></td>
           </tr>
         </tbody>
       </table>

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 Sat Apr  9 
17:42:18 2022
@@ -50,9 +50,9 @@ Karl Heinz Marbaise" />
       <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-26-SNAPSHOT/src/site-docs/apt/index.apt.vm";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+    <li class="active ">Apache Software Foundation Parent POM <a 
href="https://github.com/apache/maven-apache-parent/tree/apache-26/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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>
@@ -169,7 +169,6 @@ Karl Heinz Marbaise" />
 <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 <code>-Papache-release</code> 
with the command line.</p></section><section>
 <h2><a name="History"></a>History</h2>
-<p>master: <a class="externalLink" 
href="https://github.com/apache/maven-apache-parent/tree/master/pom.xml";>26-SNAPSHOT</a>
 (<a class="externalLink" 
href="https://github.com/apache/maven-apache-parent/compare/apache-26...master";>diff</a>)</p>
 <table border="1" class="table table-striped">
 <tr class="a">
 <th align="left"><b>Version</b></th>

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 Sat 
Apr  9 17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>

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 Sat Apr  9 
17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>

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 Sat Apr 
 9 17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>

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 Sat 
Apr  9 17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>

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 Sat Apr  9 
17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>

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 Sat Apr  
9 17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>

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 Sat Apr  9 
17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>
@@ -116,13 +116,13 @@
 <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>
 <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-26-SNAPSHOT";>https://github.com/apache/maven-apache-parent/tree/apache-26-SNAPSHOT</a></pre></div></section><section>
+<div class="source"><pre class="prettyprint"><a class="externalLink" 
href="https://github.com/apache/maven-apache-parent/tree/apache-26";>https://github.com/apache/maven-apache-parent/tree/apache-26</a></pre></div></section><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-26-SNAPSHOT 
https://gitbox.apache.org/repos/asf/maven-apache-parent.git</pre></div></section><section>
+<div class="source"><pre class="prettyprint">$ git clone --branch apache-26 
https://gitbox.apache.org/repos/asf/maven-apache-parent.git</pre></div></section><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-26-SNAPSHOT 
https://gitbox.apache.org/repos/asf/maven-apache-parent.git</pre></div></section><section>
+<div class="source"><pre class="prettyprint">$ git clone --branch apache-26 
https://gitbox.apache.org/repos/asf/maven-apache-parent.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>
 <p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></section>
         </main>

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 Sat Apr  9 
17:42:18 2022
@@ -48,7 +48,7 @@
       <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: 2022-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 26-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 26</li>
           </ul>
         </div>
       </header>
@@ -151,7 +151,7 @@
 <td>apache.</td></tr>
 <tr class="b">
 <td align="left">Version</td>
-<td>26-SNAPSHOT</td></tr>
+<td>26</td></tr>
 <tr class="a">
 <td align="left">Type</td>
 <td>pom</td></tr></table></section></section>


Reply via email to