You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2016/08/22 15:00:41 UTC

[37/50] usergrid git commit: Change to latest 2.1 version of datastax driver.

Change to latest 2.1 version of datastax driver.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/b1d3e251
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/b1d3e251
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/b1d3e251

Branch: refs/heads/asf-site
Commit: b1d3e251aa6340096444faaded1b5e20386a3e34
Parents: ec2e862
Author: Michael Russo <mr...@apigee.com>
Authored: Thu Aug 18 15:49:32 2016 -0700
Committer: Michael Russo <mr...@apigee.com>
Committed: Thu Aug 18 15:49:32 2016 -0700

----------------------------------------------------------------------
 stack/corepersistence/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/b1d3e251/stack/corepersistence/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/pom.xml b/stack/corepersistence/pom.xml
index 096e055..6ee4c80 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>3.1.0</datastax.version>
+        <datastax.version>2.1.10.3</datastax.version>
         <elasticsearch.version>1.4.4</elasticsearch.version>
         <fasterxml-uuid.version>3.1.3</fasterxml-uuid.version>
         <guava.version>18.0</guava.version>