This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 30e2ee5  Changing version to 3.0.1
30e2ee5 is described below

commit 30e2ee55df27402f70c6f5df00d8284dda0002df
Author: Kengo Seki <[email protected]>
AuthorDate: Mon Mar 14 19:50:35 2022 +0900

    Changing version to 3.0.1
---
 bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml         | 2 +-
 bigtop-test-framework/pom.xml                            | 4 ++--
 bigtop-tests/test-artifacts/elasticsearch/pom.xml        | 4 ++--
 bigtop-tests/test-artifacts/fatjar/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/httpfs/pom.xml               | 4 ++--
 bigtop-tests/test-artifacts/hue/pom.xml                  | 4 ++--
 bigtop-tests/test-artifacts/longevity/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/longevity/io/pom.xml         | 4 ++--
 bigtop-tests/test-execution/longevity/pom.xml            | 4 ++--
 bigtop-tests/test-execution/package/pom.xml              | 4 ++--
 bigtop-tests/test-execution/pom.xml                      | 4 ++--
 bigtop-tests/test-execution/smokes/elasticsearch/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/httpfs/pom.xml        | 4 ++--
 bigtop-tests/test-execution/smokes/hue/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/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.bom                                               | 2 +-
 build.gradle                                             | 2 +-
 pom.xml                                                  | 2 +-
 provisioner/docker/config_centos-7.yaml                  | 4 ++--
 provisioner/docker/config_centos-8.yaml                  | 4 ++--
 provisioner/docker/config_debian-10.yaml                 | 4 ++--
 provisioner/docker/config_debian-9.yaml                  | 4 ++--
 provisioner/docker/config_fedora-33.yaml                 | 4 ++--
 provisioner/docker/config_ubuntu-18.04.yaml              | 4 ++--
 provisioner/docker/config_ubuntu-20.04.yaml              | 4 ++--
 47 files changed, 91 insertions(+), 91 deletions(-)

diff --git a/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml 
b/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml
index f235c4d..3541ce9 100644
--- a/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml
+++ b/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml
@@ -20,7 +20,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.apache.bigtop</groupId>
        <artifactId>BigPetStore</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.1</version>
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index c499421..1eb7e38 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>3.0.0</version>
+    <version>3.0.1</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>3.0.0</version>
+  <version>3.0.1</version>
 
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/elasticsearch/pom.xml 
b/bigtop-tests/test-artifacts/elasticsearch/pom.xml
index 89a4c4e..ee4e397 100644
--- a/bigtop-tests/test-artifacts/elasticsearch/pom.xml
+++ b/bigtop-tests/test-artifacts/elasticsearch/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>elasticsearch-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
 
   <name>elasticsearchsmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/fatjar/pom.xml 
b/bigtop-tests/test-artifacts/fatjar/pom.xml
index 24b344c..eee2cd9 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>fat-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>fatjar</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml 
b/bigtop-tests/test-artifacts/hadoop/pom.xml
index 2569561..b73014d 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hadoop-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>hadoopsmoke</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/hbase/pom.xml 
b/bigtop-tests/test-artifacts/hbase/pom.xml
index d87dd90..f73ecf3 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hbase-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>hbasesmoke</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/hcatalog/pom.xml 
b/bigtop-tests/test-artifacts/hcatalog/pom.xml
index e0ab3f4..7fc2704 100644
--- a/bigtop-tests/test-artifacts/hcatalog/pom.xml
+++ b/bigtop-tests/test-artifacts/hcatalog/pom.xml
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hcatalog-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>hcatalogsmoke</name>
 
   <build>
diff --git a/bigtop-tests/test-artifacts/httpfs/pom.xml 
b/bigtop-tests/test-artifacts/httpfs/pom.xml
index 56297dd..05f8138 100644
--- a/bigtop-tests/test-artifacts/httpfs/pom.xml
+++ b/bigtop-tests/test-artifacts/httpfs/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>httpfs-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>httpfssmokes</name>
 
   <build>
diff --git a/bigtop-tests/test-artifacts/hue/pom.xml 
b/bigtop-tests/test-artifacts/hue/pom.xml
index b7f358f..fc1c741 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hue-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
 
   <name>huesmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/longevity/pom.xml 
