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/04/28 14:23:43 UTC

svn commit: r769361 - /jackrabbit/commons/jcr-benchmark/trunk/pom.xml

Author: jukka
Date: Tue Apr 28 12:23:43 2009
New Revision: 769361

URL: http://svn.apache.org/viewvc?rev=769361&view=rev
Log:
JCRBENCH-1: Move jcr-benchmark to JCR Commons

Standalone build for JCR Benchmark.

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

Modified: jackrabbit/commons/jcr-benchmark/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-benchmark/trunk/pom.xml?rev=769361&r1=769360&r2=769361&view=diff
==============================================================================
--- jackrabbit/commons/jcr-benchmark/trunk/pom.xml (original)
+++ jackrabbit/commons/jcr-benchmark/trunk/pom.xml Tue Apr 28 12:23:43 2009
@@ -23,46 +23,50 @@
                              http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-<!-- ====================================================================== -->
-<!-- P R O J E C T  D E S C R I P T I O N                                   -->
-<!-- ====================================================================== -->
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6-SNAPSHOT</version>
-    <relativePath>../jackrabbit-parent/pom.xml</relativePath>
+    <artifactId>parent</artifactId>
+    <version>2</version>
   </parent>
+
   <artifactId>jackrabbit-jcr-benchmark</artifactId>
+  <version>1.6-SNAPSHOT</version>
   <name>Jackrabbit JCR Benchmarks</name>
-  <description>JCR Benchmarks</description>
+  <description>
+    JCR Benchmark is a suite of performance and scalability tests for
+    JCR content repositories.
+  </description>
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jcr-benchmark
+      scm:svn:http://svn.apache.org/repos/asf/jackrabbit/commons/jcr-benchmark/trunk
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jcr-benchmark
+      scm:svn:https://svn.apache.org/repos/asf/jackrabbit/commons/jcr-benchmark/trunk
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-benchmark</url>
+    <url>http://svn.apache.org/viewvc/jackrabbit/commons/jcr-benchmark/trunk</url>
   </scm>
 
   <dependencies>
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
+      <version>1.0</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>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-tests</artifactId>
-      <version>1.6-SNAPSHOT</version>
+      <version>1.5.0</version>
     </dependency>
   </dependencies>