Updated Branches:
  refs/heads/master 7ea81f826 -> 06d68c8bb

BIGTOP-815. Move the trunk forward now that 0.5.0 is released (Mark Grover via 
rvs)


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/06d68c8b
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/06d68c8b
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/06d68c8b

Branch: refs/heads/master
Commit: 06d68c8bb5188ee1e463f5e1c4b7cbc427bce1cf
Parents: fae33cb
Author: Roman Shaposhnik <[email protected]>
Authored: Mon Dec 10 14:52:16 2012 -0800
Committer: Roman Shaposhnik <[email protected]>
Committed: Wed Dec 26 15:47:55 2012 -0800

----------------------------------------------------------------------
 bigtop-test-framework/pom.xml                      |    4 +-
 bigtop-tests/test-artifacts/crunch/pom.xml         |    4 +-
 bigtop-tests/test-artifacts/fatjar/pom.xml         |   28 +++++++-------
 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/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                |    6 +-
 bigtop-tests/test-artifacts/solr/pom.xml           |    4 +-
 bigtop-tests/test-artifacts/sqoop/pom.xml          |    4 +-
 bigtop-tests/test-execution/common/pom.xml         |    6 +-
 bigtop-tests/test-execution/conf/pom.xml           |    4 +-
 bigtop-tests/test-execution/integration/pom.xml    |   10 ++--
 .../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/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/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         |   30 +++++++-------
 bigtop-tests/test-execution/smokes/solr/pom.xml    |    4 +-
 .../test-execution/smokes/sqoop-smokes/pom.xml     |    6 +-
 bigtop-tests/test-execution/smokes/sqoop/pom.xml   |    4 +-
 bigtop.mk                                          |    2 +-
 pom.xml                                            |    2 +-
 37 files changed, 103 insertions(+), 103 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/bigtop-test-framework/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index 6a8d124..3b1fc5f 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
 
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 80b069e..5f75de8 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>crunch-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>crunchsmoke</name>
 </project>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 4ca88b6..e338725 100644
--- a/bigtop-tests/test-artifacts/fatjar/pom.xml
+++ b/bigtop-tests/test-artifacts/fatjar/pom.xml
@@ -21,87 +21,87 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>fat-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>fatjar</name>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>crunch-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>flume-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>giraph-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>hadoop-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>hbase-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>hive-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>hue-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>mahout-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>oozie-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>solr-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>sqoop-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
 
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>package-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6.0-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 9a3e20b..0329a80 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>flume-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
 
   <name>flumesmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 62f726c..21e27bd 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>giraph-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
 
   <name>giraphsmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 d5539a5..3ee0b9e 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>hadoopsmoke</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 72fcfe5..4a34e70 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hbase-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>hbasesmoke</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 a776458..cb9b36c 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hive-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>hivesmoke</name>
 </project>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 9c5e88d..d2b4af1 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hue-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
 
   <name>huesmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 41e3f3b..d8ba3c5 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>mahout-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
 
   <name>mahoutsmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 e7dc7e2..06f2f5e 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>oozie-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ooziesmoke</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 3c2cb61..5979f04 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>packagesmoke</name> 
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/bigtop-tests/test-artifacts/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/pom.xml 
b/bigtop-tests/test-artifacts/pom.xml
index 41648f8..856e6e6 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>bigtop-smokes</artifactId>
   <packaging>pom</packaging>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>bigtop-smokes</name>
 
 
@@ -50,7 +50,7 @@
 
   <properties>
     <junit.version>4.8.2</junit.version>
-    <itest-common.version>0.5.0-SNAPSHOT</itest-common.version>
+    <itest-common.version>0.6.0-SNAPSHOT</itest-common.version>
     <hadoop.version>2.0.0-SNAPSHOT</hadoop.version>
     <pig.version>0.9.2</pig.version>
     <sqoop.version>1.4.1-incubating</sqoop.version>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 0a622bb..b870a25 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>solr-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
 
   <name>solrsmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 591c9aa..a1d5fa4 100644
--- a/bigtop-tests/test-artifacts/sqoop/pom.xml
+++ b/bigtop-tests/test-artifacts/sqoop/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>sqoopsmokes</name>
 </project>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 0f3c5b2..1ca2d75 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>stacks-common</artifactId>
   <packaging>pom</packaging>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>stacks-validation-common</name>
 
   <properties>
@@ -117,7 +117,7 @@
       <dependency>
         <groupId>org.apache.bigtop.itest</groupId>
         <artifactId>itest-common</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
         <scope>test</scope>
       </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 05b6550..091e712 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>smoke-tests-conf</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 547e69a..9949340 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../common/pom.xml</relativePath>
   </parent>
 
@@ -30,16 +30,16 @@
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>integration-tests</artifactId>
   <packaging>pom</packaging>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>hadoop-stack-integration</name>
 
   <properties>
     <!--
       BOM definitions
     -->
