You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2012/03/10 01:30:56 UTC

svn commit: r1299117 - in /incubator/bigtop/branches/branch-0.3: ./ bigtop-test-framework/ bigtop-tests/test-artifacts/ bigtop-tests/test-artifacts/flume/ bigtop-tests/test-artifacts/hadoop/ bigtop-tests/test-artifacts/hbase/ bigtop-tests/test-artifact...

Author: rvs
Date: Sat Mar 10 00:30:55 2012
New Revision: 1299117

URL: http://svn.apache.org/viewvc?rev=1299117&view=rev
Log:
Branching for the Bigtop 0.3.0-incubating release

Modified:
    incubator/bigtop/branches/branch-0.3/bigtop-test-framework/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/flume/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hadoop/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hbase/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hive/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/mahout/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/oozie/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/package/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/sqoop/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/common/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/conf/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/integration/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/integration/sqoop/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/package/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/flume/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hadoop/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hbase/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hive/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/mahout/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/oozie/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/pig/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/pom.xml
    incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/sqoop/pom.xml
    incubator/bigtop/branches/branch-0.3/pom.xml

Modified: incubator/bigtop/branches/branch-0.3/bigtop-test-framework/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-test-framework/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-test-framework/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-test-framework/pom.xml Sat Mar 10 00:30:55 2012
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.bigtop</groupId>
     <artifactId>bigtop</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</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.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
 
 
   <dependencies>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/flume/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/flume/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/flume/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/flume/pom.xml Sat Mar 10 00:30:55 2012
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>flume-smoke</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
 
   <name>flumesmoke</name>
 

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hadoop/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hadoop/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hadoop/pom.xml Sat Mar 10 00:30:55 2012
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hadoop-smoke</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
     <name>hadoopsmoke</name> 
 
   <dependencies>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hbase/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hbase/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hbase/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hbase/pom.xml Sat Mar 10 00:30:55 2012
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hbase-smoke</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>hbasesmoke</name>
   
   <dependencies>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hive/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hive/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hive/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/hive/pom.xml Sat Mar 10 00:30:55 2012
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hive-smoke</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>hivesmoke</name>
 </project>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/mahout/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/mahout/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/mahout/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/mahout/pom.xml Sat Mar 10 00:30:55 2012
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>mahout-smoke</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
 
   <name>mahoutsmoke</name>
 

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/oozie/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/oozie/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/oozie/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/oozie/pom.xml Sat Mar 10 00:30:55 2012
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>oozie-smoke</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>ooziesmoke</name>
 
   <dependencies>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/package/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/package/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/package/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/package/pom.xml Sat Mar 10 00:30:55 2012
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>package-smoke</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>packagesmoke</name> 
 
   <dependencies>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/pom.xml Sat Mar 10 00:30:55 2012
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.bigtop</groupId>
     <artifactId>bigtop</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>bigtop-smokes</artifactId>
   <packaging>pom</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>bigtop-smokes</name>
 
 
@@ -45,7 +45,7 @@
 
   <properties>
     <junit.version>4.8.2</junit.version>
-    <itest-common.version>0.3.0-incubating-SNAPSHOT</itest-common.version>
+    <itest-common.version>0.3.0-incubating</itest-common.version>
     <hadoop.version>0.20.205.0</hadoop.version>
     <pig.version>0.9.1</pig.version>
     <sqoop.version>1.3.0</sqoop.version>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/sqoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/sqoop/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/sqoop/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/sqoop/pom.xml Sat Mar 10 00:30:55 2012
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>bigtop-smokes</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-integration</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>sqoop-integration</name>
 </project>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/common/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/common/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/common/pom.xml Sat Mar 10 00:30:55 2012
@@ -24,14 +24,14 @@
   <parent>
     <groupId>org.apache.bigtop</groupId>
     <artifactId>bigtop</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>stacks-common</artifactId>
   <packaging>pom</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>stacks-validation-common</name>
 
   <properties>
@@ -117,7 +117,7 @@
       <dependency>
         <groupId>org.apache.bigtop.itest</groupId>
         <artifactId>itest-common</artifactId>
-        <version>0.3.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
         <scope>test</scope>
       </dependency>
     </dependencies>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/conf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/conf/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/conf/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/conf/pom.xml Sat Mar 10 00:30:55 2012
@@ -21,13 +21,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>stacks-common</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</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.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>smoke-tests-conf</name>
 
   <dependencies>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/integration/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/integration/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/integration/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/integration/pom.xml Sat Mar 10 00:30:55 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>stacks-common</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</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.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>hadoop-stack-integration</name>
 
   <properties>
     <!--
       BOM definitions
     -->
