You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pe...@apache.org on 2017/08/20 15:03:49 UTC

[49/53] [abbrv] beam git commit: jstorm-runner: move jstorm ahead to get build result earlier.

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 <pe...@apache.org>
Authored: Fri Aug 18 17:26:53 2017 +0800
Committer: Pei He <pe...@apache.org>
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>