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 2007/02/02 16:29:30 UTC

[Myfaces Wiki] Update of "Release Procedure" by ManfredGeiler

Dear Wiki user,

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

The following page has been changed by ManfredGeiler:
http://wiki.apache.org/myfaces/Release_Procedure

The comment on the change is:
changed old subprojectname "commons" to "shared"

------------------------------------------------------------------------------
  
  == General Steps ==
  
-  1. Release any myfaces project dependencies the project you're releasing might have (usually commons and maven at a minimum).  Follow this procedure recursively for those dependencies.
+  1. Release any myfaces project dependencies the project you're releasing might have (usually maven and shared at a minimum).  Follow this procedure recursively for those dependencies.
   1. Use maven to prepare a release (creates a branch, etc.)
  
      * The prepare step will create a branch from the trunk, remove the "-SNAPSHOT" from the version in the trunk, 
@@ -61, +61 @@

   * Run the TCK on the release.
   * Send a note to jcp-open@apcahe.org so the TCK-certified release is registered in Sun's catalog.
   
- === Commons ===
+ === Shared ===
  
  When you prepare the release for this project, Maven will automatically increment the trunk snapshot version.  Consequently you will need to manually change some references in the other poms on the trunk.
  
-  * Change the reference to the commons version in the following poms: ''core/assembly/pom.xml (two refs), core/impl/pom.xml, tomahawk/assembly/pom.xml (two refs)''
+  * Change the reference to the shared version in the following poms: ''core/assembly/pom.xml (two refs), core/impl/pom.xml, tomahawk/assembly/pom.xml (two refs)''