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 2016/10/26 20:43:16 UTC

[1/3] incubator-beam git commit: This closes #1195

Repository: incubator-beam
Updated Branches:
  refs/heads/master 9f30b21a7 -> f9e07cfb2


This closes #1195


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

Branch: refs/heads/master
Commit: f9e07cfb2970ceb7e6ace8393eb947ad5efa34c9
Parents: 9f30b21 9d6598d
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Oct 26 13:33:03 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed Oct 26 13:33:03 2016 -0700

----------------------------------------------------------------------
 pom.xml               | 6 ++++++
 runners/spark/pom.xml | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] incubator-beam git commit: Add default version for beam-sdks-java-io-kafka

Posted by ke...@apache.org.
Add default version for beam-sdks-java-io-kafka


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

Branch: refs/heads/master
Commit: c88953388d2f53e1f67ab10fb22d8ab8808980ff
Parents: 9f30b21
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Oct 26 13:03:45 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed Oct 26 13:33:03 2016 -0700

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c8895338/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 307e43e..94d7b4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,6 +271,12 @@
 
       <dependency>
         <groupId>org.apache.beam</groupId>
+        <artifactId>beam-sdks-java-io-kafka</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.beam</groupId>
         <artifactId>beam-runners-core-java</artifactId>
         <version>${project.version}</version>
       </dependency>


[2/3] incubator-beam git commit: Use project-wise version in SparkRunner dep on KafkaIO

Posted by ke...@apache.org.
Use project-wise version in SparkRunner dep on KafkaIO


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

Branch: refs/heads/master
Commit: 9d6598d30e097e4a848bb0488271d196cc51d078
Parents: c889533
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Oct 26 13:04:24 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed Oct 26 13:33:03 2016 -0700

----------------------------------------------------------------------
 runners/spark/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/9d6598d3/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 36ce7b5..71a3ac2 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -263,7 +263,6 @@
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-sdks-java-io-kafka</artifactId>
-      <version>0.3.0-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>