You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2014/02/27 04:09:59 UTC

[Myfaces Wiki] Update of "CoreRelease2020" by LeonardoUribe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The "CoreRelease2020" page has been changed by LeonardoUribe:
https://wiki.apache.org/myfaces/CoreRelease2020?action=diff&rev1=4&rev2=5

  
        Follow the guide on http://www.apache.org/dev/publishing-maven-artifacts.html
  
- 1. Preparing shared 4.0.20
- 
-   * Try -DdryRun=true SUCCESS
- 
- {{{
- mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/shared/tags -DdryRun=true
- }}}
- 
-    * Release it! FAIL
- 
- {{{
- mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/shared/tags -Dresume=false
- mvn install
- mvn release:rollback
- mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/shared/tags -Dresume=false
- }}}
- 
-      Note: Preparing the release will create the new tag in SVN, automatically checking in on your behalf.
- 
-      Note: If you're located in Europe then release:prepare may fail with 'Unable to tag SCM' and 'svn: No such revision X'. Wait 10 seconds and run mvn release:prepare again.
- 
- {{{
- mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/shared/tags
- }}}
- 
-    * Stage the release for a vote
- 
- {{{
- mvn release:perform -DtagBase=https://svn.apache.org/repos/asf/myfaces/shared/tags
- }}}
- 
  2. Preparing core 2.0.20