From jdo-commits-return-2944-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Thu Nov 3 13:54:37 2011 Return-Path: X-Original-To: apmail-db-jdo-commits-archive@www.apache.org Delivered-To: apmail-db-jdo-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 979107926 for ; Thu, 3 Nov 2011 13:54:37 +0000 (UTC) Received: (qmail 52855 invoked by uid 500); 3 Nov 2011 13:54:37 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 52848 invoked by uid 99); 3 Nov 2011 13:54:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2011 13:54:37 +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; Thu, 03 Nov 2011 13:54:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D4FFF2388860; Thu, 3 Nov 2011 13:54:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1197119 - /db/jdo/HowToReleaseJDO.html Date: Thu, 03 Nov 2011 13:54:15 -0000 To: jdo-commits@db.apache.org From: madams@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111103135415.D4FFF2388860@eris.apache.org> Author: madams Date: Thu Nov 3 13:54:14 2011 New Revision: 1197119 URL: http://svn.apache.org/viewvc?rev=1197119&view=rev Log: fixed typo Modified: db/jdo/HowToReleaseJDO.html Modified: db/jdo/HowToReleaseJDO.html URL: http://svn.apache.org/viewvc/db/jdo/HowToReleaseJDO.html?rev=1197119&r1=1197118&r2=1197119&view=diff ============================================================================== --- db/jdo/HowToReleaseJDO.html (original) +++ db/jdo/HowToReleaseJDO.html Thu Nov 3 13:54:14 2011 @@ -134,6 +134,7 @@ svn commit -m "Remove projects and files
  • Update the details in branches//api/m2_repo_maven_metadata.xml + to include the version being released.
  • Copy the JNDI implementation jars (providerutil.jar and @@ -141,8 +142,9 @@ svn commit -m "Remove projects and files to test the tck before distributing it.
    Do not check these in to SVN
  • Manually install vdoclet:qdox:current:jar artifacts to your - local Maven 1 repository.  It can be found at http://repo1.maven.org/maven2/vdoclet/qdox/current/.  + local Maven 1 repository.  They can be found at http://repo1.maven.org/maven2/vdoclet/qdox/current/.  + Make sure to download qdox-current.jar to ~/.maven/repository/vdoclet/jars.
  • @@ -154,6 +156,7 @@ svn commit -m "Remove projects and files directory for distribution. It contains two subdirectories; db contains downloadable artifacts and java-repository contains artifacts that are automatically pulled to maven repositories. Note: + Failure possibly due to insufficient heap space was fixed by setting the environment variable MAVEN_OPTS="-Xmx1024m