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/09/17 18:05:53 UTC

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

Author: jukka
Date: Thu Sep 17 16:05:53 2009
New Revision: 816251

URL: http://svn.apache.org/viewvc?rev=816251&view=rev
Log:
JCRTCK-1: Create jackrabbit/commons/jcr-tests

Make the jcr-tests POM work as a standalone component.

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=816251&r1=816250&r2=816251&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/pom.xml (original)
+++ jackrabbit/commons/jcr-tests/trunk/pom.xml Thu Sep 17 16:05:53 2009
@@ -28,22 +28,22 @@
 <!-- ====================================================================== -->
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>jackrabbit-parent</artifactId>
-    <version>2.0-alpha9</version>
-    <relativePath>../jackrabbit-parent/pom.xml</relativePath>
+    <artifactId>parent</artifactId>
+    <version>4</version>
   </parent>
   <artifactId>jackrabbit-jcr-tests</artifactId>
+  <version>2.0.0-SNAPSHOT</version>
   <name>Jackrabbit JCR Tests</name>
   <description>JCR API test cases</description>
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jcr-tests
+      scm:svn:http://svn.apache.org/repos/asf/jackrabbit/commons/jcr-tests/trunk
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jcr-tests
+      scm:svn:https://svn.apache.org/repos/asf/jackrabbit/commons/jcr-tests/trunk
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-tests</url>
+    <url>http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk</url>
   </scm>
 
 
@@ -73,18 +73,22 @@
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
+      <version>2.0-b114</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <version>3.8.1</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
+      <version>1.5.3</version>
     </dependency>
     <dependency>
       <groupId>concurrent</groupId>
       <artifactId>concurrent</artifactId>
+      <version>1.3.4</version>
     </dependency>
   </dependencies>