You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/10/01 18:27:24 UTC

svn commit: r820705 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: jukka
Date: Thu Oct  1 16:27:24 2009
New Revision: 820705

URL: http://svn.apache.org/viewvc?rev=820705&view=rev
Log:
JCR-1104: JSR 283 support

Upgrade to the official JCR 2.0 API.

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=820705&r1=820704&r2=820705&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Thu Oct  1 16:27:24 2009
@@ -147,7 +147,7 @@
       <dependency>
         <groupId>javax.jcr</groupId>
         <artifactId>jcr</artifactId>
-        <version>2.0-b114</version>
+        <version>2.0</version>
         <scope>provided</scope>
       </dependency>
       <dependency>