b/bigtop-tests/test-artifacts/longevity/pom.xml
index 3b5eb61..8075153 100644
--- a/bigtop-tests/test-artifacts/longevity/pom.xml
+++ b/bigtop-tests/test-artifacts/longevity/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>io-longevity</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>io-longevity</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/oozie/pom.xml 
b/bigtop-tests/test-artifacts/oozie/pom.xml
index 12c21eb..f8a9a8e 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>oozie-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>ooziesmoke</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/package/pom.xml 
b/bigtop-tests/test-artifacts/package/pom.xml
index bb8aba1..f4bd31b 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>package-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>packagesmoke</name> 
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/phoenix/pom.xml 
b/bigtop-tests/test-artifacts/phoenix/pom.xml
index fa31590..2e1989c 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>phoenix-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
 
   <name>phoenixsmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/pom.xml 
b/bigtop-tests/test-artifacts/pom.xml
index 31ab365..23e1cf2 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>bigtop-smokes</artifactId>
   <packaging>pom</packaging>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>bigtop-smokes</name>
 
 
diff --git a/bigtop-tests/test-artifacts/solr/pom.xml 
b/bigtop-tests/test-artifacts/solr/pom.xml
index 62a82e6..68b23d7 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>solr-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
 
   <name>solrsmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/spark/pom.xml 
b/bigtop-tests/test-artifacts/spark/pom.xml
index b3b6ed5..d934138 100644
--- a/bigtop-tests/test-artifacts/spark/pom.xml
+++ b/bigtop-tests/test-artifacts/spark/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>spark-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>sparksmoke</name>
 
   <repositories>
diff --git a/bigtop-tests/test-artifacts/sqoop/pom.xml 
b/bigtop-tests/test-artifacts/sqoop/pom.xml
index 4ea7b19..63398ff 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-smoke</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>sqoopsmokes</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-execution/common/pom.xml 
b/bigtop-tests/test-execution/common/pom.xml
index 7a38e88..88eec07 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>stacks-common</artifactId>
   <packaging>pom</packaging>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>stacks-validation-common</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/conf/pom.xml 
b/bigtop-tests/test-execution/conf/pom.xml
index abb0a5f..621a2b9 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../common/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>smoke-tests-conf</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>smoke-tests-conf</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-execution/integration/pom.xml 
b/bigtop-tests/test-execution/integration/pom.xml
index 5709b65..f605188 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>3.0.0</version>
+    <version>3.0.1</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>3.0.0</version>
+  <version>3.0.1</version>
   <name>hadoop-stack-integration</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/integration/sqoop/pom.xml 
b/bigtop-tests/test-execution/integration/sqoop/pom.xml
index 7d995fe..654f7b8 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-integration-execution</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>sqoop-integration-execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/longevity/io/pom.xml 
b/bigtop-tests/test-execution/longevity/io/pom.xml
index 2db15cb..db5b7bc 100644
--- a/bigtop-tests/test-execution/longevity/io/pom.xml
+++ b/bigtop-tests/test-execution/longevity/io/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>longevity-tests</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>io</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>io-longevity-execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/longevity/pom.xml 
b/bigtop-tests/test-execution/longevity/pom.xml
index 13ce518..b794a1a 100644
--- a/bigtop-tests/test-execution/longevity/pom.xml
+++ b/bigtop-tests/test-execution/longevity/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>stacks-common</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../common/pom.xml</relativePath>
   </parent>
 
@@ -30,7 +30,7 @@
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>longevity-tests</artifactId>
   <packaging>pom</packaging>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>longevity</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/package/pom.xml 
b/bigtop-tests/test-execution/package/pom.xml
index ccba897..8f97e66 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../smokes/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>package-smoke-execution</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>packagesmokes</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/pom.xml 
b/bigtop-tests/test-execution/pom.xml
index ae2116f..1cad1ff 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>bigtop-test-execution</artifactId>
   <packaging>pom</packaging>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>bigtop-smokes</name>
 
   <modules>
