Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Upgraded Cassandra test deps to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nmilford committed Jan 6, 2012
1 parent 9752a62 commit 7367607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions recipes/cassandra-ec2.properties
Expand Up @@ -38,5 +38,5 @@ whirr.credential=${env:AWS_SECRET_ACCESS_KEY}
# whirr.public-key-file=${whirr.private-key-file}.pub

# Expert: specify the version of Cassandra to install.
#whirr.cassandra.version.major=0.7
#whirr.cassandra.tarball.url=http://www.apache.org/dist/cassandra/0.7.0/apache-cassandra-0.7.0-bin.tar.gz
#whirr.cassandra.version.major=1.0.6
#whirr.cassandra.tarball.url=http://www.apache.org/dist/cassandra/1.0.6/apache-cassandra-1.0.6-bin.tar.gz
2 changes: 1 addition & 1 deletion services/cassandra/pom.xml
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
<version>0.7.0</version>
<version>1.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra.deps</groupId>
Expand Down

0 comments on commit 7367607

Please sign in to comment.