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 2010/08/31 21:13:52 UTC

[Myfaces Wiki] Update of "MyfacesTestRelease100" by LeonardoUribe

Dear Wiki user,

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

The "MyfacesTestRelease100" page has been changed by LeonardoUribe.
http://wiki.apache.org/myfaces/MyfacesTestRelease100

--------------------------------------------------

New page:
== Notes on the MyFaces Test 1.0.0 Release ==

 Release manager: Leonardo Uribe

== Timeline ==

 * Proposed release date: 2010-09-04

=== Issues ===


=== Testing ===
<<Anchor(testing)>>


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

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

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

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

1. Preparing myfaces test 1.0.0

  * Try -DdryRun=true SUCCESS

{{{
mvn release:prepare -DdryRun=true
}}}

   * Release it! FAIL

{{{
mvn release:prepare -Dresume=false
mvn install
mvn release:rollback
mvn release:prepare -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
}}}

2. Stage the release for a vote

{{{
mvn release:perform
}}}

3. JIRA Issue Management

  * Update versions
  * Close issues

4. Close staging on nexus

5. Vote
{{{
[VOTE] release for myfaces test 1.0.0
}}}
{{{
Hi,

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

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

The artifacts are deployed to nexus repository [1].

The release notes could be found at [3].

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] https://repository.apache.org/content/repositories/orgapachemyfaces-001/org/apache/myfaces/test/
    https://repository.apache.org/content/groups/staging/org/apache/myfaces/test/
[2] http://www.apache.org/foundation/voting.html#ReleaseVotes
[3] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310951&styleName=Html&version=12315294

}}}