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 <[email protected]> Authored: Mon Nov 17 11:42:25 2014 -0800 Committer: Patrick Wendell <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
