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 sv...@apache.org on 2021/04/04 22:11:59 UTC

svn commit: r1888356 - in /maven/website/content: developers/release/maven-core-release.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Sun Apr  4 22:11:59 2021
New Revision: 1888356

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/developers/release/maven-core-release.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/developers/release/maven-core-release.html
==============================================================================
--- maven/website/content/developers/release/maven-core-release.html (original)
+++ maven/website/content/developers/release/maven-core-release.html Sun Apr  4 22:11:59 2021
@@ -206,7 +206,7 @@ Maven differs slightly in its release pr
 <ul>
 
 <li>create <code>content/markdown/docs/$version</code></li>
-<li>create <code>content/markdowndocs/$version/release-notes.md</code> (see other versions for an example)</li>
+<li>create <code>content/markdown/docs/$version/release-notes.md</code> (see other versions for an example)</li>
 </ul></section><section>
 <h4><a name="Stage_the_Latest_Documentation"></a>Stage the Latest Documentation</h4>
 <p>Once the release is prepared, but before the release vote, the site needs to be staged.</p>
@@ -224,7 +224,7 @@ mvn scm-publish:publish-scm
 <p>In addition to promoting the repository, the release archives should be moved to the release svnpubsub tree:</p>
 
 <div class="source">
-<div class="source"><pre class="prettyprint linenums">svn mv https://dist.apache.org/repos/dist/dev/maven/maven-3/$VERSION https://dist.apache.org/repos/dist/release/maven/maven-3 -m &quot;Publish Maven Distribution Archives&quot;
+<div class="source"><pre class="prettyprint linenums">svn mv https://dist.apache.org/repos/dist/dev/maven/maven-3/$VERSION https://dist.apache.org/repos/dist/release/maven/maven-3 -m &quot;Publish Maven $VERSION Distribution Archives&quot;
 </pre></div></div>
 </section><section>
 <h4><a name="Update_the_DOAP_Information"></a>Update the DOAP Information</h4>
@@ -239,7 +239,7 @@ mvn scm-publish:publish-scm
 <p>This consists in copying in website svn tree the staging /ref/3-LATEST directory to final /ref/<code>$VERSION</code>.</p>
 
 <div class="source">
-<div class="source"><pre class="prettyprint linenums">svn cp https://svn.apache.org/repos/asf/maven/website/components/ref/3-LATEST https://svn.apache.org/repos/asf/maven/website/components/ref/$VERSION
+<div class="source"><pre class="prettyprint linenums">svn cp https://svn.apache.org/repos/asf/maven/website/components/ref/3-LATEST https://svn.apache.org/repos/asf/maven/website/components/ref/$VERSION -m &quot;Maven $VERSION released&quot;
 </pre></div></div>
 </section></section><section>
 <h3><a name="Information_on_.2Fref.2Fcurrent_mechanism"></a>Information on <code>/ref/current</code> mechanism</h3>
@@ -248,7 +248,7 @@ mvn scm-publish:publish-scm
 <p>Once both of the above have synced to the main site and a suitable number of mirrors, proceed to update the web site and produce the announcement.</p>
 <p>Commit your changes and then <a href="../website/deploy-maven-website.html">deploy the main Maven site</a>.</p></section><section>
 <h4><a name="Remove_Old_Versions_from_ASF_Distribution_Directory"></a>Remove Old Versions from ASF Distribution Directory</h4>
-<p>Next, any superceded releases should be removed from the above locations (after confirming that they exist in /www/archive.apache.org/dist/maven).</p></section><section>
+<p>Next, any superseded releases should be removed from the above locations (after confirming that they exist in /www/archive.apache.org/dist/maven).</p></section><section>
 <h4><a name="Proceed_with_Announcement"></a>Proceed with Announcement</h4>
 <p>You can now proceed with the steps outlined after deploying the website on <a href="./maven-project-release-procedure.html">Maven Project Common Release Procedure</a></p></section></section></section>
         </main>

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.