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 2007/10/06 16:59:55 UTC

[Myfaces Wiki] Update of "Cut an Orchestra Release" by MarioIvankovits

Dear Wiki user,

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

The following page has been changed by MarioIvankovits:
http://wiki.apache.org/myfaces/Cut_an_Orchestra_Release

New page:
=== How to cut an Orchestra Release ===

Based on the Apache MyFaces [CoreRelease115] document.


=== Step by Step ===

== Release the Orchestra-maven project ===

* cd /home/im/projects/myfaces/orchestra/maven
* mvn idea:clean
* mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/orchestra/tags  -Dusername=imario -Dtag=maven-1_0 -DdryRun=true
* (mvn release:perform didnt work as expected ...)
* mvn clean
* rm release.properties pom.xml.next pom.xml.tag
* mvn release:prepare -DtagBase=https://svn.apache.org/repos/asf/myfaces/orchestra/tags  -Dusername=imario -Dtag=maven-1_0
* svn switch https://svn.apache.org/repos/asf/myfaces/orchestra/tags/maven-1_0 .
* mvn clean deploy -Psign-artifacts

The result can be found in [http://people.apache.org/builds/myfaces/m2-staging-repository/org/apache/myfaces/orchestra/myfaces-orchestra-maven]