Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 732789104 for ; Sat, 16 Mar 2013 06:30:53 +0000 (UTC) Received: (qmail 52538 invoked by uid 500); 16 Mar 2013 06:30:52 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 52473 invoked by uid 500); 16 Mar 2013 06:30:52 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 52420 invoked by uid 99); 16 Mar 2013 06:30:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Mar 2013 06:30:51 +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; Sat, 16 Mar 2013 06:30:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 03FA02388962; Sat, 16 Mar 2013 06:28:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1457209 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml Date: Sat, 16 Mar 2013 06:28:44 -0000 To: commits@commons.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130316062845.03FA02388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Sat Mar 16 06:28:44 2013 New Revision: 1457209 URL: http://svn.apache.org/r1457209 Log: Initial Nexus hints Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1457209&r1=1457208&r2=1457209&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original) +++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Sat Mar 16 06:28:44 2013 @@ -31,6 +31,13 @@ The instructions provided here are consistent with, but not a replacement for the ASF Release Guidlines.

+

Commons uses the Nexus installation at the Apache Software Foundation to stage Maven artifacts + before the release and later publish them, the Commons Parent POM contains all the necessary configuration. + This guide covers deploying to Nexus using Maven, for alternatives see + the ASF wide documentation. + If this is the first time you are publishing to the ASF's Nexus instance + you'll need to prepare + your development environment.

The examples below assume that preparation is being made to release version 1.2 of component Foo. @@ -41,7 +48,7 @@ Commons components are expected to use Maven to build the project website. Components may choose to use either Maven or Ant to build the actual jar and tar/zip files to be distributed, although it is recommended that Maven be used for this. Both approaches are covered - below. The version of Maven used is assumed to be Maven 2 throughout. At a minimum, Commons + below. The version of Maven used is assumed to be Maven 3 throughout. At a minimum, Commons releases must include full source distributions packaged in tar and zip archives.

@@ -170,7 +177,9 @@ <properties> <commons.componentid>foo</commons.componentid> <commons.release.version>1.2</commons.release.version> - <commons.binary.suffix></commons.binary.suffix> + <commons.rc.version>RC1</commons.rc.version> + + <-- properties not related to versioning --> <commons.jira.id>FOO</commons.jira.id> <commons.jira.pid>007</commons.jira.pid> <maven.compile.source>1.3</maven.compile.source>