Update tools to use 2.1.1 and add missing ES args to two export tools.
Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/9ccc33e0 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/9ccc33e0 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/9ccc33e0 Branch: refs/heads/master Commit: 9ccc33e072eda933de5064b8ce21582673d513e4 Parents: bfeb91b Author: Dave Johnson <[email protected]> Authored: Tue Dec 1 09:26:25 2015 -0500 Committer: Dave Johnson <[email protected]> Committed: Tue Dec 1 09:26:25 2015 -0500 ---------------------------------------------------------------------- stack/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/9ccc33e0/stack/pom.xml ---------------------------------------------------------------------- diff --git a/stack/pom.xml b/stack/pom.xml index 1df8463..4030654 100644 --- a/stack/pom.xml +++ b/stack/pom.xml @@ -192,8 +192,8 @@ <module>core</module> <module>services</module> <module>rest</module> - <!-- <module>tools</module> + <!-- <module>websocket</module> --> <!--
