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

Commit

Permalink
Merge remote branch 'abelaska/master' into 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rantav committed Sep 27, 2010
2 parents de42c13 + dc1e648 commit 0556ecc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
.DS_Store
hector.iml
releases
target/
Binary file removed lib/apache-cassandra-0.6.0.jar
Binary file not shown.
Binary file added lib/apache-cassandra-0.6.5.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -192,8 +192,8 @@
<packaging>jar</packaging>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra</artifactId>
<version>0.6.0</version>
<file>${basedir}/lib/apache-cassandra-0.6.0.jar</file>
<version>0.6.5</version>
<file>${basedir}/lib/apache-cassandra-0.6.5.jar</file>
</configuration>
</execution>
<execution>
Expand Down Expand Up @@ -255,7 +255,7 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra</artifactId>
<version>0.6.0</version>
<version>0.6.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
Expand Up @@ -48,7 +48,7 @@ public void testDescribeClusterName() throws Exception {
*/
@Test
public void testDescribeThriftVersion() throws Exception {
assertEquals("2.1.0",cassandraCluster.describeThriftVersion());
assertEquals("2.2.0",cassandraCluster.describeThriftVersion());
}

@Test
Expand Down

0 comments on commit 0556ecc

Please sign in to comment.