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:53 UTC

[28/50] [abbrv] incubator-beam git commit: [maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 4536853d070ad14b8e570ee011c28619df4ee55e
Parents: 3e767f5
Author: Tom White <to...@cloudera.com>
Authored: Thu Aug 13 17:03:11 2015 +0100
Committer: Tom White <to...@cloudera.com>
Committed: Thu Mar 10 11:15:16 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/4536853d/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index b66775c..0eeeea9 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.4.1</version>
+    <version>0.4.2-SNAPSHOT</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>spark-dataflow-0.4.1</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <prerequisites>