Repository: bigtop Updated Branches: refs/heads/master 8728c2824 -> d3bc6b24c
BIGTOP-1545. Bump version of BPS data generator library to 0.2.1 Signed-off-by: jayunit100 <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/d3bc6b24 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/d3bc6b24 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/d3bc6b24 Branch: refs/heads/master Commit: d3bc6b24cebd2261da22f28e17865ab37f85e304 Parents: 8728c28 Author: RJ Nowling <[email protected]> Authored: Fri Nov 21 12:32:12 2014 -0500 Committer: jayunit100 <[email protected]> Committed: Fri Nov 21 20:37:05 2014 -0500 ---------------------------------------------------------------------- bigtop-bigpetstore/bigpetstore-spark/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/d3bc6b24/bigtop-bigpetstore/bigpetstore-spark/build.gradle ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/bigpetstore-spark/build.gradle b/bigtop-bigpetstore/bigpetstore-spark/build.gradle index 726a0e5..35ff7bc 100644 --- a/bigtop-bigpetstore/bigpetstore-spark/build.gradle +++ b/bigtop-bigpetstore/bigpetstore-spark/build.gradle @@ -116,7 +116,7 @@ def updateDependencyVersion(dependencyDetails, dependencyString) { dependencies { compile "org.apache.spark:spark-assembly_2.10:${sparkVersion}" - compile "com.github.rnowling.bigpetstore:bigpetstore-data-generator:0.2" + compile "com.github.rnowling.bigpetstore:bigpetstore-data-generator:0.2.1" testCompile "junit:junit:4.11" testCompile "org.hamcrest:hamcrest-all:1.3"
