From commits-return-4177-apmail-aries-commits-archive=aries.apache.org@aries.apache.org Mon Oct 10 14:31:46 2011 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 A9A1F715E for ; Mon, 10 Oct 2011 14:31:46 +0000 (UTC) Received: (qmail 17878 invoked by uid 500); 10 Oct 2011 14:31:46 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 17833 invoked by uid 500); 10 Oct 2011 14:31:46 -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 17825 invoked by uid 99); 10 Oct 2011 14:31:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2011 14:31:46 +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; Mon, 10 Oct 2011 14:31:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 755D623889E3 for ; Mon, 10 Oct 2011 14:31:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r796856 - /websites/staging/aries/trunk/content/development/releasingaries.html Date: Mon, 10 Oct 2011 14:31:25 -0000 To: commits@aries.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111010143125.755D623889E3@eris.apache.org> Author: buildbot Date: Mon Oct 10 14:31:25 2011 New Revision: 796856 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 Mon Oct 10 14:31:25 2011 @@ -491,7 +491,7 @@ trunk.

  • What is SCM release tag or label for "Aries :: Top Parent POM"? (org.apache.aries:parent) parent-0.5: :
  • What is the new development version for "Aries :: Top Parent POM"? (org.apache.aries:parent) 0.6-SNAPSHOT: : 0.5
  • -

    i.e. take the default for the first two questions, and set the new development version to be the same as the one you are releasing! This is because 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! - so leave it for the person making those changes to make the decision and move to -SNAPSHOT.

    +

    i.e. take the default for the first two questions, and set the new development version to be the same as the one you are releasing! This is because 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! - so leave it for the person making those changes to make the decision and move to module-new version-SNAPSHOT.

  • Note 3: mvn release:clean will do most of the cleaning up in the event of failures.