You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2017/04/25 12:27:28 UTC

[1/2] beam git commit: Fix error with the artifactId on Flink runner after refactor

Repository: beam
Updated Branches:
  refs/heads/master 6f6817283 -> dc387d167


Fix error with the artifactId on Flink runner after refactor


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

Branch: refs/heads/master
Commit: 27bbf58faa7e22a567396a3a0fe46cb6a9c2becf
Parents: 6f68172
Author: Isma�l Mej�a <ie...@apache.org>
Authored: Tue Apr 25 13:49:53 2017 +0200
Committer: Isma�l Mej�a <ie...@apache.org>
Committed: Tue Apr 25 13:49:53 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/beam/blob/27bbf58f/runners/flink/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/pom.xml b/runners/flink/pom.xml
index e88b68a..f5cbf31 100644
--- a/runners/flink/pom.xml
+++ b/runners/flink/pom.xml
@@ -26,7 +26,7 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <artifactId>beam-runners-flink</artifactId>
+  <artifactId>beam-runners-flink_2.10</artifactId>
   <name>Apache Beam :: Runners :: Flink</name>
   <packaging>jar</packaging>
 


[2/2] beam git commit: This closes #2674

Posted by ie...@apache.org.
This closes #2674


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

Branch: refs/heads/master
Commit: dc387d16777ffbdaffd3091f36baaed0e458937b
Parents: 6f68172 27bbf58
Author: Isma�l Mej�a <ie...@apache.org>
Authored: Tue Apr 25 14:26:51 2017 +0200
Committer: Isma�l Mej�a <ie...@apache.org>
Committed: Tue Apr 25 14:26:51 2017 +0200

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