Author: eevans
Date: Mon Jan 18 21:36:38 2010
New Revision: 900575
URL: http://svn.apache.org/viewvc?rev=900575&view=rev
Log:
update pom.xml for maven usage
Patch by Ryan Daum; reviewed by eevans for CASSANDRA-660
Modified:
incubator/cassandra/trunk/pom.xml
Modified: incubator/cassandra/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cassandra/trunk/pom.xml?rev=900575&r1=900574&r2=900575&view=diff
==============================================================================
--- incubator/cassandra/trunk/pom.xml (original)
+++ incubator/cassandra/trunk/pom.xml Mon Jan 18 21:36:38 2010
@@ -25,7 +25,7 @@
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra</artifactId>
- <version>0.5</version>
+ <version>0.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Cassandra</name>
<inceptionYear>2009</inceptionYear>
@@ -188,13 +188,6 @@
<systemPath>${basedir}/lib/libthrift-r820831.jar</systemPath>
</dependency>
<dependency>
- <groupId>reardencommerce</groupId>
- <artifactId>reardencommerce</artifactId>
- <version>UNKNOWN</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/clhm-production.jar</systemPath>
- </dependency>
- <dependency>
<groupId>jsonsimple</groupId>
<artifactId>jsonsimple</artifactId>
<version>UNKNOWN</version>