You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2012/06/22 16:33:22 UTC

svn commit: r1352903 - in /jackrabbit/trunk/test/performance: base/pom.xml pom.xml

Author: angela
Date: Fri Jun 22 14:33:21 2012
New Revision: 1352903

URL: http://svn.apache.org/viewvc?rev=1352903&view=rev
Log:
JCR-3355 : Unable to create performance tests using JCR 2.0 API

Modified:
    jackrabbit/trunk/test/performance/base/pom.xml
    jackrabbit/trunk/test/performance/pom.xml

Modified: jackrabbit/trunk/test/performance/base/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/test/performance/base/pom.xml?rev=1352903&r1=1352902&r2=1352903&view=diff
==============================================================================
--- jackrabbit/trunk/test/performance/base/pom.xml (original)
+++ jackrabbit/trunk/test/performance/base/pom.xml Fri Jun 22 14:33:21 2012
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
-      <version>1.0</version>
+      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

Modified: jackrabbit/trunk/test/performance/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/test/performance/pom.xml?rev=1352903&r1=1352902&r2=1352903&view=diff
==============================================================================
--- jackrabbit/trunk/test/performance/pom.xml (original)
+++ jackrabbit/trunk/test/performance/pom.xml Fri Jun 22 14:33:21 2012
@@ -41,13 +41,13 @@
   <modules>
     <module>parent</module>
     <module>base</module>
-    <module>jackrabbit10</module>
+    <!--module>jackrabbit10</module>
     <module>jackrabbit11</module>
     <module>jackrabbit12</module>
     <module>jackrabbit13</module>
     <module>jackrabbit14</module>
     <module>jackrabbit15</module>
-    <module>jackrabbit16</module>
+    <module>jackrabbit16</module-->
     <module>jackrabbit20</module>
     <module>jackrabbit21</module>
     <module>jackrabbit22</module>