Return-Path: Delivered-To: apmail-aries-commits-archive@www.apache.org Received: (qmail 43233 invoked from network); 21 Feb 2011 09:33:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Feb 2011 09:33:11 -0000 Received: (qmail 36416 invoked by uid 500); 21 Feb 2011 09:33:11 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 36331 invoked by uid 500); 21 Feb 2011 09:33:08 -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 36291 invoked by uid 99); 21 Feb 2011 09:33:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Feb 2011 09:33:08 +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, 21 Feb 2011 09:33:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8488923889B2; Mon, 21 Feb 2011 09:32:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r785854 - in /websites/production/aries: ./ content/development/releasingaries.html Date: Mon, 21 Feb 2011 09:32:43 -0000 To: commits@aries.apache.org From: zoe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110221093243.8488923889B2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: zoe Date: Mon Feb 21 09:32:43 2011 New Revision: 785854 Log: Remove references to incubator on release pages Modified: websites/production/aries/ (props changed) websites/production/aries/content/development/releasingaries.html Propchange: websites/production/aries/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Mon Feb 21 09:32:43 2011 @@ -1 +1 @@ -/websites/staging/aries/trunk:782169-785324 +/websites/staging/aries/trunk:782169-785853 Modified: websites/production/aries/content/development/releasingaries.html ============================================================================== --- websites/production/aries/content/development/releasingaries.html (original) +++ websites/production/aries/content/development/releasingaries.html Mon Feb 21 09:32:43 2011 @@ -277,7 +277,7 @@ agree its content. Allow at least a week

Creating and storing GPG keys

For Aries your GPG key will need to be in this file: -https://svn.apache.org/repos/asf/incubator/aries/KEYS (follow the +https://svn.apache.org/repos/asf/aries/KEYS (follow the instructions in the file) and checkin

Setting up your environment

@@ -289,9 +289,9 @@ to do it. Running the commands to create especially if you have to revert anything. This is much easier if you are working in your own branch and not in trunk where other people may be committing code.

-
svn copy https://svn.apache.org/repos/asf/incubator/aries/trunk \
+
svn copy https://svn.apache.org/repos/asf/aries/trunk \
 
-https://svn.apache.org/repos/asf/incubator/aries/branches/0.X-incubating-RCx \
+https://svn.apache.org/repos/asf/aries/branches/0.X-incubating-RCx \
 
   -m "Creating a release branch of /aries/trunk."
 
@@ -299,18 +299,18 @@ committing code.

Where '0.X' is the number of the release.

Checkout the new branch, for example, for the 0.2-incubating release:

-
svn co https://svn.apache.org/repos/asf/incubator/aries/branches/0.2-incubating-RCx aries-0.2-candidate
+
svn co https://svn.apache.org/repos/asf/aries/branches/0.2-incubating-RCx aries-0.2-candidate
 

IMPORTANT If you are using a branch to release you must edit the top level pom.xml for each module to change the SCM references to point to the branch and not to trunk. For example:

-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.2-incubating-RCx/parent</connection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.2-RCx/parent</connection>
 
-<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.2-incubating-RCx/parent</developerConnection>
+<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.2-RCx/parent</developerConnection>
 
-<url>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.2-incubating-RCx/parent</url>
+<url>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.2-RCx/parent</url>
 
@@ -503,8 +503,8 @@ there they will be automatically moved t

Making the release artifacts available from the Aries web pages.

Anything that is to be downloaded must be put in -/www/www.apache.org/dist/incubator/aries on minotaur. The distributions are -archived here /www/archive.apache.org/dist/incubator/aries.

+/www/www.apache.org/dist/aries on minotaur. The distributions are +archived here /www/archive.apache.org/dist/aries.

First, delete the previous distribution from the distribution directory. Download the release artifacts using a script like this . Next, update the Aries Downloads pages to refer to the new artifacts.

@@ -550,7 +550,7 @@ module this works on *ix:

through the release process again.

In some cases you may also want to merge from trunk into the release branch. The syntax to do this is:

-
svn merge -c ZZZZZZ https://svn.apache.org/repos/asf/incubator/aries/trunk
+
svn merge -c ZZZZZZ https://svn.apache.org/repos/asf/aries/trunk