Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. (tick) Wait one to two weeks after the release of the corresponding Geronimo server

  2. (tick) Make sure that the ant script that is used to download the Eclipse artifacts (i.e., build.xml) only contains released versions – not maintenance versions of Eclipse, DTP, EMF, GEF, WTP, etc.

  3. (tick) Copy the trunk to branches using the following command:
    Code Block
    svn copy SRC-URL DEST-URL -m "Reason for this commit"
    
    For example:
    Code Block
    svn copy https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/trunk
             https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1.2 -m "Prepare for GEP 2.1.2 release"
    
  4. (tick) Checkout or update this branches tree on your machine.

  5. (tick) Update the <scm> URLs in the pom.xml to point to the final URL in tags. For example:
    Code Block
    <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.1.2/</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.1.2/</developerConnection>
         <url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.1.02/</url>
    </scm>
    
  6. (tick) Build the new branches tree that will soon be released

  7. (tick) Build a publicly accessible staging site so that the reviewers can download the plugins and the Geronimo server from it

  8. (tick) Copy the deployable zip file, and the updatesite zip file to a publicly accessible location. Put them up for a vote. In the vote notice, please include:
    • The precise names and versions being voted on (e.g. geronimo-eclipse-plugin-2.1.12-deployable-RCx.zip and geronimo-eclipse-plugin-2.1.12-updatesite-RCx.zip)
      Tip
      titleTips

      1. Be certain to use the Release Candidate (RC) acronym in the name as it will not likely pass on the first vote
      2. Be certain to use the same version numbers as the Geronimo Server (e.g., 2.1.x)

    • The svn urls to the current source and where the tag will be created
    • The svn revision levels being voted on along with pointers to the source and build output files
    • URL of the staging site (with instructions on how to use it)
    • WTP requirements if any (with instructions on how to download them and from where)

  9. (tick) Create the staging site from the updatesite zip. Also include:
    • (tick) Instructions for using the staging site
    • (tick) Release notes

  10. (tick) Test the staging site by downloading the adapter from it (using the same instructions in previous step)

  11. (tick) Make sure to start both a VOTE and a DISCUSS thread on the Geronimo dev list

    • Be certain to use the same version numbers as the Geronimo Server (e.g., 2.1.2)
      Tip
      titleTip

      Be certain to get enough binding votes according to the Apache Foundation requirements, which in general stipulates 3 PMC +1 votes (see http://www.apache.org/foundation/voting.html#ReleaseVotes for more details)

  12. (tick) After it has been approved:
    • (tick) Publish the results on a RESULTS reply to the original VOTE thread on the Geronimo dev list
    • (tick) Publish the deployable zip file to the Eclipse distribution Update Site location on apache.org here:
      Code Block
      /www/www.apache.org/dist/geronimo/eclipse
      
    • (tick) Ensure that the version subdirectory is used (e.g., 2.1.2)
    • (tick) Ensure that the file(s) you copy to the distribution directory have 0775 dir permission and a 0644 file permission set on them
    • (tick) Ensure that the file(s) you copy to the distribution directory have the RCx acronym removed from the filename
    • (tick) Ensure that the deployable zipfile and the release notes are included in this directory (to show up on this website http://people.apache.org/dist/geronimo/eclipse/):
      Code Block
      /www/people.apache.org/dist/geronimo/eclipse
      
    • (tick) Ensure that the file(s) you copy have the proper checksum files as well (i.e., .asc, .md5, .sha) using these gpg commands:
      Code Block
      gpg --print-md MD5 [fileName] > [fileName].md5
      gpg --print-md SHA1 [fileName] > [fileName].sha
      gpg --armor --output [fileName].asc --detach-sig [fileName]
      
    • (tick) Similarly, ensure that your GPG public key is in the /www/www.apache.org/dist/geronimo/KEYS file before publishing anything to the distribution location

  13. (error) Ensure that the Eclipse distribution Update Site is updated automatically properly with the deployable zip file

  14. (tick) Update the Eclipse distribution Update Site with the contents of the updatesite.zip:
    Code Block
    1. /www/www.apache.org/dist/geronimo/eclipse/updates/features
    2. /www/www.apache.org/dist/geronimo/eclipse/updates/plugins
    3. /www/www.apache.org/dist/geronimo/eclipse/updates/site.xml
    
    Warning
    titleWarning

    Never delete old releases from the update site – always append to it !! Likewise, do not create a new update site as this will break everyone who has this current site configured, and WTP which uses the update site for the downloadable server adapter support.

    • (tick) Ensure that the file(s) you copy to the update site directories have 0755 dir permission and a 0644 file permisison set on them
    • (tick) Ensure that the file(s) you copy have the proper checksum files as well (i.e., .asc, .md5, .sha) using these gpg commands:
      Code Block
      gpg --print-md MD5 [fileName] > [fileName].md5
      gpg --print-md SHA1 [fileName] > [fileName].sha
      gpg --armor --output [fileName].asc --detach-sig [fileName]
      
  15. (error) Ensure that Eclipse distribution Update Site is updated automatically in the next 24 hours with the contents of the upatesite.zip file

  16. (tick) Copy (do not move as the branch needs to remain for future maintenance) the branches tree to tags using the following command:
    Code Block
    svn copy SRC-URL DEST-URL -m "Reason for this commit".
    
    For example:
    Code Block
     
    svn copy https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1.12
             https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.1.02 -m "Tagging GEP 2.1.12"
    
  17. (tick) Merge changes from tags into trunk to ensure they are in sync (except for the assembly pom.xml described above)

  18. (tick) Update version number in trunk (e.g., 2.1.2 -> 2.1.3)

  19. (tick) Update Geronimo version number in trunk (e.g., 2.1.2 -> 2.1.3-SNAPSHOT)

  20. (error) Update the Apache Geronimo Development Tools Subproject web site. Please include:
    • Updated Release Notes
    • All WTP prerequisites and download instructions
    • Links to recent, pertinent, and relevant presentations (e.g., Shiva's, EclipseWorld, look for others, etc)

  21. (error) (tick) Cleanup the unstable repo
    Code Block
    
    /www/people.apache.org/dist/geronimo/eclipse/unstable
    
  22. (tick) (error) Administer the GERONIMODEVTOOLS JIRA project to update the released and unreleased versions

  23. (question) Update appropriate remote Eclipse download site(s) so users can download the Geronimo server and the Geronimo Eclipse plugin from within Eclipse (without having to add a new "Remote Site" from the Eclipse Help panels)

  24. (error) Final step is to update the Geronimo Home Page with a News item that we have an updated Geronimo Eclipse Plugin available