Update the release-checklist
diff --git a/parent/src/site/xdoc/release-checklist.xml b/parent/src/site/xdoc/release-checklist.xml
index b80ca0d..08e98c1 100644
--- a/parent/src/site/xdoc/release-checklist.xml
+++ b/parent/src/site/xdoc/release-checklist.xml
@@ -100,7 +100,7 @@
                 <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 @@
                 <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/>