You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/03/15 04:58:25 UTC

[3/4] incubator-beam git commit: Version management for remaining poms

Version management for remaining poms


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

Branch: refs/heads/master
Commit: 8d17dde0248f92c7fdf685de61d7c32a6042f62f
Parents: 0e75e6a
Author: Dan Halperin <dh...@google.com>
Authored: Mon Mar 14 20:42:09 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Mon Mar 14 20:42:09 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/8d17dde0/runners/flink/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/pom.xml b/runners/flink/pom.xml
index b1929d2..c8c5d84 100644
--- a/runners/flink/pom.xml
+++ b/runners/flink/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.beam</groupId>
         <artifactId>runners</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-runner</artifactId>
@@ -48,7 +48,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <flink.version>1.0.0</flink.version>
-        <beam.version>1.5.0-SNAPSHOT</beam.version>
+        <beam.version>1.6.0-SNAPSHOT</beam.version>
         <scala.major.version>2.10</scala.major.version>
         <!-- Default parameters for mvn exec:exec -->
         <clazz>org.apache.beam.runners.flink.examples.WordCount</clazz>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/8d17dde0/runners/pom.xml
----------------------------------------------------------------------
diff --git a/runners/pom.xml b/runners/pom.xml
index 757e208..980900b 100644
--- a/runners/pom.xml
+++ b/runners/pom.xml
@@ -25,12 +25,12 @@
     <parent>
         <groupId>com.google.cloud.dataflow</groupId>
         <artifactId>google-cloud-dataflow-java-sdk-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.6.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.beam</groupId>
     <artifactId>runners</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>