-    <itest-conf.version>0.5.0-SNAPSHOT</itest-conf.version>
-    <itest-common.version>0.5.0-SNAPSHOT</itest-common.version>
-    <sqoop-integration.version>0.5.0-SNAPSHOT</sqoop-integration.version>
+    <itest-conf.version>0.6.0-SNAPSHOT</itest-conf.version>
+    <itest-common.version>0.6.0-SNAPSHOT</itest-common.version>
+    <sqoop-integration.version>0.6.0-SNAPSHOT</sqoop-integration.version>
     <!--
       End of BOM definitions
     -->

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 7ddefbf..9670d13 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>sqoop-integration-execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 be2dbc6..e0c432e 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../smokes/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>package-smoke-execution</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>packagesmokes</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/bigtop-tests/test-execution/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/pom.xml 
b/bigtop-tests/test-execution/pom.xml
index 78d2567..71d6b3a 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>bigtop-test-execution</artifactId>
   <packaging>pom</packaging>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>bigtop-smokes</name>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 9fff9d4..8d646b7 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Crunch smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 3c49d64..a7f525a 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Flume smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 b20bfc4..3226931 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Giraph smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 4493d5b..5635398 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hadoop-smoke-execution</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Hadoop smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 6474790..2a873e2 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>HBase smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 df7977d..fa56c79 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Hive smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 c346459..9cfc178 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Giraph smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 1ae5dda..4002b42 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>mahout-smoke-execution</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Mahout smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 8a99b1b..a4773af 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Oozie smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 7ff21ef..66522c3 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>pigsmokes</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 7c3a416..3de4225 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>hadoop-stack-validation</name>
 
   <properties>
@@ -42,19 +42,19 @@
     <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>
-    <itest-conf.version>0.5.0-SNAPSHOT</itest-conf.version>
-    <itest-common.version>0.5.0-SNAPSHOT</itest-common.version>
-    <hadoop-smoke.version>0.5.0-SNAPSHOT</hadoop-smoke.version>
-    <flume-smoke.version>0.5.0-SNAPSHOT</flume-smoke.version>
-    <hbase-smoke.version>0.5.0-SNAPSHOT</hbase-smoke.version>
-    <hive-smoke.version>0.5.0-SNAPSHOT</hive-smoke.version>
-    <mahout-smoke.version>0.5.0-SNAPSHOT</mahout-smoke.version>
-    <oozie-smoke.version>0.5.0-SNAPSHOT</oozie-smoke.version>
-    <giraph-smoke.version>0.5.0-SNAPSHOT</giraph-smoke.version>
-    <crunch-smoke.version>0.5.0-SNAPSHOT</crunch-smoke.version>
-    <hue-smoke.version>0.5.0-SNAPSHOT</hue-smoke.version>
-    <package-smoke.version>0.5.0-SNAPSHOT</package-smoke.version>
-    <solr-smoke.version>0.5.0-SNAPSHOT</solr-smoke.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>
+    <flume-smoke.version>0.6.0-SNAPSHOT</flume-smoke.version>
+    <hbase-smoke.version>0.6.0-SNAPSHOT</hbase-smoke.version>
+    <hive-smoke.version>0.6.0-SNAPSHOT</hive-smoke.version>
+    <mahout-smoke.version>0.6.0-SNAPSHOT</mahout-smoke.version>
+    <oozie-smoke.version>0.6.0-SNAPSHOT</oozie-smoke.version>
+    <giraph-smoke.version>0.6.0-SNAPSHOT</giraph-smoke.version>
+    <crunch-smoke.version>0.6.0-SNAPSHOT</crunch-smoke.version>
+    <hue-smoke.version>0.6.0-SNAPSHOT</hue-smoke.version>
+    <package-smoke.version>0.6.0-SNAPSHOT</package-smoke.version>
+    <solr-smoke.version>0.6.0-SNAPSHOT</solr-smoke.version>
     <!--
       End of BOM definitions
     -->

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/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 9f1e615..c21967e 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.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Solr smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml 
b/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml
index 86723ba..8d33ed7 100644
--- a/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml
+++ b/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.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.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Sqoop smoke test execution</name>
   
   <properties>
@@ -38,7 +38,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>sqoopsmokes</org.apache.maven-dependency-plugin.artifactId>
-    
<org.apache.maven-dependency-plugin.version>0.5.0-SNAPSHOT</org.apache.maven-dependency-plugin.version>
+    
<org.apache.maven-dependency-plugin.version>0.6.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/06d68c8b/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 e3eb641..c06b24a 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.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-test-execution</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>Sqoop smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 0af8b1d..db75a8f 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.5.0
+BIGTOP_VERSION=0.6.0
 
 # Hadoop 0.20.0-based hadoop package
 HADOOP_NAME=hadoop

http://git-wip-us.apache.org/repos/asf/bigtop/blob/06d68c8b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7f2a640..399791f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.bigtop</groupId>
   <artifactId>bigtop</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   
   <name>Bigtop</name>

Reply via email to