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

svn commit: r1066805 - /aries/site/trunk/content/development/releasingaries.mdtext

Author: zoe
Date: Thu Feb  3 13:14:44 2011
New Revision: 1066805

URL: http://svn.apache.org/viewvc?rev=1066805&view=rev
Log:
tidying up after release

Modified:
    aries/site/trunk/content/development/releasingaries.mdtext

Modified: aries/site/trunk/content/development/releasingaries.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/development/releasingaries.mdtext?rev=1066805&r1=1066804&r2=1066805&view=diff
==============================================================================
--- aries/site/trunk/content/development/releasingaries.mdtext (original)
+++ aries/site/trunk/content/development/releasingaries.mdtext Thu Feb  3 13:14:44 2011
@@ -321,6 +321,11 @@ First, delete the previous distribution 
 Download the release artifacts using a script like [this](release-0.2)
 . Next, update the Aries Downloads pages to refer to the new artifacts.
 
+### Tidying up tasks
+  * Move trunk to a new level, useful *ix commands:
+    * find . -name "pom.xml" -exec sed -ie "s#0.3-SNAPSHOT#0.4-SNAPSHOT#g" {} \;
+    * find . -name pom.xmle | xargs -I {} rm {} <br/>
+   or use a fancy editor.
 
 
 <a name="ReleasingAries-Whattodowhenpeoplefindproblemswiththerelease"></a>