Skip to content

Commit

Permalink
Upgrade Cassandra dependencies to 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloricardomg committed Jan 31, 2014
1 parent b7a7041 commit ba20ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Fix for issue 600: critical bug in CQL version selection (@malexejev)
Modify retryDownedHosts() to only delete hosts not in the ring if autoDiscoverHosts is true (@jancona)
Fix all hosts down check (@jancona)
don't use an iterator just to get item 0 of a List (@mebigfatguy)
Upgrade Cassandra dependencies to 1.2.11 (@pauloricardomg)

1.1-4
=====
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dependency versioning-->
<cassandra.version>1.2.5</cassandra.version>
<cassandra.version>1.2.11</cassandra.version>
<org.springframework.version>3.0.6.RELEASE</org.springframework.version>
<slf4j.version>1.6.1</slf4j.version>
<!-- Maven plugin versioning -->
Expand Down

0 comments on commit ba20ca9

Please sign in to comment.