You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2020/11/06 09:49:05 UTC

[bigtop] branch branch-1.5 updated (d976269 -> 2f7e923)

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

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


 discard d976269  Changing version to 1.5.0
 discard f9ccfd7  Preparing for release 1.5.0
     new eac9f3f  BIGTOP-3441. Suppress YCSB smoke test output. (#691)
     new b64a3a5  Preparing for release 1.5.0
     new 2f7e923  Changing version to 1.5.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d976269)
            \
             N -- N -- N   refs/heads/branch-1.5 (2f7e923)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bigtop-tests/smoke-tests/ycsb/TestYcsbSmoke.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[bigtop] 01/03: BIGTOP-3441. Suppress YCSB smoke test output. (#691)

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit eac9f3feefa04e801f849a0828a7b8aace8413fd
Author: Kengo Seki <se...@apache.org>
AuthorDate: Fri Nov 6 17:16:16 2020 +0900

    BIGTOP-3441. Suppress YCSB smoke test output. (#691)
---
 bigtop-tests/smoke-tests/ycsb/TestYcsbSmoke.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bigtop-tests/smoke-tests/ycsb/TestYcsbSmoke.groovy b/bigtop-tests/smoke-tests/ycsb/TestYcsbSmoke.groovy
index d73a7cb..8fe0ed9 100644
--- a/bigtop-tests/smoke-tests/ycsb/TestYcsbSmoke.groovy
+++ b/bigtop-tests/smoke-tests/ycsb/TestYcsbSmoke.groovy
@@ -59,7 +59,7 @@ class TestYcsbSmoke {
     sh.exec(basic_load
       + "-P " + ycsb_workloadA
       + "-p " + record_cnt
-      + "-s > load_basic.dat"
+      + "-s >/dev/null 2>load_basic.dat"
     );
     logError(sh);
     assertTrue("YCSB basic load failed." + sh.getOut() + " " + sh.getErr(), sh.getRet() == 0);
@@ -70,7 +70,7 @@ class TestYcsbSmoke {
       + "-p measurementtype=timeseries "
       + "-p timeseries.granularity=2000 "
       + "-threads 10 -target 100 "
-      + "-s > transactions_basic.dat"
+      + "-s >/dev/null 2>transactions_basic.dat"
     );
     logError(sh);
     assertTrue("YCSB basic run failed." + sh.getOut() + " " + sh.getErr(), sh.getRet() == 0);


[bigtop] 02/03: Preparing for release 1.5.0

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b64a3a52635a4acd13843ee3f06a1a9bb720c810
Author: Kengo Seki <se...@apache.org>
AuthorDate: Fri Nov 6 16:56:42 2020 +0900

    Preparing for release 1.5.0
---
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index a97f19b..7b4ca11 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,7 +15,7 @@
 
 Bigtop Changelog
 
-* Release 1.5.0 (unreleased)
+* Release 1.5.0 (2020-11-06)
 
 * Release 1.4.0 (2019-03-24)
 


[bigtop] 03/03: Changing version to 1.5.0

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2f7e92347dae85577feac44421a40b1db2089d49
Author: Kengo Seki <se...@apache.org>
AuthorDate: Fri Nov 6 17:31:18 2020 +0900

    Changing version to 1.5.0
---
 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/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/httpfs/pom.xml               | 4 ++--
 bigtop-tests/test-artifacts/hue/pom.xml                  | 4 ++--
 bigtop-tests/test-artifacts/longevity/pom.xml            | 4 ++--
 bigtop-tests/test-artifacts/mahout/pom.xml               | 4 ++--
 bigtop-tests/test-artifacts/oozie/pom.xml                | 4 ++--
 bigtop-tests/test-artifacts/package/pom.xml              | 4 ++--
 bigtop-tests/test-artifacts/phoenix/pom.xml              | 4 ++--
 bigtop-tests/test-artifacts/pom.xml                      | 4 ++--
 bigtop-tests/test-artifacts/solr/pom.xml                 | 4 ++--
 bigtop-tests/test-artifacts/spark/pom.xml                | 4 ++--
 bigtop-tests/test-artifacts/sqoop/pom.xml                | 4 ++--
 bigtop-tests/test-execution/common/pom.xml               | 4 ++--
 bigtop-tests/test-execution/conf/pom.xml                 | 4 ++--
 bigtop-tests/test-execution/integration/pom.xml          | 4 ++--
 bigtop-tests/test-execution/integration/sqoop/pom.xml    | 4 ++--
 bigtop-tests/test-execution/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/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/httpfs/pom.xml        | 4 ++--
 bigtop-tests/test-execution/smokes/hue/pom.xml           | 4 ++--
 bigtop-tests/test-execution/smokes/mahout/pom.xml        | 4 ++--
 bigtop-tests/test-execution/smokes/oozie/pom.xml         | 4 ++--
 bigtop-tests/test-execution/smokes/phoenix/pom.xml       | 4 ++--
 bigtop-tests/test-execution/smokes/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                  | 2 +-
 provisioner/docker/config_debian-10.yaml                 | 2 +-
 provisioner/docker/config_debian-9.yaml                  | 4 ++--
 provisioner/docker/config_fedora-31.yaml                 | 2 +-
 provisioner/docker/config_ubuntu-16.04.yaml              | 4 ++--
 provisioner/docker/config_ubuntu-18.04.yaml              | 2 +-
 53 files changed, 99 insertions(+), 99 deletions(-)

diff --git a/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml b/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml
index aa6a627..dbc8970 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>1.5.0-SNAPSHOT</version>
+        <version>1.5.0</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 aa895b2..bff13e9 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.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>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
 
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/elasticsearch/pom.xml b/bigtop-tests/test-artifacts/elasticsearch/pom.xml
index be7aedf..a4241af 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>elasticsearch-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
 
   <name>elasticsearchsmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/fatjar/pom.xml b/bigtop-tests/test-artifacts/fatjar/pom.xml
index b1a03ea..1a79f4b 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>fat-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>fatjar</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/flume/pom.xml b/bigtop-tests/test-artifacts/flume/pom.xml
index 0123374..bc7cce1 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>flume-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
 
   <name>flumesmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/giraph/pom.xml b/bigtop-tests/test-artifacts/giraph/pom.xml
index bb55634..583023d 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>giraph-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
 
   <name>giraphsmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml b/bigtop-tests/test-artifacts/hadoop/pom.xml
index f830a7b..a8198e9 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hadoop-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>hadoopsmoke</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/hbase/pom.xml b/bigtop-tests/test-artifacts/hbase/pom.xml
index 35e433b..9c30db7 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hbase-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>hbasesmoke</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/hcatalog/pom.xml b/bigtop-tests/test-artifacts/hcatalog/pom.xml
index 868303d..c58a174 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hcatalog-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>hcatalogsmoke</name>
 
   <build>
diff --git a/bigtop-tests/test-artifacts/httpfs/pom.xml b/bigtop-tests/test-artifacts/httpfs/pom.xml
index 84fb03d..fbb8abe 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>httpfs-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>httpfssmokes</name>
 
   <build>
diff --git a/bigtop-tests/test-artifacts/hue/pom.xml b/bigtop-tests/test-artifacts/hue/pom.xml
index 43971b5..93474d8 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hue-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
 
   <name>huesmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/longevity/pom.xml b/bigtop-tests/test-artifacts/longevity/pom.xml
index d900657..d15bc38 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>io-longevity</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>io-longevity</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/mahout/pom.xml b/bigtop-tests/test-artifacts/mahout/pom.xml
index 7757f98..98722c0 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>mahout-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
 
   <name>mahoutsmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/oozie/pom.xml b/bigtop-tests/test-artifacts/oozie/pom.xml
index d2b23f7..0b29388 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>oozie-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>ooziesmoke</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/package/pom.xml b/bigtop-tests/test-artifacts/package/pom.xml
index 4cf564c..b701581 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>package-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>packagesmoke</name> 
 
   <dependencies>
diff --git a/bigtop-tests/test-artifacts/phoenix/pom.xml b/bigtop-tests/test-artifacts/phoenix/pom.xml
index 94455e0..4231154 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>phoenix-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
 
   <name>phoenixsmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/pom.xml b/bigtop-tests/test-artifacts/pom.xml
index 54f2c5d..f989789 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>bigtop-smokes</artifactId>
   <packaging>pom</packaging>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>bigtop-smokes</name>
 
 
diff --git a/bigtop-tests/test-artifacts/solr/pom.xml b/bigtop-tests/test-artifacts/solr/pom.xml
index 71b43a1..dfa37af 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>solr-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
 
   <name>solrsmoke</name>
 
diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml
index 5fd5fef..3124996 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>spark-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>sparksmoke</name>
 
   <repositories>
diff --git a/bigtop-tests/test-artifacts/sqoop/pom.xml b/bigtop-tests/test-artifacts/sqoop/pom.xml
index 5193dcf..e094171 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-smoke</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>sqoopsmokes</name>
 
   <dependencies>
diff --git a/bigtop-tests/test-execution/common/pom.xml b/bigtop-tests/test-execution/common/pom.xml
index 4858b59..5ed5475 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>stacks-common</artifactId>
   <packaging>pom</packaging>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 104d561..6bfb70e 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.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>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 19c23b1..26ac38b 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.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>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 a2f56ca..20eb94f 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-integration-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 186e018..d8d4525 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>io</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 a4613d9..66109af 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</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>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>longevity</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/package/pom.xml b/bigtop-tests/test-execution/package/pom.xml
index b2f6443..5a33b3b 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../smokes/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>package-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>packagesmokes</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/pom.xml b/bigtop-tests/test-execution/pom.xml
index 062826d..e23e30e 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>bigtop-test-execution</artifactId>
   <packaging>pom</packaging>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 0854773..98e1fd2 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>elasticsearch-smoke-test</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>Elasticsearch smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/flume/pom.xml b/bigtop-tests/test-execution/smokes/flume/pom.xml
index f4c4b3d..98e78b6 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>flume-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>Flume smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/giraph/pom.xml b/bigtop-tests/test-execution/smokes/giraph/pom.xml
index a93a715..6aac37e 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>giraph-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>Giraph 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 ee30913..0f099bf 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hadoop-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 4233689..40d59f1 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hbase-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 0a31940..2e6667b 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hcatalog-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 c0c4b84..63f2596 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>httpfs-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 1ebb43a..30b2e31 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hue-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>Hue smoke test execution</name>
 
   <properties>
diff --git a/bigtop-tests/test-execution/smokes/mahout/pom.xml b/bigtop-tests/test-execution/smokes/mahout/pom.xml
index a131c5d..1762ddb 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>mahout-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <name>Mahout 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 3493120..96ffe65 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>oozie-smoke-test</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 bc5347c..e98be8c 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>phoenix-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 b82d3b4..76136a7 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.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>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 6e15ac9..f05ec8b 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>solr-smoke-test</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 0b590a2..d856ec3 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>spark-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</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 7d9049c..e814e15 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>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-smoke-execution</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.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>1.5.0-SNAPSHOT</org.apache.maven-dependency-plugin.version>
+    <org.apache.maven-dependency-plugin.version>1.5.0</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 b2e1045..e794e9d 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -90,7 +90,7 @@
 
 bigtop {
 /** Base Configuration of the mirror and archives */
-  version = "1.5.0-SNAPSHOT"
+  version = "1.5.0"
   stack {
     'jdk' { version = "1." + ( System.getenv('BIGTOP_JDK') ?: "8" ); version_base = version }
     'scala' { version = '2.11.8'; version_base = version }
diff --git a/build.gradle b/build.gradle
index 65ce3cf..6fd7c9e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -153,7 +153,7 @@ allprojects {
   apply plugin: 'maven'
 
   group = 'org.apache.bigtop'
-  version = '1.5.0-SNAPSHOT'
+  version = '1.5.0'
 
   description = """Bigtop"""
 
diff --git a/pom.xml b/pom.xml
index 0988320..a000f06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.bigtop</groupId>
   <artifactId>bigtop</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.0</version>
   <packaging>pom</packaging>
 
   <name>Bigtop</name>
diff --git a/provisioner/docker/config_centos-7.yaml b/provisioner/docker/config_centos-7.yaml
index ab0e9d8..2383c47 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:trunk-centos-7"
+        image: "bigtop/puppet:1.5.0-centos-7"
 
-repo: "http://repos.bigtop.apache.org/releases/1.4.0/centos/7/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/1.5.0/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 8f0326b..0eec851 100644
--- a/provisioner/docker/config_centos-8.yaml
+++ b/provisioner/docker/config_centos-8.yaml
@@ -15,7 +15,7 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:trunk-centos-8"
+        image: "bigtop/puppet:1.5.0-centos-8"
 
 repo: "http://repos.bigtop.apache.org/releases/1.5.0/centos/8/$basearch"
 distro: centos
diff --git a/provisioner/docker/config_debian-10.yaml b/provisioner/docker/config_debian-10.yaml
index 86e4f2c..1531fb2 100644
--- a/provisioner/docker/config_debian-10.yaml
+++ b/provisioner/docker/config_debian-10.yaml
@@ -15,7 +15,7 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:trunk-debian-10"
+        image: "bigtop/puppet:1.5.0-debian-10"
 
 repo: "http://repos.bigtop.apache.org/releases/1.5.0/debian/10/$(ARCH)"
 distro: debian
diff --git a/provisioner/docker/config_debian-9.yaml b/provisioner/docker/config_debian-9.yaml
index 9b07254..a6686ce 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:trunk-debian-9"
+        image: "bigtop/puppet:1.5.0-debian-9"
 
-repo: "http://repos.bigtop.apache.org/releases/1.4.0/debian/9/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/1.5.0/debian/9/$(ARCH)"
 distro: debian
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false
diff --git a/provisioner/docker/config_fedora-31.yaml b/provisioner/docker/config_fedora-31.yaml
index 0a830ad..fa6c9b0 100644
--- a/provisioner/docker/config_fedora-31.yaml
+++ b/provisioner/docker/config_fedora-31.yaml
@@ -15,7 +15,7 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:trunk-fedora-31"
+        image: "bigtop/puppet:1.5.0-fedora-31"
 
 repo: "http://repos.bigtop.apache.org/releases/1.5.0/fedora/31/$basearch"
 distro: centos
diff --git a/provisioner/docker/config_ubuntu-16.04.yaml b/provisioner/docker/config_ubuntu-16.04.yaml
index e087a78..91de9a9 100644
--- a/provisioner/docker/config_ubuntu-16.04.yaml
+++ b/provisioner/docker/config_ubuntu-16.04.yaml
@@ -15,9 +15,9 @@
 
 docker:
         memory_limit: "4g"
-        image:  "bigtop/puppet:trunk-ubuntu-16.04"
+        image:  "bigtop/puppet:1.5.0-ubuntu-16.04"
 
-repo: "http://repos.bigtop.apache.org/releases/1.4.0/ubuntu/16.04/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/1.5.0/ubuntu/16.04/$(ARCH)"
 distro: debian
 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 fbbdd9e..91e5101 100644
--- a/provisioner/docker/config_ubuntu-18.04.yaml
+++ b/provisioner/docker/config_ubuntu-18.04.yaml
@@ -15,7 +15,7 @@
 
 docker:
         memory_limit: "4g"
-        image:  "bigtop/puppet:trunk-ubuntu-18.04"
+        image:  "bigtop/puppet:1.5.0-ubuntu-18.04"
 
 repo: "http://repos.bigtop.apache.org/releases/1.5.0/ubuntu/18.04/$(ARCH)"
 distro: debian