Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 96995 invoked from network); 13 Mar 2008 00:10:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 00:10:05 -0000 Received: (qmail 31115 invoked by uid 500); 13 Mar 2008 00:10:01 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 31039 invoked by uid 500); 13 Mar 2008 00:10:01 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 31030 invoked by uid 99); 13 Mar 2008 00:10:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 17:10:01 -0700 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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 00:09:32 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 62BD6D2DB for ; Thu, 13 Mar 2008 00:09:43 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: dev@commons.apache.org Date: Thu, 13 Mar 2008 00:09:43 -0000 Message-ID: <20080313000943.25148.3932@eos.apache.org> Subject: [Commons Wiki] Update of "CreatingReleases" by RahulAkolkar X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by RahulAkolkar: http://wiki.apache.org/commons/CreatingReleases The comment on the change is: Add a background section about preventing lost license headers (from POMs) ------------------------------------------------------------------------------ = DRAFT Procedure for creating a release using M2 = - '''This is currently a discussion page, and is not (yet) policy'' + '''This is currently a discussion page, and is not (yet) policy''' + + == Background == + + See Maven documentation: [http://maven.apache.org/developers/release/releasing.html Releasing A Maven Project]. + + '''Please prepare the POM(s) for the release, quoting from the above page:''' + + Check that your poms will not lose content when they are rewritten during the release process. + + * mvn release:prepare -!DdryRun=true + + * Diff the original file pom.xml with the one called pom.xml.tag to see if the license or any other info has been removed. This has been known to happen if the starting tag is not on a single line. The only things that should be different between these files are the and elements. Any other changes, you must backport yourself to the original pom.xml file and commit before proceeding with the release. + + * Remember to do 'mvn release:clean ' before you start the real release process. + + == Procedure for creating a release using M2 == This assumes that the Commons Proxy is about to vote on 1.0-RC3. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org