Author: hboutemy
Date: Fri Apr 16 05:22:47 2021
New Revision: 1888813

Log:
update HTML like https://github.com/apache/maven-release/pull/64

Modified:
    
maven/website/components/maven-release-archives/maven-release-LATEST/maven-release-plugin/examples/rollback-release.html

Modified: 
maven/website/components/maven-release-archives/maven-release-LATEST/maven-release-plugin/examples/rollback-release.html
==============================================================================
--- 
maven/website/components/maven-release-archives/maven-release-LATEST/maven-release-plugin/examples/rollback-release.html
 (original)
+++ 
maven/website/components/maven-release-archives/maven-release-LATEST/maven-release-plugin/examples/rollback-release.html
 Fri Apr 16 05:22:47 2021
@@ -122,7 +122,7 @@
 <p>When a release is rolled back, the following release phases are 
executed:</p>
 <ul>
 <li>All project POMs are reverted back to their pre-release state locally, and 
also in the SCM if the previous release command was able to successfully make 
changes in the SCM to the POMs. This is done by using the backup files created 
during <tt>release:prepare</tt>.</li>
-<li>The created branch/tag in SCM for the release is removed. <b>Note:</b> 
This is not yet implemented so you will need to manually remove the branch/tag 
from your SCM. For more info see <a class="externalLink" 
href="https://issues.apache.org/jira/browse/MRELEASE-229";>MRELEASE-229</a>.</li></ul>
+<li>The created branch/tag in SCM for the release is removed. <b>Note:</b> 
This is available from version 3.0.0-M1 . Before this version you will need to 
manually remove the branch/tag from your SCM. For more info see <a 
class="externalLink" 
href="https://issues.apache.org/jira/browse/MRELEASE-229";>MRELEASE-229</a>.</li></ul>
 <p>To rollback a release execute this command:</p>
 <div>
 <pre>mvn release:rollback
@@ -142,4 +142,4 @@ All rights reserved.</p>
       </div>
     </footer>
   </body>
-</html>
\ No newline at end of file
+</html>


Reply via email to