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 14:13:10 UTC

svn commit: r820622 - /jackrabbit/commons/jcr-tests/trunk/pom.xml

Author: jukka
Date: Thu Oct  1 12:13:09 2009
New Revision: 820622

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

Upgrade jackrabbit-jcr-tests to the official JCR 2.0 API.

Modified:
    jackrabbit/commons/jcr-tests/trunk/pom.xml

Modified: jackrabbit/commons/jcr-tests/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/pom.xml?rev=820622&r1=820621&r2=820622&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/pom.xml (original)
+++ jackrabbit/commons/jcr-tests/trunk/pom.xml Thu Oct  1 12:13:09 2009
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
-      <version>2.0-b114</version>
+      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>