Updated Branches: refs/heads/apache-crunch-0.8 [created] ce9d7efb5
Spark to 0.8.2-SNAPSHOT on this branch Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/b8648bbd Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/b8648bbd Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/b8648bbd Branch: refs/heads/apache-crunch-0.8 Commit: b8648bbd15685b24f9bda9237a64121db95fac24 Parents: f693878 Author: Josh Wills <[email protected]> Authored: Wed Dec 11 12:58:52 2013 -0800 Committer: Josh Wills <[email protected]> Committed: Wed Dec 11 22:43:58 2013 -0800 ---------------------------------------------------------------------- crunch-spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/b8648bbd/crunch-spark/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-spark/pom.xml b/crunch-spark/pom.xml index 57f2be8..f5c0869 100644 --- a/crunch-spark/pom.xml +++ b/crunch-spark/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.crunch</groupId> <artifactId>crunch-parent</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.8.2-SNAPSHOT</version> </parent> <artifactId>crunch-spark</artifactId>
