You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2009/08/06 08:40:25 UTC

svn commit: r801516 - /jackrabbit/trunk/README.txt

Author: reschke
Date: Thu Aug  6 06:40:25 2009
New Revision: 801516

URL: http://svn.apache.org/viewvc?rev=801516&view=rev
Log:
JCR-1104: update readme wrt tup new JCR 2.0 jar (see commit 801459)

Modified:
    jackrabbit/trunk/README.txt

Modified: jackrabbit/trunk/README.txt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/README.txt?rev=801516&r1=801515&r2=801516&view=diff
==============================================================================
--- jackrabbit/trunk/README.txt (original)
+++ jackrabbit/trunk/README.txt Thu Aug  6 06:40:25 2009
@@ -20,12 +20,12 @@
 Building Jackrabbit
 ===================
 
-To build Jackrabbit, you first need to download the jcr-2.0-b112.jar and
-jcr-2.0-b112.xml files from https://issues.apache.org/jira/browse/JCR-1104
+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
 and install them to your local Maven repository:
 
     mvn install:install-file \
-        -Dfile=jcr-2.0-b112.jar -DpomFile=jcr-2.0-b112.xml
+        -Dfile=jcr-2.0-b113.jar -DpomFile=jcr-2.0-b113.xml
 
 Once you've installed the jar, you can build Jackrabbit like this: