Skip to content

Commit

Permalink
added to latest hector, removed riptano mvn repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zznate committed Feb 1, 2011
1 parent d077c4e commit 1480a00
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.riptano.cassandra.stress</groupId>
<artifactId>cassandra-stress</artifactId>
<version>0.7_20</version>
<version>0.7_25</version>
<packaging>jar</packaging>

<name>cassandra-stress</name>
Expand Down Expand Up @@ -106,8 +106,8 @@
</dependency>
<dependency>
<groupId>me.prettyprint</groupId>
<artifactId>hector</artifactId>
<version>0.7.0-20</version>
<artifactId>hector-core</artifactId>
<version>0.7.0-25</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down Expand Up @@ -135,11 +135,4 @@
<version>0.9.94</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>riptano</id>
<name>riptano</name>
<url>http://mvn.riptano.com/content/repositories/public/</url>
</repository>
</repositories>
</project>

0 comments on commit 1480a00

Please sign in to comment.