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

[03/12] beam git commit: activate ROS on Gearpump by default

activate ROS on Gearpump by default


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

Branch: refs/heads/gearpump-runner
Commit: ea633d2c02a621df09c5f4a6d0ab3824271c7db2
Parents: cfdc971
Author: manuzhang <ow...@gmail.com>
Authored: Sat Jan 7 10:47:03 2017 +0800
Committer: manuzhang <ow...@gmail.com>
Committed: Sat Jan 7 10:47:03 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/beam/blob/ea633d2c/runners/gearpump/pom.xml
----------------------------------------------------------------------
diff --git a/runners/gearpump/pom.xml b/runners/gearpump/pom.xml
index 4e3722c..7c6fa76 100644
--- a/runners/gearpump/pom.xml
+++ b/runners/gearpump/pom.xml
@@ -49,7 +49,7 @@
   <profiles>
     <profile>
       <id>local-runnable-on-service-tests</id>
-      <activation><activeByDefault>false</activeByDefault></activation>
+      <activation><activeByDefault>true</activeByDefault></activation>
       <build>
         <plugins>
           <plugin>