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

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

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


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

Branch: refs/heads/master
Commit: ebf70534cf7f9dd324220cb437f14072c2e93d39
Parents: 4415862
Author: Tom White <to...@cloudera.com>
Authored: Tue Jul 14 14:08:28 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/ebf70534/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 3bce8c0..e538d82 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.2.2-SNAPSHOT</version>
+    <version>0.2.2</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.2.2</tag>
     </scm>
 
     <prerequisites>