You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/11/17 20:42:33 UTC

spark git commit: HOTFIX: Error in release script that updates wrong version

Repository: spark
Updated Branches:
  refs/heads/branch-1.2 6cc18e6e1 -> 84cc0a209


HOTFIX: Error in release script that updates wrong version


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/84cc0a20
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/84cc0a20
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/84cc0a20

Branch: refs/heads/branch-1.2
Commit: 84cc0a20978dedc0dcff62e1b48a4aabc0792787
Parents: 6cc18e6
Author: Patrick Wendell <pw...@gmail.com>
Authored: Mon Nov 17 11:42:25 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Mon Nov 17 11:42:25 2014 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/84cc0a20/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4c3dccf..97ac4d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -418,7 +418,7 @@
       <dependency>
         <groupId>net.jpountz.lz4</groupId>
         <artifactId>lz4</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.0</version>
       </dependency>
       <dependency>
         <groupId>com.clearspring.analytics</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org