Updated Branches:
  refs/heads/branch-0.5 1078257d2 -> adda5e4cd
Updated Tags:  refs/tags/release-0.5.0-RC0 [created] adda5e4cd


Preparing Maven versions for Bigtop 0.5.0 release


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

Branch: refs/heads/branch-0.5
Commit: adda5e4cda5a87002f82df7ce5f790c15f4a2529
Parents: d39e599
Author: Roman Shaposhnik <[email protected]>
Authored: Mon Dec 10 14:50:27 2012 -0800
Committer: Roman Shaposhnik <[email protected]>
Committed: Mon Dec 10 14:50:27 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 +-
 pom.xml                                            |    2 +-
 36 files changed, 102 insertions(+), 102 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/bigtop-test-framework/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index 6a8d124..53a1627 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
 
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..2dec2b2 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.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>crunch-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>crunchsmoke</name>
 </project>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..b990eb7 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.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>fat-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>fatjar</name>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>crunch-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>flume-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>giraph-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>hadoop-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>hbase-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>hive-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>hue-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>mahout-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>oozie-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>solr-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>sqoop-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
 
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>
       <artifactId>package-smoke</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
       <optional>true</optional>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..0a05e5d 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.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>flume-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
 
   <name>flumesmoke</name>
 

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

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..caf5b4a 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.5.0</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.5.0</version>
   <name>hadoopsmoke</name>
 
   <dependencies>

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..8ca98d9 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.5.0</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.5.0</version>
   <name>packagesmoke</name> 
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/bigtop-tests/test-artifacts/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/pom.xml 
b/bigtop-tests/test-artifacts/pom.xml
index 41648f8..d455406 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.5.0</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.5.0</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.5.0</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/adda5e4c/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..3a99da8 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.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>solr-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
 
   <name>solrsmoke</name>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..d60ce58 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.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-smoke</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>sqoopsmokes</name>
 </project>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..f6ad8a0 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.5.0</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.5.0</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.5.0</version>
         <scope>test</scope>
       </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..dab1b89 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>smoke-tests-conf</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..b9f6336 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.5.0</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.5.0</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.5.0</itest-conf.version>
+    <itest-common.version>0.5.0</itest-common.version>
+    <sqoop-integration.version>0.5.0</sqoop-integration.version>
     <!--
       End of BOM definitions
     -->

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..7c06cb9 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>sqoop-integration-execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..ebeec53 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.5.0</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.5.0</version>
   <name>packagesmokes</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/bigtop-tests/test-execution/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-execution/pom.xml 
b/bigtop-tests/test-execution/pom.xml
index 78d2567..ea05495 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.5.0</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.5.0</version>
   <name>bigtop-smokes</name>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..0c362f3 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.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>crunch-smoke-execution</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>Crunch smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..216f8d4 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>Flume smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..c4819ae 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>Giraph smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..e49a0d0 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.5.0</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.5.0</version>
   <name>Hadoop smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..aab4348 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>HBase smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..16185f4 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.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hive-smoke-execution</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>Hive smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..53f5c03 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>Giraph smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..3c2398b 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.5.0</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.5.0</version>
   <name>Mahout smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..7b0b47f 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>Oozie smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..2e685f2 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.5.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -30,7 +30,7 @@
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>pig-smoke-execution</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>pigsmokes</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..1a6a70a 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</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.5.0</itest-conf.version>
+    <itest-common.version>0.5.0</itest-common.version>
+    <hadoop-smoke.version>0.5.0</hadoop-smoke.version>
+    <flume-smoke.version>0.5.0</flume-smoke.version>
+    <hbase-smoke.version>0.5.0</hbase-smoke.version>
+    <hive-smoke.version>0.5.0</hive-smoke.version>
+    <mahout-smoke.version>0.5.0</mahout-smoke.version>
+    <oozie-smoke.version>0.5.0</oozie-smoke.version>
+    <giraph-smoke.version>0.5.0</giraph-smoke.version>
+    <crunch-smoke.version>0.5.0</crunch-smoke.version>
+    <hue-smoke.version>0.5.0</hue-smoke.version>
+    <package-smoke.version>0.5.0</package-smoke.version>
+    <solr-smoke.version>0.5.0</solr-smoke.version>
     <!--
       End of BOM definitions
     -->

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..23b470b 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <name>Solr smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..548ef53 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.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>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</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.5.0</org.apache.maven-dependency-plugin.version>
     
<org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/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..3fa0dbf 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.5.0</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.5.0</version>
   <name>Sqoop smoke test execution</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/adda5e4c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7f2a640..6455ae2 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.5.0</version>
   <packaging>pom</packaging>
   
   <name>Bigtop</name>

Reply via email to