Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 80923 invoked from network); 19 Aug 2009 10:28:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 10:28:05 -0000 Received: (qmail 53859 invoked by uid 500); 19 Aug 2009 10:28:24 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 53787 invoked by uid 500); 19 Aug 2009 10:28:24 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 53778 invoked by uid 99); 19 Aug 2009 10:28:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 10:28:24 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 10:28:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A5FDD238888E; Wed, 19 Aug 2009 10:28:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r805734 - in /jackrabbit/trunk: README.txt jackrabbit-parent/pom.xml Date: Wed, 19 Aug 2009 10:28:02 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090819102802.A5FDD238888E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Wed Aug 19 10:28:02 2009 New Revision: 805734 URL: http://svn.apache.org/viewvc?rev=805734&view=rev Log: JCR-1104: JSR 283 support Update to latest JCR 2.0 pre-release version. Modified: jackrabbit/trunk/README.txt jackrabbit/trunk/jackrabbit-parent/pom.xml Modified: jackrabbit/trunk/README.txt URL: http://svn.apache.org/viewvc/jackrabbit/trunk/README.txt?rev=805734&r1=805733&r2=805734&view=diff ============================================================================== --- jackrabbit/trunk/README.txt (original) +++ jackrabbit/trunk/README.txt Wed Aug 19 10:28:02 2009 @@ -20,12 +20,12 @@ Building Jackrabbit =================== -To build Jackrabbit, you first need to download the jcr-2.0-b113.jar and -jcr-2.0-b113.xml files from https://issues.apache.org/jira/browse/JCR-1104 +To build Jackrabbit, you first need to download the jcr-2.0-b114.jar and +jcr-2.0-b114.xml files from https://issues.apache.org/jira/browse/JCR-1104 and install them to your local Maven repository: mvn install:install-file \ - -Dfile=jcr-2.0-b113.jar -DpomFile=jcr-2.0-b113.xml + -Dfile=jcr-2.0-b114.jar -DpomFile=jcr-2.0-b114.xml Once you've installed the jar, you can build Jackrabbit like this: Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=805734&r1=805733&r2=805734&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-parent/pom.xml (original) +++ jackrabbit/trunk/jackrabbit-parent/pom.xml Wed Aug 19 10:28:02 2009 @@ -147,7 +147,7 @@ javax.jcr jcr - 2.0-b113 + 2.0-b114 provided