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

[20/50] [abbrv] incubator-beam git commit: [maven-release-plugin] prepare release spark-dataflow-0.4.0

[maven-release-plugin] prepare release spark-dataflow-0.4.0


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

Branch: refs/heads/master
Commit: 5ec8d59c68eed3c27e03b278327b1696ff6c5256
Parents: 89945bf
Author: Tom White <to...@cloudera.com>
Authored: Thu Aug 6 07:20:34 2015 +0100
Committer: Tom White <to...@cloudera.com>
Committed: Thu Mar 10 11:15:15 2016 +0000

----------------------------------------------------------------------
 runners/spark/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/5ec8d59c/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 74b0fed..655c287 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -15,7 +15,7 @@ License.
     <name>Dataflow on Spark</name>
     <groupId>com.cloudera.dataflow.spark</groupId>
     <artifactId>spark-dataflow</artifactId>
-    <version>0.3.1-SNAPSHOT</version>
+    <version>0.4.0</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -385,7 +385,7 @@ License.
         <connection>scm:git:https://github.com/cloudera/spark-dataflow.git</connection>
         <developerConnection>scm:git:https://github.com/cloudera/spark-dataflow.git</developerConnection>
         <url>scm:git:https://github.com/cloudera/spark-dataflow.git</url>
-        <tag>HEAD</tag>
+        <tag>spark-dataflow-0.4.0</tag>
     </scm>
 
     <prerequisites>