Opening up Bigtop 0.8.0 development
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f2d6ee32 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f2d6ee32 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f2d6ee32 Branch: refs/heads/master Commit: f2d6ee32961a4d4a1cd13389f305d258c32c2d09 Parents: 9d0cb46 Author: Roman Shaposhnik <[email protected]> Authored: Fri Oct 18 14:42:14 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Oct 18 14:43:47 2013 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ bigtop-test-framework/pom.xml | 4 ++-- bigtop-tests/test-artifacts/crunch/pom.xml | 4 ++-- bigtop-tests/test-artifacts/datafu/pom.xml | 4 ++-- bigtop-tests/test-artifacts/fatjar/pom.xml | 4 ++-- bigtop-tests/test-artifacts/flume/pom.xml | 4 ++-- bigtop-tests/test-artifacts/giraph/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hadoop/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hbase/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hcatalog/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hive/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hue/pom.xml | 4 ++-- bigtop-tests/test-artifacts/mahout/pom.xml | 4 ++-- bigtop-tests/test-artifacts/oozie/pom.xml | 4 ++-- bigtop-tests/test-artifacts/package/pom.xml | 4 ++-- bigtop-tests/test-artifacts/phoenix/pom.xml | 4 ++-- bigtop-tests/test-artifacts/pom.xml | 4 ++-- bigtop-tests/test-artifacts/solr/pom.xml | 4 ++-- bigtop-tests/test-artifacts/spark/pom.xml | 4 ++-- bigtop-tests/test-artifacts/sqoop/pom.xml | 4 ++-- bigtop-tests/test-execution/common/pom.xml | 4 ++-- bigtop-tests/test-execution/conf/pom.xml | 4 ++-- bigtop-tests/test-execution/integration/pom.xml | 4 ++-- bigtop-tests/test-execution/integration/sqoop/pom.xml | 4 ++-- bigtop-tests/test-execution/package/pom.xml | 4 ++-- bigtop-tests/test-execution/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/crunch/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/datafu/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/flume/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/giraph/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hadoop/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hbase/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hcatalog/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hive/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hue/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/mahout/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/oozie/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/phoenix/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/pig/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/solr/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/spark/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/sqoop/pom.xml | 6 +++--- bigtop.mk | 2 +- pom.xml | 2 +- 45 files changed, 89 insertions(+), 87 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index f0ab373..ae4ab9a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,8 @@ Bigtop Changelog +* Release 0.8.0 (unreleased) + * Release 0.7.0 (2013-10-28) - SUB-TASK http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-test-framework/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml index 05c2b5b..5f1cbb2 100644 --- a/bigtop-test-framework/pom.xml +++ b/bigtop-test-framework/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>itest-common</artifactId> <name>iTest: system and integration testing in the cloud</name> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/crunch/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/crunch/pom.xml b/bigtop-tests/test-artifacts/crunch/pom.xml index a28e5fb..61a2388 100644 --- a/bigtop-tests/test-artifacts/crunch/pom.xml +++ b/bigtop-tests/test-artifacts/crunch/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>crunch-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>crunchsmoke</name> </project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/datafu/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/datafu/pom.xml b/bigtop-tests/test-artifacts/datafu/pom.xml index 10f3f89..b4209f1 100644 --- a/bigtop-tests/test-artifacts/datafu/pom.xml +++ b/bigtop-tests/test-artifacts/datafu/pom.xml @@ -20,14 +20,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>datafu-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>datafusmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/fatjar/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/fatjar/pom.xml b/bigtop-tests/test-artifacts/fatjar/pom.xml index 8f94a10..fa8a86b 100644 --- a/bigtop-tests/test-artifacts/fatjar/pom.xml +++ b/bigtop-tests/test-artifacts/fatjar/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>fat-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>fatjar</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/flume/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/flume/pom.xml b/bigtop-tests/test-artifacts/flume/pom.xml index 5edaac2..15fe225 100644 --- a/bigtop-tests/test-artifacts/flume/pom.xml +++ b/bigtop-tests/test-artifacts/flume/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>flume-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>flumesmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/giraph/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/giraph/pom.xml b/bigtop-tests/test-artifacts/giraph/pom.xml index c954297..0ffe70f 100644 --- a/bigtop-tests/test-artifacts/giraph/pom.xml +++ b/bigtop-tests/test-artifacts/giraph/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>giraph-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>giraphsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml b/bigtop-tests/test-artifacts/hadoop/pom.xml index e2c85dd..8982fe7 100644 --- a/bigtop-tests/test-artifacts/hadoop/pom.xml +++ b/bigtop-tests/test-artifacts/hadoop/pom.xml @@ -20,14 +20,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>hadoopsmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hbase/pom.xml b/bigtop-tests/test-artifacts/hbase/pom.xml index 545d68a..8b20c8e 100644 --- a/bigtop-tests/test-artifacts/hbase/pom.xml +++ b/bigtop-tests/test-artifacts/hbase/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>hbasesmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hcatalog/pom.xml b/bigtop-tests/test-artifacts/hcatalog/pom.xml index e649dee..8a2bb94 100644 --- a/bigtop-tests/test-artifacts/hcatalog/pom.xml +++ b/bigtop-tests/test-artifacts/hcatalog/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hcatalog-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>hcatalogsmoke</name> </project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/hive/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hive/pom.xml b/bigtop-tests/test-artifacts/hive/pom.xml index 8759975..658a638 100644 --- a/bigtop-tests/test-artifacts/hive/pom.xml +++ b/bigtop-tests/test-artifacts/hive/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hive-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>hivesmoke</name> </project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/hue/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hue/pom.xml b/bigtop-tests/test-artifacts/hue/pom.xml index 6f86fda..067b698 100644 --- a/bigtop-tests/test-artifacts/hue/pom.xml +++ b/bigtop-tests/test-artifacts/hue/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hue-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>huesmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/mahout/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/mahout/pom.xml b/bigtop-tests/test-artifacts/mahout/pom.xml index a19f009..e2aa3b0 100644 --- a/bigtop-tests/test-artifacts/mahout/pom.xml +++ b/bigtop-tests/test-artifacts/mahout/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>mahout-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>mahoutsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/oozie/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/oozie/pom.xml b/bigtop-tests/test-artifacts/oozie/pom.xml index a367f3b..ca9faba 100644 --- a/bigtop-tests/test-artifacts/oozie/pom.xml +++ b/bigtop-tests/test-artifacts/oozie/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>oozie-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>ooziesmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/package/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/package/pom.xml b/bigtop-tests/test-artifacts/package/pom.xml index 6d15ac3..afff69e 100644 --- a/bigtop-tests/test-artifacts/package/pom.xml +++ b/bigtop-tests/test-artifacts/package/pom.xml @@ -20,14 +20,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>packagesmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/phoenix/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/phoenix/pom.xml b/bigtop-tests/test-artifacts/phoenix/pom.xml index 4e4e0cf..2007af7 100644 --- a/bigtop-tests/test-artifacts/phoenix/pom.xml +++ b/bigtop-tests/test-artifacts/phoenix/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>phoenix-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>phoenixsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/pom.xml b/bigtop-tests/test-artifacts/pom.xml index f9360a4..a83a477 100644 --- a/bigtop-tests/test-artifacts/pom.xml +++ b/bigtop-tests/test-artifacts/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> <packaging>pom</packaging> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>bigtop-smokes</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/solr/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/solr/pom.xml b/bigtop-tests/test-artifacts/solr/pom.xml index 5c88c74..06df324 100644 --- a/bigtop-tests/test-artifacts/solr/pom.xml +++ b/bigtop-tests/test-artifacts/solr/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>solr-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>solrsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/spark/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml index cba3000..6a9b35a 100644 --- a/bigtop-tests/test-artifacts/spark/pom.xml +++ b/bigtop-tests/test-artifacts/spark/pom.xml @@ -7,13 +7,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>spark-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>sparksmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-artifacts/sqoop/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/sqoop/pom.xml b/bigtop-tests/test-artifacts/sqoop/pom.xml index c43db82..7091a9b 100644 --- a/bigtop-tests/test-artifacts/sqoop/pom.xml +++ b/bigtop-tests/test-artifacts/sqoop/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-smoke</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>sqoopsmokes</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/common/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/common/pom.xml b/bigtop-tests/test-execution/common/pom.xml index f994698..ccbd3be 100644 --- a/bigtop-tests/test-execution/common/pom.xml +++ b/bigtop-tests/test-execution/common/pom.xml @@ -24,14 +24,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> <packaging>pom</packaging> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>stacks-validation-common</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/conf/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/conf/pom.xml b/bigtop-tests/test-execution/conf/pom.xml index 6d5fc0c..c03a326 100644 --- a/bigtop-tests/test-execution/conf/pom.xml +++ b/bigtop-tests/test-execution/conf/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../common/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests-conf</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>smoke-tests-conf</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/integration/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/integration/pom.xml b/bigtop-tests/test-execution/integration/pom.xml index 1984c45..85a1ce7 100644 --- a/bigtop-tests/test-execution/integration/pom.xml +++ b/bigtop-tests/test-execution/integration/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../common/pom.xml</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>integration-tests</artifactId> <packaging>pom</packaging> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>hadoop-stack-integration</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/integration/sqoop/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/integration/sqoop/pom.xml b/bigtop-tests/test-execution/integration/sqoop/pom.xml index 261fc85..404fba8 100644 --- a/bigtop-tests/test-execution/integration/sqoop/pom.xml +++ b/bigtop-tests/test-execution/integration/sqoop/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>integration-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-integration-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>sqoop-integration-execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/package/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/package/pom.xml b/bigtop-tests/test-execution/package/pom.xml index 723fddf..a2658ec 100644 --- a/bigtop-tests/test-execution/package/pom.xml +++ b/bigtop-tests/test-execution/package/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../smokes/pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>packagesmokes</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/pom.xml b/bigtop-tests/test-execution/pom.xml index 5191e47..cc2830b 100644 --- a/bigtop-tests/test-execution/pom.xml +++ b/bigtop-tests/test-execution/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-test-execution</artifactId> <packaging>pom</packaging> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>bigtop-smokes</name> <modules> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/crunch/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/crunch/pom.xml b/bigtop-tests/test-execution/smokes/crunch/pom.xml index 55bdc68..9040e90 100644 --- a/bigtop-tests/test-execution/smokes/crunch/pom.xml +++ b/bigtop-tests/test-execution/smokes/crunch/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>crunch-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Crunch smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/datafu/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/datafu/pom.xml b/bigtop-tests/test-execution/smokes/datafu/pom.xml index 4dd139c..bcc2df4 100644 --- a/bigtop-tests/test-execution/smokes/datafu/pom.xml +++ b/bigtop-tests/test-execution/smokes/datafu/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>datafu-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>datafu smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/flume/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/flume/pom.xml b/bigtop-tests/test-execution/smokes/flume/pom.xml index e803854..1405c7d 100644 --- a/bigtop-tests/test-execution/smokes/flume/pom.xml +++ b/bigtop-tests/test-execution/smokes/flume/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>flume-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Flume smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/giraph/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/giraph/pom.xml b/bigtop-tests/test-execution/smokes/giraph/pom.xml index 66989ca..d1a886c 100644 --- a/bigtop-tests/test-execution/smokes/giraph/pom.xml +++ b/bigtop-tests/test-execution/smokes/giraph/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>giraph-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Giraph smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/hadoop/pom.xml b/bigtop-tests/test-execution/smokes/hadoop/pom.xml index 2182603..96f1065 100644 --- a/bigtop-tests/test-execution/smokes/hadoop/pom.xml +++ b/bigtop-tests/test-execution/smokes/hadoop/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Hadoop smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/hbase/pom.xml b/bigtop-tests/test-execution/smokes/hbase/pom.xml index 19f87ab..46c9cec 100644 --- a/bigtop-tests/test-execution/smokes/hbase/pom.xml +++ b/bigtop-tests/test-execution/smokes/hbase/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>HBase smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml index f267221..d413cfb 100644 --- a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml +++ b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hcatalog-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>HCatalog smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/hive/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/hive/pom.xml b/bigtop-tests/test-execution/smokes/hive/pom.xml index ae83c72..d97cd1e 100644 --- a/bigtop-tests/test-execution/smokes/hive/pom.xml +++ b/bigtop-tests/test-execution/smokes/hive/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hive-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Hive smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/hue/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/hue/pom.xml b/bigtop-tests/test-execution/smokes/hue/pom.xml index d748be2..64ae5cb 100644 --- a/bigtop-tests/test-execution/smokes/hue/pom.xml +++ b/bigtop-tests/test-execution/smokes/hue/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hue-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Hue smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/mahout/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/mahout/pom.xml b/bigtop-tests/test-execution/smokes/mahout/pom.xml index 1718ffa..17dd64a 100644 --- a/bigtop-tests/test-execution/smokes/mahout/pom.xml +++ b/bigtop-tests/test-execution/smokes/mahout/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>mahout-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Mahout smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/oozie/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/oozie/pom.xml b/bigtop-tests/test-execution/smokes/oozie/pom.xml index f4cceae..d67b9c1 100644 --- a/bigtop-tests/test-execution/smokes/oozie/pom.xml +++ b/bigtop-tests/test-execution/smokes/oozie/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>oozie-smoke-test</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Oozie smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/phoenix/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/phoenix/pom.xml b/bigtop-tests/test-execution/smokes/phoenix/pom.xml index 6d537fc..e7d924b 100644 --- a/bigtop-tests/test-execution/smokes/phoenix/pom.xml +++ b/bigtop-tests/test-execution/smokes/phoenix/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>phoenix-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Phoenix smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/pig/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/pig/pom.xml b/bigtop-tests/test-execution/smokes/pig/pom.xml index 565cc7f..0351424 100644 --- a/bigtop-tests/test-execution/smokes/pig/pom.xml +++ b/bigtop-tests/test-execution/smokes/pig/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>pig-smoke-execution</artifactId> <packaging>jar</packaging> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Pig smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/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 3403ef4..7ccc8bd 100644 --- a/bigtop-tests/test-execution/smokes/pom.xml +++ b/bigtop-tests/test-execution/smokes/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../common/pom.xml</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> <packaging>pom</packaging> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>hadoop-stack-validation</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/solr/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/solr/pom.xml b/bigtop-tests/test-execution/smokes/solr/pom.xml index 11cd935..e3aedfa 100644 --- a/bigtop-tests/test-execution/smokes/solr/pom.xml +++ b/bigtop-tests/test-execution/smokes/solr/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>solr-smoke-test</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Solr smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/spark/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/spark/pom.xml b/bigtop-tests/test-execution/smokes/spark/pom.xml index e7a80d9..feca720 100644 --- a/bigtop-tests/test-execution/smokes/spark/pom.xml +++ b/bigtop-tests/test-execution/smokes/spark/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>spark-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Spark smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop-tests/test-execution/smokes/sqoop/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/sqoop/pom.xml b/bigtop-tests/test-execution/smokes/sqoop/pom.xml index 4e14c30..e179b8b 100644 --- a/bigtop-tests/test-execution/smokes/sqoop/pom.xml +++ b/bigtop-tests/test-execution/smokes/sqoop/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Sqoop smoke test execution</name> <properties> @@ -40,7 +40,7 @@ <!-- Integration tests are special --> <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId> <org.apache.maven-dependency-plugin.artifactId>sqoop-smoke</org.apache.maven-dependency-plugin.artifactId> - <org.apache.maven-dependency-plugin.version>0.7.0-SNAPSHOT</org.apache.maven-dependency-plugin.version> + <org.apache.maven-dependency-plugin.version>0.8.0-SNAPSHOT</org.apache.maven-dependency-plugin.version> <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type> </properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index bc49ce1..5a62f91 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -BIGTOP_VERSION=0.7.0 +BIGTOP_VERSION=0.8.0 # Hadoop 0.20.0-based hadoop package HADOOP_NAME=hadoop http://git-wip-us.apache.org/repos/asf/bigtop/blob/f2d6ee32/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d38d60a..a1f7fab 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Bigtop</name>