-    <itest-conf.version>0.3.0-incubating-SNAPSHOT</itest-conf.version>
-    <itest-common.version>0.3.0-incubating-SNAPSHOT</itest-common.version>
-    <sqoop-integration.version>0.3.0-incubating-SNAPSHOT</sqoop-integration.version>
+    <itest-conf.version>0.3.0-incubating</itest-conf.version>
+    <itest-common.version>0.3.0-incubating</itest-common.version>
+    <sqoop-integration.version>0.3.0-incubating</sqoop-integration.version>
     <!--
       End of BOM definitions
     -->

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/integration/sqoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/integration/sqoop/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/integration/sqoop/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/integration/sqoop/pom.xml Sat Mar 10 00:30:55 2012
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>integration-tests</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-integration-execution</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>sqoop-integration-execution</name>
 
   <properties>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/package/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/package/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/package/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/package/pom.xml Sat Mar 10 00:30:55 2012
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../smokes/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>package-smoke-execution</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>packagesmokes</name>
 
   <properties>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/pom.xml Sat Mar 10 00:30:55 2012
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.bigtop</groupId>
     <artifactId>bigtop</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>bigtop-test-execution</artifactId>
   <packaging>pom</packaging>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>bigtop-smokes</name>
 
   <modules>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/flume/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/flume/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/flume/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/flume/pom.xml Sat Mar 10 00:30:55 2012
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>flume-smoke-execution</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Flume smoke test execution</name>
 
   <properties>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hadoop/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hadoop/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hadoop/pom.xml Sat Mar 10 00:30:55 2012
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hadoop-smoke-execution</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Hadoop smoke test execution</name>
 
   <properties>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hbase/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hbase/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hbase/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hbase/pom.xml Sat Mar 10 00:30:55 2012
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hbase-smoke-execution</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>HBase smoke test execution</name>
 
   <properties>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hive/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hive/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hive/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/hive/pom.xml Sat Mar 10 00:30:55 2012
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>hive-smoke-execution</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Hive smoke test execution</name>
 
   <properties>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/mahout/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/mahout/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/mahout/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/mahout/pom.xml Sat Mar 10 00:30:55 2012
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>mahout-smoke-execution</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Mahout smoke test execution</name>
 
   <properties>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/oozie/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/oozie/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/oozie/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/oozie/pom.xml Sat Mar 10 00:30:55 2012
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>oozie-smoke-test</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Oozie smoke test execution</name>
 
   <properties>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/pig/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/pig/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/pig/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/pig/pom.xml Sat Mar 10 00:30:55 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</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.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>pigsmokes</name>
 
   <properties>

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/pom.xml Sat Mar 10 00:30:55 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>stacks-common</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</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.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>hadoop-stack-validation</name>
 
   <properties>
@@ -41,15 +41,15 @@
     <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.3.0-incubating-SNAPSHOT</itest-conf.version>
-    <itest-common.version>0.3.0-incubating-SNAPSHOT</itest-common.version>
-    <hadoop-smoke.version>0.3.0-incubating-SNAPSHOT</hadoop-smoke.version>
-    <flume-smoke.version>0.3.0-incubating-SNAPSHOT</flume-smoke.version>
-    <hbase-smoke.version>0.3.0-incubating-SNAPSHOT</hbase-smoke.version>
-    <hive-smoke.version>0.3.0-incubating-SNAPSHOT</hive-smoke.version>
-    <mahout-smoke.version>0.3.0-incubating-SNAPSHOT</mahout-smoke.version>
-    <oozie-smoke.version>0.3.0-incubating-SNAPSHOT</oozie-smoke.version>
-    <package-smoke.version>0.3.0-incubating-SNAPSHOT</package-smoke.version>
+    <itest-conf.version>0.3.0-incubating</itest-conf.version>
+    <itest-common.version>0.3.0-incubating</itest-common.version>
+    <hadoop-smoke.version>0.3.0-incubating</hadoop-smoke.version>
+    <flume-smoke.version>0.3.0-incubating</flume-smoke.version>
+    <hbase-smoke.version>0.3.0-incubating</hbase-smoke.version>
+    <hive-smoke.version>0.3.0-incubating</hive-smoke.version>
+    <mahout-smoke.version>0.3.0-incubating</mahout-smoke.version>
+    <oozie-smoke.version>0.3.0-incubating</oozie-smoke.version>
+    <package-smoke.version>0.3.0-incubating</package-smoke.version>
     <!--
       End of BOM definitions
     -->

Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/sqoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/sqoop/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/sqoop/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/sqoop/pom.xml Sat Mar 10 00:30:55 2012
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.bigtop.itest</groupId>
     <artifactId>smoke-tests</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.bigtop.itest</groupId>
   <artifactId>sqoop-test-execution</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <name>Sqoop smoke test execution</name>
 
   <properties>

Modified: incubator/bigtop/branches/branch-0.3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/pom.xml?rev=1299117&r1=1299116&r2=1299117&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/pom.xml (original)
+++ incubator/bigtop/branches/branch-0.3/pom.xml Sat Mar 10 00:30:55 2012
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.bigtop</groupId>
   <artifactId>bigtop</artifactId>
-  <version>0.3.0-incubating-SNAPSHOT</version>
+  <version>0.3.0-incubating</version>
   <packaging>pom</packaging>
   
   <name>Bigtop</name>