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

[17/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/383eeebe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/383eeebe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/383eeebe

Branch: refs/heads/master
Commit: 383eeebe5ec2080f419dd8533b09d8dd9ab21ca5
Parents: d7a35bd
Author: Tom White <to...@cloudera.com>
Authored: Tue Jul 28 16:14:48 2015 -0700
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/383eeebe/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 1f06092..de9efb9 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.0</version>
+    <version>0.3.1-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.3.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <prerequisites>