jstorm-runner: move jstorm ahead to get build result earlier.
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/26bcdf34 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/26bcdf34 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/26bcdf34 Branch: refs/heads/jstorm-runner Commit: 26bcdf3492feae15cae61aa5325b07c44ce2a310 Parents: 00b9c5c Author: Pei He <[email protected]> Authored: Fri Aug 18 17:26:53 2017 +0800 Committer: Pei He <[email protected]> Committed: Sat Aug 19 12:03:01 2017 +0800 ---------------------------------------------------------------------- runners/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/26bcdf34/runners/pom.xml ---------------------------------------------------------------------- diff --git a/runners/pom.xml b/runners/pom.xml index 0cdac02..36b8f22 100644 --- a/runners/pom.xml +++ b/runners/pom.xml @@ -36,11 +36,11 @@ <module>core-construction-java</module> <module>core-java</module> <module>direct-java</module> + <module>jstorm</module> <module>flink</module> <module>google-cloud-dataflow-java</module> <module>spark</module> <module>apex</module> - <module>jstorm</module> </modules> <profiles>
