You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by bu...@apache.org on 2011/02/03 14:14:49 UTC

svn commit: r784741 - /websites/staging/aries/trunk/content/development/releasingaries.html

Author: buildbot
Date: Thu Feb  3 13:14:49 2011
New Revision: 784741

Log:
Staging update by buildbot

Modified:
    websites/staging/aries/trunk/content/development/releasingaries.html

Modified: websites/staging/aries/trunk/content/development/releasingaries.html
==============================================================================
--- websites/staging/aries/trunk/content/development/releasingaries.html (original)
+++ websites/staging/aries/trunk/content/development/releasingaries.html Thu Feb  3 13:14:49 2011
@@ -508,6 +508,15 @@ archived here /www/archive.apache.org/di
 <p>First, delete the previous distribution from the distribution directory.
 Download the release artifacts using a script like <a href="release-0.2">this</a>
 . Next, update the Aries Downloads pages to refer to the new artifacts.</p>
+<h3 id="tidying_up_tasks">Tidying up tasks</h3>
+<ul>
+<li>Move trunk to a new level, useful *ix commands:<ul>
+<li>find . -name "pom.xml" -exec sed -ie "s#0.3-SNAPSHOT#0.4-SNAPSHOT#g" {} ;</li>
+<li>find . -name pom.xmle | xargs -I {} rm {} <br/>
+   or use a fancy editor.</li>
+</ul>
+</li>
+</ul>
 <p><a name="ReleasingAries-Whattodowhenpeoplefindproblemswiththerelease"></a></p>
 <h3 id="what_to_do_when_people_find_problems_with_the_release">What to do when people find problems with the release</h3>
 <ul>