Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
updated cassandra jar version
Browse files Browse the repository at this point in the history
  • Loading branch information
zznate committed Oct 2, 2010
1 parent a6d46e1 commit 6f80223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>hector</artifactId>
<packaging>bundle</packaging>
<!-- The version follows Cassandra's major version changes, e.g. 0.5.1 goes with the 0.5.1 cassandra release-->
<version>0.7.0-17</version>
<version>0.7.0-18</version>
<name>hector</name>
<description>Cassandra Java Client Library</description>
<url>http://github.com/rantav/hector</url>
Expand Down Expand Up @@ -188,7 +188,7 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>apache-cassandra</artifactId>
<version>0.7.0-beta2-r999745</version>
<version>0.7.0-beta2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 6f80223

Please sign in to comment.