Updated Branches: refs/heads/branch-0.6 [created] dee8c65d6
Bigtop 0.6.0 release Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/dee8c65d Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/dee8c65d Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/dee8c65d Branch: refs/heads/branch-0.6 Commit: dee8c65d6efb8244d16a3692a558c46744c87c92 Parents: ae10430 Author: Roman Shaposhnik <[email protected]> Authored: Fri Jun 7 18:47:11 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Sat Jun 8 21:19:58 2013 -0700 ---------------------------------------------------------------------- CHANGES.txt | 1 + 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/pom.xml | 4 ++-- bigtop-tests/test-artifacts/solr/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/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/sqoop/pom.xml | 6 +++--- pom.xml | 2 +- 40 files changed, 79 insertions(+), 78 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 489c3f3..fbb2b26 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,7 @@ Bigtop Changelog * Release 0.6.0 (unreleased) + XXX update this stuff * Release 0.5.0 (2012-12-25) http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/bigtop-test-framework/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml index f4eadef..9022b9d 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.6.0-SNAPSHOT</version> + <version>0.6.0</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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 5f75de8..de1d075 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>crunch-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>crunchsmoke</name> </project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 27b2bca..f180457 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>datafu-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>datafusmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 9875b35..65d2783 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>fat-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>fatjar</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 0329a80..66bd080 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>flume-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>flumesmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 21e27bd..fb5461a 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>giraph-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>giraphsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 c83a8d8..18b6f02 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>hadoopsmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 4a34e70..9e5f1c5 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>hbasesmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 7c8c83b..15ad79f 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hcatalog-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>hcatalogsmoke</name> </project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 cb9b36c..e5478c1 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hive-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>hivesmoke</name> </project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 d2b4af1..acef269 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hue-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>huesmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 d8ba3c5..d271e31 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>mahout-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>mahoutsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 06f2f5e..54e5ece 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>oozie-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>ooziesmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 9c87da9..b55a59e 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>packagesmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/bigtop-tests/test-artifacts/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/pom.xml b/bigtop-tests/test-artifacts/pom.xml index 428ce24..b75b684 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> <packaging>pom</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>bigtop-smokes</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 908a596..2a798e8 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>solr-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>solrsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 a429eeb..1218de3 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>sqoopsmokes</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 e6a8ae2..d3416ce 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> <packaging>pom</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>stacks-validation-common</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 fbe8067..046c908 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.6.0-SNAPSHOT</version> + <version>0.6.0</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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>smoke-tests-conf</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 63952e5..d475d00 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.6.0-SNAPSHOT</version> + <version>0.6.0</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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>hadoop-stack-integration</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 9670d13..c7669ec 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-integration-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>sqoop-integration-execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 608ac67..011d422 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../smokes/pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>packagesmokes</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/bigtop-tests/test-execution/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/pom.xml b/bigtop-tests/test-execution/pom.xml index 71d6b3a..3e4b4a8 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-test-execution</artifactId> <packaging>pom</packaging> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>bigtop-smokes</name> <modules> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 7dea9a9..0117812 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>crunch-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>Crunch smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 d14b031..fbeaea7 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>datafu-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>datafu smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 6276487..72b0122 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>flume-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>Flume smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 e2b842c..05ac037 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>giraph-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>Giraph smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 2635d2e..6a08379 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>Hadoop smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 5cc3422..1a7e3b8 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>HBase smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 1a88989..c817d1d 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hcatalog-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>HCatalog smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 89e1036..58b4624 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hive-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>Hive smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 19e27a6..b00b2a8 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hue-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>Hue smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 f0db530..6ef9332 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>mahout-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>Mahout smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 c1a5750..d3c86fe 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>oozie-smoke-test</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>Oozie smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 88077a1..eff9427 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.6.0-SNAPSHOT</version> + <version>0.6.0</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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>Pig smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 b5e97cf..8225d77 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.6.0-SNAPSHOT</version> + <version>0.6.0</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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>hadoop-stack-validation</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 88d0c4d..c9725a0 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>solr-smoke-test</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <name>Solr smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/dee8c65d/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 7eae008..3a60698 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.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-smoke-execution</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</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.6.0-SNAPSHOT</org.apache.maven-dependency-plugin.version> + <org.apache.maven-dependency-plugin.version>0.6.0</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/dee8c65d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d1b8ca1..2a4d0b5 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <packaging>pom</packaging> <name>Bigtop</name>
