Notes on the MyFaces Master POM 9 Release

Release manager: Leonardo Uribe

Timeline

  • Proposed release date: 2010-07-20

Issues

Testing

Tasks

Proposed Release Announcement

}}}

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

  * Follow the guide on http://www.apache.org/dev/publishing-maven-artifacts.html

1 - Publish a snapshot 

{{{
mvn deploy

2. Preparing myfaces master pom 9

  • Try -DdryRun=true SUCCESS
mvn release:prepare -Dtag=myfaces-9 -DdryRun=true
  • Release it! FAIL
mvn release:prepare -Dtag=myfaces-9 -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 -Dtag=myfaces-9

3. Stage the release for a vote

mvn release:perform -Dtag=myfaces-9

4. Close staging on nexus

5. Vote

[VOTE] release for myfaces master pom v 9
Hi,

I was running the needed tasks to get the version 9 release of Apache MyFaces Master POM.

Please note that this vote concerns all of the following parts:

 1. Maven artifact group "org.apache.myfaces.myfaces" v 9  [1]

The artifacts are deployed to a nexus staging repository [1].

Please take a look at the version 9 pom 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] https://repository.apache.org/content/repositories/orgapachemyfaces-122/
    https://repository.apache.org/content/groups/staging/org/apache/myfaces/myfaces/9/
  • No labels