BIGTOP-905. bump versions of test execution poms to match the BOM
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/806e1b53 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/806e1b53 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/806e1b53 Branch: refs/heads/master Commit: 806e1b538a09f8d24f0ee35ab9d66b4ff08eb79d Parents: 7b2fcf4 Author: Roman Shaposhnik <[email protected]> Authored: Thu Apr 4 14:08:10 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Thu Apr 4 14:08:10 2013 -0700 ---------------------------------------------------------------------- bigtop-tests/test-execution/smokes/pom.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/806e1b53/bigtop-tests/test-execution/smokes/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/pom.xml b/bigtop-tests/test-execution/smokes/pom.xml index 3de4225..dcc27b6 100644 --- a/bigtop-tests/test-execution/smokes/pom.xml +++ b/bigtop-tests/test-execution/smokes/pom.xml @@ -37,11 +37,11 @@ <!-- BOM definitions --> - <hadoop.version>2.0.0-SNAPSHOT</hadoop.version> - <hbase.version>0.92.1</hbase.version> - <pig.version>0.9.2</pig.version> - <pig-smoke.version>0.9.2-SNAPSHOT</pig-smoke.version> - <sqoop.version>1.4.1-incubating</sqoop.version> + <hadoop.version>2.0.4-SNAPSHOT</hadoop.version> + <hbase.version>0.94.5</hbase.version> + <pig.version>0.11.0</pig.version> + <pig-smoke.version>0.11.0-SNAPSHOT</pig-smoke.version> + <sqoop.version>1.99.1-incubating</sqoop.version> <itest-conf.version>0.6.0-SNAPSHOT</itest-conf.version> <itest-common.version>0.6.0-SNAPSHOT</itest-common.version> <hadoop-smoke.version>0.6.0-SNAPSHOT</hadoop-smoke.version>
