Skip to content

Commit

Permalink
Update driver to v2.1.8. Move version to v0.1.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cohen committed Nov 9, 2015
1 parent e190fa8 commit 22df025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.datastax.demo</groupId>
<artifactId>datastax-demo-lib</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>jar</packaging>
<name>DataStax Demo Library</name>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>2.1.5</version>
<version>2.1.8</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 22df025

Please sign in to comment.