Notes on the Apache MyFaces Commons 1.0.2.1 Release

Release manager: Leonardo Uribe

Timeline

  • Proposed release date: 2011-10-14

Issues

Tasks

Proposed Release Announcement

}}}

== Diary ==
<<Anchor(diary)>>

1. Preparing myfaces commons20 1.0.2.1
  * Try -DdryRun=true SUCCESS

{{{
mvn clean install
mvn install -Pgenerate-assembly
mvn release:prepare -DprepareRelease=true -DdryRun=true
  • Release it! FAIL
mvn release:prepare -DprepareRelease=true -Dresume=false
mvn install
mvn install -Pgenerate-assembly
mvn release:rollback -DprepareRelease=true 
mvn release:prepare -DprepareRelease=true -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 -DprepareRelease=true

2. Stage the release for a vote

mvn release:perform -DperformRelease=true

4. Generate assembly

cd myfaces-commons-assembly
mvn package
  • Sign artifacts using script.
openssl md5 myfaces-commons20-1.0.2.1-src.tar.gz > myfaces-commons20-1.0.2.1-src.tar.gz.md5
openssl md5 myfaces-commons20-1.0.2.1-src.zip > myfaces-commons20-1.0.2.1-src.zip.md5
openssl sha1 myfaces-commons20-1.0.2.1-src.tar.gz > myfaces-commons20-1.0.2.1-src.tar.gz.sha1
openssl sha1 myfaces-commons20-1.0.2.1-src.zip > myfaces-commons20-1.0.2.1-src.zip.sha1
gpg --armor --output myfaces-commons20-1.0.2.1-src.tar.gz.asc --detach-sig myfaces-commons20-1.0.2.1-src.tar.gz
gpg --armor --output myfaces-commons20-1.0.2.1-src.zip.asc --detach-sig myfaces-commons20-1.0.2.1-src.zip
openssl md5 myfaces-commons20-1.0.2.1-bin.tar.gz > myfaces-commons20-1.0.2.1-bin.tar.gz.md5
openssl md5 myfaces-commons20-1.0.2.1-bin.zip > myfaces-commons20-1.0.2.1-bin.zip.md5
openssl sha1 myfaces-commons20-1.0.2.1-bin.tar.gz > myfaces-commons20-1.0.2.1-bin.tar.gz.sha1
openssl sha1 myfaces-commons20-1.0.2.1-bin.zip > myfaces-commons20-1.0.2.1-bin.zip.sha1
gpg --armor --output myfaces-commons20-1.0.2.1-bin.tar.gz.asc --detach-sig myfaces-commons20-1.0.2.1-bin.tar.gz
gpg --armor --output myfaces-commons20-1.0.2.1-bin.zip.asc --detach-sig myfaces-commons20-1.0.2.1-bin.zip

  • Copy to directory
scp myfaces-commons20-1.0.2.1-bin* lu4242@people.apache.org:/home/lu4242/public_html/myfacescommons1021binsrc/binaries
scp myfaces-commons20-1.0.2.1-src* lu4242@people.apache.org:/home/lu4242/public_html/myfacescommons1021binsrc/sources

4. Ask for vote

Hi,

I was running the needed tasks to get the 1.0.2.1 release of Apache
MyFaces Commons out.

MyFaces Commons project aims to provide non-renderkit-specific utilites
that can be used with any MyFaces JSF framework.

For more info about this artifacts take a loot at the site on ([4]).

Please note that this vote concerns all of the following parts:
 1. Maven artifact group "org.apache.myfaces.commons" v1.0.2.1 [1]

The artifacts were deployed on nexus repo [1] and to my private 
Apache account [3] for binary and source packages.

The release notes could be found at [5].

Please take a look at the "1.0.2.1" artifacts and vote!

Please note: This vote is "majority approval" with a minimum of three
+1 votes (see [2]).

------------------------------------------------
[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be released,
 and why..............
------------------------------------------------

Thanks,
Leonardo Uribe

[1] https://repository.apache.org/content/repositories/orgapachemyfaces-320/org/apache/myfaces/commons/
[2] http://www.apache.org/foundation/voting.html#ReleaseVotes
[3] http://people.apache.org/~lu4242/myfacescommons20-1.0.2.1
[4] http://myfaces.apache.org/commons20
[5] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310846&version=12319243

5. Vote success, continue with the procedure

6. Deploy on repo1.maven.org

mvn clean install deploy -DperformRelease=true -DaltDeploymentRepository=myfaces-staging::default::scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository  

7. copy svn branch to tag

8. ANNOUNCE mail

The Apache MyFaces team is pleased to announce the release of
Apache MyFaces Commons 1.0.2.1.

This project contains non-renderkit-specific code that can be used with any 
myfaces jsf framework.

MyFaces Commons 1.0.2.1 is available in both binary and source distributions.

    * http://myfaces.apache.org/commons/download.html

Apache MyFaces Commons is available in the central Maven repository under
Group ID "org.apache.myfaces.commons".

Release Notes - MyFaces Commons - Version 1.0.2.1

Sub-task

    [MFCOMMONS-44] - Remove gzip compression feature from myfaces commons resourcehandler

Bug

    [MFCOMMONS-39] - semicolon typo in ExtendedDefaultResourceHandlerSupport
    [MFCOMMONS-40] - enable checkstyle checks for MyFaces commons
    [MFCOMMONS-41] - MyFaces commons files must use svn:eol-style native
    [MFCOMMONS-45] - CLONE - MyFaces ResourceImpl$ValueExpressionFilterInputStream does not handle resolving long URLs
    [MFCOMMONS-46] - CLONE - org.apache.myfaces.shared.resource. ResourceImpl: PushbackInputStream delegate is not closed

Enjoy!

Leonardo Uribe

  • No labels