Notes on the Apache MyFaces Commons 1.0.0 Release

Release manager: Leonardo Uribe

Timeline

  • Proposed release date: 2008-09-18

Issues

Testing

Here's how you can help us test the distribution.

}}}

== Tasks ==
<<Anchor(tasks)>>

 
== Proposed Release Announcement ==
<<Anchor(releasenotes)>>
{{{

Diary

  1. Preparing myfaces commons11 1.0.0
    • Trying to prepare SUCCESS!.
mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/commons/branches/ -Dusername=lu4242 -Dscm.password=??? -Dtag="11_1_0_0" -DdryRun=true
  • Release it! FAIL. mvn install, mvn release:rollback and try again SUCCESS!
mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/commons/branches/ -Dusername=lu4242 -Dscm.password=??? -Dtag="11_1_0_0" -Dresume=false
  • Checkout generated branch, update myfaces-commons-assembly pom.xml to release version

2. Preparing myfaces commons12 1.0.0

  • Trying to prepare SUCCESS!.
mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/commons/branches/ -Dusername=lu4242 -Dscm.password=??? -Dtag="12_1_0_0" -DdryRun=true
  • Release it! FAIL. mvn install, mvn release:rollback and try again SUCCESS!
mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/commons/branches/ -Dusername=lu4242 -Dscm.password=??? -Dtag="12_1_0_0" -Dresume=false
  • Checkout generated branch, update myfaces-commons-assembly pom.xml to release version


2. Deploy on local repo SUCCESS

mvn clean install -Pgenerate-assembly
mvn clean install deploy -DaltDeploymentRepository=myfaces-local-staging::default::scp://localhost/home/lu4242/stage/repocommons100 -DperformRelease=true

3. Copy on people.apache.org

scp -p -r org lu4242@people.apache.org:/home/lu4242/public_html/myfacescommons100

4. Generate assembly

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

openssl md5 myfaces-commons12-1.0.0-src.tar.gz > myfaces-commons12-1.0.0-src.tar.gz.md5
openssl md5 myfaces-commons12-1.0.0-src.zip > myfaces-commons12-1.0.0-src.zip.md5
openssl sha1 myfaces-commons12-1.0.0-src.tar.gz > myfaces-commons12-1.0.0-src.tar.gz.sha1
openssl sha1 myfaces-commons12-1.0.0-src.zip > myfaces-commons12-1.0.0-src.zip.sha1
gpg --armor --output myfaces-commons12-1.0.0-src.tar.gz.asc --detach-sig myfaces-commons12-1.0.0-src.tar.gz
gpg --armor --output myfaces-commons12-1.0.0-src.zip.asc --detach-sig myfaces-commons12-1.0.0-src.zip
openssl md5 myfaces-commons12-1.0.0-bin.tar.gz > myfaces-commons12-1.0.0-bin.tar.gz.md5
openssl md5 myfaces-commons12-1.0.0-bin.zip > myfaces-commons12-1.0.0-bin.zip.md5
openssl sha1 myfaces-commons12-1.0.0-bin.tar.gz > myfaces-commons12-1.0.0-bin.tar.gz.sha1
openssl sha1 myfaces-commons12-1.0.0-bin.zip > myfaces-commons12-1.0.0-bin.zip.sha1
gpg --armor --output myfaces-commons12-1.0.0-bin.tar.gz.asc --detach-sig myfaces-commons12-1.0.0-bin.tar.gz
gpg --armor --output myfaces-commons12-1.0.0-bin.zip.asc --detach-sig myfaces-commons12-1.0.0-bin.zip
  • Copy to directory
scp myfaces-commons11-1.0.0-bin* lu4242@people.apache.org:/home/lu4242/public_html/myfacescommons100binsrc/binaries
scp myfaces-commons11-1.0.0-src* lu4242@people.apache.org:/home/lu4242/public_html/myfacescommons100binsrc/sources
scp myfaces-commons12-1.0.0-bin* lu4242@people.apache.org:/home/lu4242/public_html/myfacescommons100binsrc/binaries
scp myfaces-commons12-1.0.0-src* lu4242@people.apache.org:/home/lu4242/public_html/myfacescommons100binsrc/sources

4. Ask for vote

Hi,

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

The artifactId and version number has been changed according to 
suggestion proposed on previous vote, so now the artifacts proposed
has this names:

myfaces-commons-utils11-1.0.0
myfaces-converters11-1.0.0
myfaces-validators11-1.0.0

JSF 1.2

myfaces-commons-utils12-1.0.0
myfaces-converters12-1.0.0
myfaces-validators12-1.0.0

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

The artifacts are deployed to my private Apache account ([1]).

There is also binary and source packages available at ([3])

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

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

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

------------------------------------------------
[ ] +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] http://people.apache.org/~lu4242/myfacescommons100
[2] http://www.apache.org/foundation/voting.html#ReleaseVotes
[3] http://people.apache.org/~lu4242/myfacescommons100binsrc
[4] http://myfaces.apache.org/commons

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.1.0.

Apache MyFaces Buildtools Plugins are several maven plugins, used internally in
other projects.

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

Enjoy!


  • No labels