Repository: incubator-beam
Updated Branches:
  refs/heads/master f7aaee2ea -> fcc6f3cfd


[BEAM-116] change runners artifactId to runners-parent


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

Branch: refs/heads/master
Commit: 447c8af23b3fa727bba5aa97093699745d6e6f5b
Parents: 5b5c0e2
Author: Maximilian Michels <[email protected]>
Authored: Wed Mar 16 12:03:07 2016 +0100
Committer: Maximilian Michels <[email protected]>
Committed: Fri Mar 18 12:05:07 2016 +0100

----------------------------------------------------------------------
 runners/flink/pom.xml | 2 +-
 runners/pom.xml       | 2 +-
 runners/spark/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/447c8af2/runners/flink/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/pom.xml b/runners/flink/pom.xml
index a340107..31713cd 100644
--- a/runners/flink/pom.xml
+++ b/runners/flink/pom.xml
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.beam</groupId>
-    <artifactId>runners</artifactId>
+    <artifactId>runners-parent</artifactId>
     <version>1.6.0-SNAPSHOT</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/447c8af2/runners/pom.xml
----------------------------------------------------------------------
diff --git a/runners/pom.xml b/runners/pom.xml
index fbd6c41..b2e9eb1 100644
--- a/runners/pom.xml
+++ b/runners/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <groupId>org.apache.beam</groupId>
-  <artifactId>runners</artifactId>
+  <artifactId>runners-parent</artifactId>
   <version>1.6.0-SNAPSHOT</version>
 
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/447c8af2/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 6dcc95d..9d653a0 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -16,7 +16,7 @@ License.
 
     <parent>
         <groupId>org.apache.beam</groupId>
-        <artifactId>runners</artifactId>
+        <artifactId>runners-parent</artifactId>
         <version>1.6.0-SNAPSHOT</version>
     </parent>
 

Reply via email to