[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/a20e0b64
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a20e0b64
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/a20e0b64

Branch: refs/heads/master
Commit: a20e0b6405b1741f7b5e59bd433a0ab5b038a6b3
Parents: 91de072
Author: Maximilian Michels <m...@apache.org>
Authored: Wed Mar 16 12:03:07 2016 +0100
Committer: Maximilian Michels <m...@apache.org>
Committed: Wed Mar 23 19:27:51 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/a20e0b64/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/a20e0b64/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/a20e0b64/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