You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by bu...@apache.org on 2018/07/16 21:28:37 UTC

svn commit: r1032623 - in /websites/staging/commons/trunk/content: ./ releases/prepare.html

Author: buildbot
Date: Mon Jul 16 21:28:37 2018
New Revision: 1032623

Log:
Staging update by buildbot for commons

Modified:
    websites/staging/commons/trunk/content/   (props changed)
    websites/staging/commons/trunk/content/releases/prepare.html

Propchange: websites/staging/commons/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 16 21:28:37 2018
@@ -1 +1 @@
-1836046
+1836070

Modified: websites/staging/commons/trunk/content/releases/prepare.html
==============================================================================
--- websites/staging/commons/trunk/content/releases/prepare.html (original)
+++ websites/staging/commons/trunk/content/releases/prepare.html Mon Jul 16 21:28:37 2018
@@ -1303,12 +1303,61 @@ Lucky RM </pre></div>
 
     
 <div class="section">
+<h3><a name="Downloads"></a>Downloads</h3>
+    
+<p>Check the validity of what you download:</p>
+    
+<ul>
+      
+<li>Verify the ASC file with <tt>gpg --verify FILE.asc</tt></li>
+    </ul>
+    
+<p>There should be at least one SHA file:</p>
+    
+<ul>
+      
+<li>Verify the SHA-1 file if any with <tt>sha1sum FILE.zip/gz</tt> and compare with the actual <tt>FILE.zip/gz.sha1</tt> file</li>
+      
+<li>Verify the SHA-256 file if any with <tt>sha256sum FILE.zip/gz</tt> and compare with the actual <tt>FILE.zip/gz.sha256</tt> file</li>
+      
+<li>Verify the SHA-512 file if any with <tt>sha256sum FILE.zip/gz</tt> and compare with the actual <tt>FILE.zip/gz.sha512</tt> file</li>
+    </ul>
+    </div>
+
+    
+<div class="section">
+<h3><a name="Licensing"></a>Licensing</h3>
+    
+<ul>
+      
+<li>The NOTICE.txt file must be included in both the distribution tars/zips and the included jars.</li>
+      
+<li>In NOTICE.txt, the end year of the copright notice is the current year.</li>
+      
+<li>Check the <a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">RAT</a> report or run it with <tt>mvn apache-rat:check</tt></li>
+    </ul>
+    
+<p>
+    Maven builds default to including this, so no further effort is required
+    for those projects.
+    </p>
+    </div>
+    
+    
+<div class="section">
 <h3><a name="API_Changes"></a>API Changes</h3>
     
 <p>
       Accidental non-compatible API changes in a minor release. The clirr report
       generated by Maven is very useful in spotting these.
     </p>
+    
+<ul>
+       
+<li>You can check the site's <a class="externalLink" href="http://www.mojohaus.org/clirr-maven-plugin/">Clirr</a> report or run it yourself with <tt>mvn clirr:check</tt></li>
+       
+<li>You can check the site's <a class="externalLink" href="https://github.com/siom79/japicmp">Japicmp</a> report or run it yourself with <tt>mvn japicmp:cmp</tt></li>
+    </ul>
     </div>
 
     
@@ -1377,20 +1426,6 @@ Lucky RM </pre></div>
     
     </div>
 
-    
-<div class="section">
-<h3><a name="Licensing"></a>Licensing</h3>
-    
-<p>
-    The NOTICE.txt file must be included in both the distribution tars/zips and the
-    included jars.
-    </p>
-    
-<p>
-    Maven builds default to including this, so no further effort is required
-    for those projects.
-    </p>
-    </div>
   </div>