Return-Path: Delivered-To: apmail-aries-commits-archive@www.apache.org Received: (qmail 63554 invoked from network); 23 Jan 2011 15:03:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jan 2011 15:03:53 -0000 Received: (qmail 79444 invoked by uid 500); 23 Jan 2011 15:03:52 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 79342 invoked by uid 500); 23 Jan 2011 15:03:50 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 79324 invoked by uid 99); 23 Jan 2011 15:03:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jan 2011 15:03:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jan 2011 15:03:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 043C323889FD; Sun, 23 Jan 2011 15:03:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1062445 - /aries/site/trunk/content/development/releasingaries.mdtext Date: Sun, 23 Jan 2011 15:03:28 -0000 To: commits@aries.apache.org From: zoe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110123150329.043C323889FD@eris.apache.org> Author: zoe Date: Sun Jan 23 15:03:28 2011 New Revision: 1062445 URL: http://svn.apache.org/viewvc?rev=1062445&view=rev Log: Add a comment 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=1062445&r1=1062444&r2=1062445&view=diff ============================================================================== --- aries/site/trunk/content/development/releasingaries.mdtext (original) +++ aries/site/trunk/content/development/releasingaries.mdtext Sun Jan 23 15:03:28 2011 @@ -240,7 +240,7 @@ Then for each project, in the order give Run the following commands: mvn versions:update-parent - mvn versions:use-releases + mvn versions:use-releases *See Note 3 below* svn commit -m "updated to latest releases" rm pom.xml.versionsBackup mvn release:prepare -Papache-release -DpreparationGoals="clean install" @@ -255,6 +255,9 @@ the version element for the module itsel * Note 2: -DpreparationGoals="clean install" is needed for all modules that have sub modules with dependencies between them, in practice this is most modules. + * Note 3: These two commands should only make changes to the top level pom.xml. However, this relies on people having +understood that all the modules' dependencies go in the top level pom. If they haven't it's better +to fix the poms before releasing.