You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by mr...@apache.org on 2016/07/26 21:18:27 UTC

[48/50] usergrid git commit: Fix java SDK dependency version in query-validator module.

Fix java SDK dependency version in query-validator module.


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

Branch: refs/heads/apigee-sso-provider
Commit: 789f8840021ccabfdb94e0f96059f7c5d864b3ee
Parents: 6bdb56f
Author: Michael Russo <mr...@apigee.com>
Authored: Tue Jul 26 13:02:42 2016 -0700
Committer: Michael Russo <mr...@apigee.com>
Committed: Tue Jul 26 13:02:42 2016 -0700

----------------------------------------------------------------------
 stack/query-validator/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/789f8840/stack/query-validator/pom.xml
----------------------------------------------------------------------
diff --git a/stack/query-validator/pom.xml b/stack/query-validator/pom.xml
index e268656..49fe554 100644
--- a/stack/query-validator/pom.xml
+++ b/stack/query-validator/pom.xml
@@ -253,6 +253,7 @@
         <dependency>
             <groupId>org.apache.usergrid</groupId>
             <artifactId>usergrid-java-client</artifactId>
+            <version>0.0.10-SNAPSHOT</version>
         </dependency>
 
         <dependency>