Repository: usergrid Updated Branches: refs/heads/master 261af4870 -> ec2e862f7
Move to latest datastax driver version. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/ec2e862f Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/ec2e862f Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/ec2e862f Branch: refs/heads/master Commit: ec2e862f7e7171674d34a83224133c7d52648a80 Parents: 261af48 Author: Michael Russo <[email protected]> Authored: Thu Aug 18 15:35:25 2016 -0700 Committer: Michael Russo <[email protected]> Committed: Thu Aug 18 15:35:25 2016 -0700 ---------------------------------------------------------------------- stack/corepersistence/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/ec2e862f/stack/corepersistence/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/pom.xml b/stack/corepersistence/pom.xml index fe976bc..096e055 100644 --- a/stack/corepersistence/pom.xml +++ b/stack/corepersistence/pom.xml @@ -80,7 +80,7 @@ limitations under the License. <commons.collections.version>3.2.1</commons.collections.version> <commons.io.version>2.4</commons.io.version> <commons.lang.version>3.1</commons.lang.version> - <datastax.version>2.1.9</datastax.version> + <datastax.version>3.1.0</datastax.version> <elasticsearch.version>1.4.4</elasticsearch.version> <fasterxml-uuid.version>3.1.3</fasterxml-uuid.version> <guava.version>18.0</guava.version>
