Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D64CB896 for ; Fri, 20 Jan 2012 21:44:37 +0000 (UTC) Received: (qmail 36383 invoked by uid 500); 20 Jan 2012 21:44:36 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 36136 invoked by uid 500); 20 Jan 2012 21:44:35 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 36126 invoked by uid 99); 20 Jan 2012 21:44:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 21:44:35 +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; Fri, 20 Jan 2012 21:44:34 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3278323889ED for ; Fri, 20 Jan 2012 21:44:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1234158 - /tomcat/tc7.0.x/trunk/res/maven/README.txt Date: Fri, 20 Jan 2012 21:44:14 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120120214414.3278323889ED@eris.apache.org> Author: markt Date: Fri Jan 20 21:44:13 2012 New Revision: 1234158 URL: http://svn.apache.org/viewvc?rev=1234158&view=rev Log: Correct the instructions Modified: tomcat/tc7.0.x/trunk/res/maven/README.txt Modified: tomcat/tc7.0.x/trunk/res/maven/README.txt URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/README.txt?rev=1234158&r1=1234157&r2=1234158&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/res/maven/README.txt (original) +++ tomcat/tc7.0.x/trunk/res/maven/README.txt Fri Jan 20 21:44:13 2012 @@ -21,5 +21,6 @@ To release do the following: 1 - copy mvn.properties.default to mvn.properties and adjust it. 2 - ant -f mvn-pub.xml deploy-release that step creates a staging in https://repository.apache.org/index.html#stagingRepositories -3 - test it and do the vote process -4 - in https://repository.apache.org/index.html#stagingRepositories close it and then promote it. +3 - check the upload and then close the repository +4 - include the repository in the VOTE thread +5 - in https://repository.apache.org/index.html#stagingRepositories release it --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org