diff --git a/bigtop-tests/test-execution/smokes/elasticsearch/pom.xml 
b/bigtop-tests/test-execution/smokes/elasticsearch/pom.xml
index 7cb5c85..6cb599b 100644
--- a/bigtop-tests/test-execution/smokes/elasticsearch/pom.xml
+++ b/bigtop-tests/test-execution/smokes/elasticsearch/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>elasticsearch-smoke-test</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>Elasticsearch smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/hadoop/pom.xml 
b/bigtop-tests/test-execution/smokes/hadoop/pom.xml
index 70f40bb..c372152 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hadoop-smoke-execution</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>Hadoop smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/hbase/pom.xml 
b/bigtop-tests/test-execution/smokes/hbase/pom.xml
index 588d3ea..a23bb9f 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hbase-smoke-execution</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>HBase smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml 
b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
index eecf1eb..6856400 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hcatalog-smoke-execution</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>HCatalog smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/httpfs/pom.xml 
b/bigtop-tests/test-execution/smokes/httpfs/pom.xml
index 614da45..8cdbbae 100644
--- a/bigtop-tests/test-execution/smokes/httpfs/pom.xml
+++ b/bigtop-tests/test-execution/smokes/httpfs/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>httpfs-smoke-execution</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>Httpfs smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/hue/pom.xml 
b/bigtop-tests/test-execution/smokes/hue/pom.xml
index 719b09d..67da3a0 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hue-smoke-execution</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>Hue smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/oozie/pom.xml 
b/bigtop-tests/test-execution/smokes/oozie/pom.xml
index 07513d3..5f326a0 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>oozie-smoke-test</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>Oozie smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/phoenix/pom.xml 
b/bigtop-tests/test-execution/smokes/phoenix/pom.xml
index 6ba0d2e..1359bf1 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>phoenix-smoke-execution</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>Phoenix smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/pom.xml 
b/bigtop-tests/test-execution/smokes/pom.xml
index b9b9fc4..cfacc81 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>3.0.0</version>
+    <version>3.0.1</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>3.0.0</version>
+  <version>3.0.1</version>
   <name>hadoop-stack-validation</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/solr/pom.xml 
b/bigtop-tests/test-execution/smokes/solr/pom.xml
index ed80b85..3e180c8 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>solr-smoke-test</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>Solr smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/spark/pom.xml 
b/bigtop-tests/test-execution/smokes/spark/pom.xml
index 5142884..0e3c121 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>spark-smoke-execution</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <name>Spark smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/sqoop/pom.xml 
b/bigtop-tests/test-execution/smokes/sqoop/pom.xml
index e5bd616..cb10c5e 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>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-smoke-execution</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</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>3.0.0</org.apache.maven-dependency-plugin.version>
+    
<org.apache.maven-dependency-plugin.version>3.0.1</org.apache.maven-dependency-plugin.version>
     
<org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type>
   </properties>
 
