Skip to content

Commit

Permalink
Removed SNAPSHOT from hector-core maven dependency version. This make…
Browse files Browse the repository at this point in the history
…s it work correctly with current maven repos and appears to build and run correctly.
  • Loading branch information
Tupshin Harper committed Dec 22, 2011
1 parent 439c2d8 commit 1b814d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>me.prettyprint</groupId>
<artifactId>hector-core</artifactId>
<version>0.8.0-3-SNAPSHOT</version>
<version>0.8.0-3</version>
</dependency>
<dependency>
<groupId>org.apache.cassandra</groupId>
Expand Down

0 comments on commit 1b814d0

Please sign in to comment.