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/04/30 16:44:27 UTC

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

Author: embreijo
Date: Mon Apr 30 16:44:27 2018
New Revision: 1830601

URL: http://svn.apache.org/viewvc?rev=1830601&view=rev
Log:
Update 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=1830601&r1=1830600&r2=1830601&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 Mon Apr 30 16:44:27 2018
@@ -100,7 +100,7 @@ mvn release:perform -DtagBase=https://sv
                 <div class="source">
                     <pre>
 mvn clean install
-mvn install -Pgenerate-assembly -Papache-release
+mvn install -Pgenerate-assembly -Papache-release -Dgpg.passphrase=yourphrase
 # The dryRun=true don't checkin or tag anything in the scm repository, or modify the checkout. 
 # Useful to check modifications to poms and scm operations.
 mvn release:prepare -DprepareRelease=true -DdryRun=true
@@ -163,7 +163,8 @@ mvn release:perform -DperformRelease=tru
                 <p>Login to nexus repository using the id.apache.org account: <a class="externalLink" href="https://repository.apache.org">Nexus Repository</a></p>
                 Now  under Build Promotion go to Staging Repositories, look for orgapachemyfaces-xxxx repository. Click "close" so the artifacts can be downloaded. If the artifacts has some bug you can click "drop", if the artifacts are approved, you can click on "release". 
                 <p>More information here: <a class="externalLink" href="http://central.sonatype.org/pages/releasing-the-deployment.html#locate-and-examine-your-staging-repository">Locate and examine your staging repository</a></p>
-                <p>Link: <a class="externalLink" href="https://repository.apache.org/content/repositories/orgapachemyfaces-1130/org/apache/myfaces/core/myfaces-core-assembly/2.3.0/">https://repository.apache.org/content/repositories/orgapachemyfaces-1130/org/apache/myfaces/core/myfaces-core-assembly/2.3.0/</a></p>
+                <p>Example link: <a class="externalLink" href="https://repository.apache.org/content/repositories/orgapachemyfaces-1130/org/apache/myfaces/core/myfaces-core-assembly/2.3.0/">https://repository.apache.org/content/repositories/orgapachemyfaces-1130/org/apache/myfaces/core/myfaces-core-assembly/2.3.0/</a></p>
+                <p><b>NOTE:</b> Providing MD5 checksum files is now discouraged for new releases, but still allowed for past releases.</p>
                 <br/>
                 <br/>