You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2010/01/04 21:28:39 UTC

svn commit: r895764 - /incubator/cassandra/branches/cassandra-0.5/pom.xml

Author: eevans
Date: Mon Jan  4 20:28:38 2010
New Revision: 895764

URL: http://svn.apache.org/viewvc?rev=895764&view=rev
Log:
Update pom.xml for 0.5 release; change version# and add clhm dependency

Patch by Ryan Daum; reviewed by eevans for CASSANDRA-660

Modified:
    incubator/cassandra/branches/cassandra-0.5/pom.xml

Modified: incubator/cassandra/branches/cassandra-0.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.5/pom.xml?rev=895764&r1=895763&r2=895764&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.5/pom.xml (original)
+++ incubator/cassandra/branches/cassandra-0.5/pom.xml Mon Jan  4 20:28:38 2010
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.cassandra</groupId>
   <artifactId>cassandra</artifactId>
-  <version>0.4.1</version>
+  <version>0.5</version>
   <packaging>jar</packaging>
   <name>Cassandra</name>
   <inceptionYear>2009</inceptionYear>
@@ -165,8 +165,6 @@
     </dependency>
 
 
-
-
     <!-- Dependencies which I could not find in the maven repos -->
     <dependency>
       <groupId>high-scale-lib</groupId>
@@ -203,6 +201,13 @@
       <scope>system</scope>
       <systemPath>${basedir}/lib/json_simple-1.1.jar</systemPath>
     </dependency>
+  <dependency>
+      <groupId>com.reardencommerce</groupId>
+      <artifactId>clhm</artifactId>
+      <version>UNKNOWN</version>
+      <scope>system</scope>
+      <systemPath>${basedir}/lib/clhm-production.jar</systemPath>
+    </dependency>
 
     <!-- Testing Dependencies -->
     <dependency>