Author: rvs Date: Mon Apr 16 15:36:50 2012 New Revision: 1326653 URL: http://svn.apache.org/viewvc?rev=1326653&view=rev Log: Opening 0.3.1-incubating development line
Modified: incubator/bigtop/branches/branch-0.3/CHANGES.txt 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-smokes/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-smokes/pom.xml incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/sqoop/pom.xml incubator/bigtop/branches/branch-0.3/bigtop.mk incubator/bigtop/branches/branch-0.3/pom.xml Modified: incubator/bigtop/branches/branch-0.3/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/CHANGES.txt?rev=1326653&r1=1326652&r2=1326653&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.3/CHANGES.txt (original) +++ incubator/bigtop/branches/branch-0.3/CHANGES.txt Mon Apr 16 15:36:50 2012 @@ -15,6 +15,14 @@ Bigtop Changelog +* Release 0.3.1 (unreleased) + +- INCOMPATIBLE CHANGES + +- IMPROVEMENTS + +- BUG FIXES + * Release 0.3.0 (2012-03-20) - SUB-TASK 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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -21,14 +21,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>itest-common</artifactId> <name>iTest: system and integration testing in the cloud</name> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>flume-smoke</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -20,14 +20,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hive-smoke</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>mahout-smoke</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>oozie-smoke</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -20,14 +20,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -21,14 +21,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> <packaging>pom</packaging> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <name>bigtop-smokes</name> @@ -45,7 +45,7 @@ <properties> <junit.version>4.8.2</junit.version> - <itest-common.version>0.3.0-incubating</itest-common.version> + <itest-common.version>0.3.1-incubating-SNAPSHOT</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-smokes/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/sqoop-smokes/pom.xml?rev=1326653&r1=1326652&r2=1326653&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/sqoop-smokes/pom.xml (original) +++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-artifacts/sqoop-smokes/pom.xml Mon Apr 16 15:36:50 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.1-incubating-SNAPSHOT-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoopsmokes</artifactId> - <version>0.3.0-incubating-SNAPSHOT</version> + <version>0.3.1-incubating-SNAPSHOT-SNAPSHOT</version> <name>sqoopsmokes</name> </project> 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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-integration</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -24,14 +24,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> <packaging>pom</packaging> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <name>stacks-validation-common</name> <properties> @@ -117,7 +117,7 @@ <dependency> <groupId>org.apache.bigtop.itest</groupId> <artifactId>itest-common</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../common/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests-conf</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../common/pom.xml</relativePath> </parent> @@ -30,16 +30,16 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>integration-tests</artifactId> <packaging>pom</packaging> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <name>hadoop-stack-integration</name> <properties> <!-- BOM definitions --> - <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> + <itest-conf.version>0.3.1-incubating-SNAPSHOT</itest-conf.version> + <itest-common.version>0.3.1-incubating-SNAPSHOT</itest-common.version> + <sqoop-integration.version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>integration-tests</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-integration-execution</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../smokes/pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke-execution</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -21,14 +21,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>flume-smoke-execution</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke-execution</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke-execution</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hive-smoke-execution</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>mahout-smoke-execution</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>oozie-smoke-test</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>pig-smoke-execution</artifactId> <packaging>jar</packaging> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../common/pom.xml</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> <packaging>pom</packaging> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</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</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> + <itest-conf.version>0.3.1-incubating-SNAPSHOT</itest-conf.version> + <itest-common.version>0.3.1-incubating-SNAPSHOT</itest-common.version> + <hadoop-smoke.version>0.3.1-incubating-SNAPSHOT</hadoop-smoke.version> + <flume-smoke.version>0.3.1-incubating-SNAPSHOT</flume-smoke.version> + <hbase-smoke.version>0.3.1-incubating-SNAPSHOT</hbase-smoke.version> + <hive-smoke.version>0.3.1-incubating-SNAPSHOT</hive-smoke.version> + <mahout-smoke.version>0.3.1-incubating-SNAPSHOT</mahout-smoke.version> + <oozie-smoke.version>0.3.1-incubating-SNAPSHOT</oozie-smoke.version> + <package-smoke.version>0.3.1-incubating-SNAPSHOT</package-smoke.version> <!-- End of BOM definitions --> Modified: incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml?rev=1326653&r1=1326652&r2=1326653&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml (original) +++ incubator/bigtop/branches/branch-0.3/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml Mon Apr 16 15:36:50 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.1-incubating-SNAPSHOT-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-smoke-execution</artifactId> - <version>0.3.0-incubating-SNAPSHOT</version> + <version>0.3.1-incubating-SNAPSHOT-SNAPSHOT</version> <name>Sqoop smoke test execution</name> <properties> @@ -38,7 +38,7 @@ <!-- Integration tests are special --> <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId> <org.apache.maven-dependency-plugin.artifactId>sqoopsmokes</org.apache.maven-dependency-plugin.artifactId> - <org.apache.maven-dependency-plugin.version>0.3.0-incubating-SNAPSHOT</org.apache.maven-dependency-plugin.version> + <org.apache.maven-dependency-plugin.version>0.3.1-incubating-SNAPSHOT-SNAPSHOT</org.apache.maven-dependency-plugin.version> <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type> </properties> 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=1326653&r1=1326652&r2=1326653&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 Mon Apr 16 15:36:50 2012 @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-test-execution</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <name>Sqoop smoke test execution</name> <properties> Modified: incubator/bigtop/branches/branch-0.3/bigtop.mk URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop.mk?rev=1326653&r1=1326652&r2=1326653&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.3/bigtop.mk (original) +++ incubator/bigtop/branches/branch-0.3/bigtop.mk Mon Apr 16 15:36:50 2012 @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -BIGTOP_VERSION=0.3.0-incubating +BIGTOP_VERSION=0.3.1-incubating # Hadoop 0.20.0-based hadoop package HADOOP_NAME=hadoop Modified: incubator/bigtop/branches/branch-0.3/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/pom.xml?rev=1326653&r1=1326652&r2=1326653&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.3/pom.xml (original) +++ incubator/bigtop/branches/branch-0.3/pom.xml Mon Apr 16 15:36:50 2012 @@ -27,7 +27,7 @@ <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.3.0-incubating</version> + <version>0.3.1-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Bigtop</name>