diff --git a/bigtop.bom b/bigtop.bom
index d2ee993..b812955 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -90,7 +90,7 @@
 
 bigtop {
 /** Base Configuration of the mirror and archives */
-  version = "3.0.0"
+  version = "3.0.1"
   stack {
     'jdk' { version = "1." + ( System.getenv('BIGTOP_JDK') ?: "8" ); 
version_base = version }
     'scala' { version = '2.12.13'; version_base = version }
diff --git a/build.gradle b/build.gradle
index 9deb1de..79420a1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ allprojects {
   apply plugin: 'maven'
 
   group = 'org.apache.bigtop'
-  version = '3.0.0'
+  version = '3.0.1'
 
   description = """Bigtop"""
 
diff --git a/pom.xml b/pom.xml
index eccf4af..8818652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.bigtop</groupId>
   <artifactId>bigtop</artifactId>
-  <version>3.0.0</version>
+  <version>3.0.1</version>
   <packaging>pom</packaging>
 
   <name>Bigtop</name>
diff --git a/provisioner/docker/config_centos-7.yaml 
b/provisioner/docker/config_centos-7.yaml
index 07904fb..1d04a77 100644
--- a/provisioner/docker/config_centos-7.yaml
+++ b/provisioner/docker/config_centos-7.yaml
@@ -15,9 +15,9 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:3.0.0-centos-7"
+        image: "bigtop/puppet:3.0.1-centos-7"
 
-repo: "http://repos.bigtop.apache.org/releases/3.0.0/centos/7/$basearch";
+repo: "http://repos.bigtop.apache.org/releases/3.0.1/centos/7/$basearch";
 distro: centos
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false
diff --git a/provisioner/docker/config_centos-8.yaml 
b/provisioner/docker/config_centos-8.yaml
index 78244dd..5eab1a1 100644
--- a/provisioner/docker/config_centos-8.yaml
+++ b/provisioner/docker/config_centos-8.yaml
@@ -15,9 +15,9 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:3.0.0-centos-8"
+        image: "bigtop/puppet:3.0.1-centos-8"
 
-repo: "http://repos.bigtop.apache.org/releases/3.0.0/centos/8/$basearch";
+repo: "http://repos.bigtop.apache.org/releases/3.0.1/centos/8/$basearch";
 distro: centos
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false
diff --git a/provisioner/docker/config_debian-10.yaml 
b/provisioner/docker/config_debian-10.yaml
index b87c3fc..4d0a671 100644
--- a/provisioner/docker/config_debian-10.yaml
+++ b/provisioner/docker/config_debian-10.yaml
@@ -15,9 +15,9 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:3.0.0-debian-10"
+        image: "bigtop/puppet:3.0.1-debian-10"
 
-repo: "http://repos.bigtop.apache.org/releases/3.0.0/debian/10/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.0.1/debian/10/$(ARCH)"
 distro: debian
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false
diff --git a/provisioner/docker/config_debian-9.yaml 
b/provisioner/docker/config_debian-9.yaml
index 5dc48f2..d21a3a8 100644
--- a/provisioner/docker/config_debian-9.yaml
+++ b/provisioner/docker/config_debian-9.yaml
@@ -15,9 +15,9 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:3.0.0-debian-9"
+        image: "bigtop/puppet:3.0.1-debian-9"
 
-repo: "http://repos.bigtop.apache.org/releases/3.0.0/debian/9/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.0.1/debian/9/$(ARCH)"
 distro: debian
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false
diff --git a/provisioner/docker/config_fedora-33.yaml 
b/provisioner/docker/config_fedora-33.yaml
index 0144e05..f86e350 100644
--- a/provisioner/docker/config_fedora-33.yaml
+++ b/provisioner/docker/config_fedora-33.yaml
@@ -15,9 +15,9 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:3.0.0-fedora-33"
+        image: "bigtop/puppet:3.0.1-fedora-33"
 
-repo: "http://repos.bigtop.apache.org/releases/3.0.0/fedora/33/$basearch";
+repo: "http://repos.bigtop.apache.org/releases/3.0.1/fedora/33/$basearch";
 distro: centos
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false
diff --git a/provisioner/docker/config_ubuntu-18.04.yaml 
b/provisioner/docker/config_ubuntu-18.04.yaml
index 50da8eb..75fd4e0 100644
--- a/provisioner/docker/config_ubuntu-18.04.yaml
+++ b/provisioner/docker/config_ubuntu-18.04.yaml
@@ -15,9 +15,9 @@
 
 docker:
         memory_limit: "4g"
-        image:  "bigtop/puppet:3.0.0-ubuntu-18.04"
+        image:  "bigtop/puppet:3.0.1-ubuntu-18.04"
 
-repo: "http://repos.bigtop.apache.org/releases/3.0.0/ubuntu/18.04/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.0.1/ubuntu/18.04/$(ARCH)"
 distro: debian
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false
diff --git a/provisioner/docker/config_ubuntu-20.04.yaml 
b/provisioner/docker/config_ubuntu-20.04.yaml
index 704654e..bcf567b 100644
--- a/provisioner/docker/config_ubuntu-20.04.yaml
+++ b/provisioner/docker/config_ubuntu-20.04.yaml
@@ -15,9 +15,9 @@
 
 docker:
         memory_limit: "4g"
-        image:  "bigtop/puppet:3.0.0-ubuntu-20.04"
+        image:  "bigtop/puppet:3.0.1-ubuntu-20.04"
 
-repo: "http://repos.bigtop.apache.org/releases/3.0.0/ubuntu/20.04/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.0.1/ubuntu/20.04/$(ARCH)"
 distro: debian
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false

Reply via email to