You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by em...@apache.org on 2018/05/03 02:36:33 UTC

svn commit: r1830790 - /myfaces/core/branches/2.3.x/parent/src/site/xdoc/release-checklist.xml

Author: embreijo
Date: Thu May  3 02:36:33 2018
New Revision: 1830790

URL: http://svn.apache.org/viewvc?rev=1830790&view=rev
Log:
Update the step 8 of the release checklist

Modified:
    myfaces/core/branches/2.3.x/parent/src/site/xdoc/release-checklist.xml

Modified: myfaces/core/branches/2.3.x/parent/src/site/xdoc/release-checklist.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/parent/src/site/xdoc/release-checklist.xml?rev=1830790&r1=1830789&r2=1830790&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/parent/src/site/xdoc/release-checklist.xml (original)
+++ myfaces/core/branches/2.3.x/parent/src/site/xdoc/release-checklist.xml Thu May  3 02:36:33 2018
@@ -308,13 +308,18 @@ Eduardo M. Breijo
                     <li>How to upload a release: <a class="externalLink" href="http://www.apache.org/legal/release-policy.html#upload-ci">Upload CI</a></li>
                 </ul>
 
-                <li>You can use the <a href="./scripts/release-artifacts.sh">MyFaces Release Artifacts</a> script to upload the files to svn dist repo: <a class="externalLink" href="https://dist.apache.org/repos/dist/release/myfaces">MyFaces Distribution Repository</a></li>
-
+                <li>You can use the <a href="./scripts/release-artifacts.sh">MyFaces Release Artifacts</a> script to download the assembly files from <a class="externalLink" href="https://repository.apache.org/content/repositories/releases/org/apache/myfaces/core/myfaces-core-assembly/">Released MyFaces Core Assembly</a> and upload them to svn dist repo: <a class="externalLink" href="https://dist.apache.org/repos/dist/release/myfaces">MyFaces Distribution Repository</a></li>
+                <p>To execute the script run: "./release-artifacts.sh &lt;version&gt; &lt;svn_username&gt;"</p>
+                Example: ./release-artifacts.sh 2.3.0 yourusername
+                <br/>
+                <br/>
                 <li>Otherwise, use an svn client and add the release artifacts to the svn dist repo: <a class="externalLink" href="https://dist.apache.org/repos/dist/release/myfaces">MyFaces Distribution Repository</a></li>
                 <ul>
                     <li>myfaces-core-assembly-${VERSION}-bin.* should go under the binaries directory</li>
                     <li>myfaces-core-assembly-${VERSION}-src.* should go under the source directory</li>
                 </ul>
+                <p><b>NOTE:</b> Providing MD5 checksum files is now discouraged for new releases, but still allowed for past releases.</p>
+                <br/>
 
                 <li>Files can also be found in the following link once they are added to the svn repo: <a class="externalLink" href="http://www.apache.org/dist/myfaces/">MyFaces Distribution Server</a></li>