Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 702F2D90E for ; Thu, 28 Jun 2012 11:25:22 +0000 (UTC) Received: (qmail 36763 invoked by uid 500); 28 Jun 2012 11:25:21 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 36655 invoked by uid 500); 28 Jun 2012 11:25:20 -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 36625 invoked by uid 99); 28 Jun 2012 11:25:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2012 11:25:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 28 Jun 2012 11:25:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1CDEC23889E7; Thu, 28 Jun 2012 11:24:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1354937 - /aries/site/trunk/content/development/releasingaries.mdtext Date: Thu, 28 Jun 2012 11:24:55 -0000 To: commits@aries.apache.org From: cumminsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120628112456.1CDEC23889E7@eris.apache.org> Author: cumminsh Date: Thu Jun 28 11:24:55 2012 New Revision: 1354937 URL: http://svn.apache.org/viewvc?rev=1354937&view=rev Log: Improving wording and formatting. 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=1354937&r1=1354936&r2=1354937&view=diff ============================================================================== --- aries/site/trunk/content/development/releasingaries.mdtext (original) +++ aries/site/trunk/content/development/releasingaries.mdtext Thu Jun 28 11:24:55 2012 @@ -294,11 +294,13 @@ For each bundle that needs to be release 1. What is SCM release tag or label for "Aries :: Top Parent POM"? (org.apache.aries:parent) parent-0.5: : 1. What is the new development version for "Aries :: Top Parent POM"? (org.apache.aries:parent) 0.6-SNAPSHOT: : 0.5.1 - i.e. take the defaults for the last two questions, but change the release version if required. You don't know whether the next version released from the trunk will have a major, minor or micro version number change - you won't know until those changes are made! - but you have to make a guess. The person doing the next release can make the decision and move to *module*-*new version*-SNAPSHOT. - * Note 3: Since the release plugin makes changes in SCM, use a JIRA for the release (ARIES-XXX here) in the commit comment to make it easier to see what's changed - * Note 4: The task will appear to hang at the end. It's waiting ten seconds to do the tagging, to ensure everything works in Europe, where svn is mirrored from a US master -* Note 3: mvn release:clean will do *most* of the cleaning up in the event of failures. - * Note 4: If on mvn release:prepare you get an error from SVN similar to https://svn.apache.org/repos/asf/!svn/bc/1182408/aries/tags/parent-0.5/default-parent/java5-parent/org.apache.aries.bundle.i.am.releasing does not exist then it's because there's no scm element in the pom.xml for the module you're releasing. + i.e. take the defaults for the last two questions, but change the release version if required. The last person doing a release didn't know whether the next version released from the trunk would have a major, minor or micro version number change - they couldn't know until those changes were made! - but they had to make a guess. Now is the time +to correct their guess. Similarly, you won't know what the next release number should be, but you need to use /something/, so accept the default. + + * Note 3: Since the release plugin makes changes in SCM, use a JIRA for the release (ARIES-XXX here) in the commit comment to make it easier to see what's changed. + * Note 4: The task will appear to hang at the end. It's waiting ten seconds to do the tagging, to ensure everything works in Europe, where svn is mirrored from a US master. + * Note 5: mvn release:clean will do *most* of the cleaning up in the event of failures. + * Note 6: If on mvn release:prepare you get an error from SVN similar to https://svn.apache.org/repos/asf/!svn/bc/1182408/aries/tags/parent-0.5/default-parent/java5-parent/org.apache.aries.bundle.i.am.releasing does not exist then it's because there's no scm element in the pom.xml for the module you're releasing.