Moving the version to 0.9.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/88580638 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/88580638 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/88580638 Branch: refs/heads/master Commit: 885806383eede6f3801d757a74c7b517e0b7d1df Parents: 1a68286 Author: Konstantin Boudnik <[email protected]> Authored: Mon Sep 8 20:17:41 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Mon Sep 8 20:17:41 2014 -0700 ---------------------------------------------------------------------- bigtop-bigpetstore/pom.xml | 4 ++-- bigtop-test-framework/pom.xml | 4 ++-- bigtop-tests/test-artifacts/crunch/pom.xml | 4 ++-- bigtop-tests/test-artifacts/datafu/pom.xml | 4 ++-- bigtop-tests/test-artifacts/fatjar/pom.xml | 4 ++-- bigtop-tests/test-artifacts/flume/pom.xml | 4 ++-- bigtop-tests/test-artifacts/giraph/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hadoop/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hbase/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hcatalog/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hive/pom.xml | 4 ++-- bigtop-tests/test-artifacts/httpfs/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hue/pom.xml | 4 ++-- bigtop-tests/test-artifacts/longevity/pom.xml | 4 ++-- bigtop-tests/test-artifacts/mahout/pom.xml | 4 ++-- bigtop-tests/test-artifacts/oozie/pom.xml | 4 ++-- bigtop-tests/test-artifacts/package/pom.xml | 4 ++-- bigtop-tests/test-artifacts/phoenix/pom.xml | 4 ++-- bigtop-tests/test-artifacts/pom.xml | 4 ++-- bigtop-tests/test-artifacts/solr/pom.xml | 4 ++-- bigtop-tests/test-artifacts/spark/pom.xml | 4 ++-- bigtop-tests/test-artifacts/sqoop/pom.xml | 4 ++-- bigtop-tests/test-execution/common/pom.xml | 4 ++-- bigtop-tests/test-execution/conf/pom.xml | 4 ++-- bigtop-tests/test-execution/integration/pom.xml | 4 ++-- bigtop-tests/test-execution/integration/sqoop/pom.xml | 4 ++-- bigtop-tests/test-execution/longevity/io/pom.xml | 4 ++-- bigtop-tests/test-execution/longevity/pom.xml | 4 ++-- bigtop-tests/test-execution/package/pom.xml | 4 ++-- bigtop-tests/test-execution/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/crunch/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/datafu/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/flume/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/giraph/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hadoop/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hbase/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hcatalog/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hive/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/httpfs/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hue/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/mahout/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/oozie/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/phoenix/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/pig/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/solr/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/spark/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/sqoop/pom.xml | 6 +++--- bigtop.mk | 2 +- build.gradle | 2 +- pom.xml | 2 +- 51 files changed, 100 insertions(+), 100 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-bigpetstore/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/pom.xml b/bigtop-bigpetstore/pom.xml index da8c408..eabeb32 100644 --- a/bigtop-bigpetstore/pom.xml +++ b/bigtop-bigpetstore/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop</groupId> <artifactId>BigPetStore</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> @@ -16,7 +16,7 @@ <hive.version>0.12.0</hive.version> <datanucleus.version>3.2.2</datanucleus.version> <datanucleus.jpa.version>3.2.1</datanucleus.jpa.version> - <bonecp.version>0.8.0.RELEASE</bonecp.version> + <bonecp.version>0.9.0-SNAPSHOT.RELEASE</bonecp.version> <derby.version>10.10.1.1</derby.version> <plugin.surefire.version>2.17</plugin.surefire.version> </properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-test-framework/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml index 42ef8cd..71828d2 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.8.0</version> + <version>0.9.0-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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 5675bd5..0b2d5ce 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>crunch-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>crunchsmoke</name> </project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-artifacts/datafu/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/datafu/pom.xml b/bigtop-tests/test-artifacts/datafu/pom.xml index a23db29..5eb338e 100644 --- a/bigtop-tests/test-artifacts/datafu/pom.xml +++ b/bigtop-tests/test-artifacts/datafu/pom.xml @@ -20,14 +20,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>datafu-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>datafusmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 84dcabf..148aa05 100644 --- a/bigtop-tests/test-artifacts/fatjar/pom.xml +++ b/bigtop-tests/test-artifacts/fatjar/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>fat-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>fatjar</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 aa6758d..96b1a56 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>flume-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>flumesmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 78787e1..1044e3f 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>giraph-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>giraphsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 7463080..748a66c 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>hadoopsmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 21ce2e0..e7f7c19 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>hbasesmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-artifacts/hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hcatalog/pom.xml b/bigtop-tests/test-artifacts/hcatalog/pom.xml index 219b889..505160a 100644 --- a/bigtop-tests/test-artifacts/hcatalog/pom.xml +++ b/bigtop-tests/test-artifacts/hcatalog/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hcatalog-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>hcatalogsmoke</name> </project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 be28a0f..633605d 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hive-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>hivesmoke</name> </project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-artifacts/httpfs/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/httpfs/pom.xml b/bigtop-tests/test-artifacts/httpfs/pom.xml index 02a4815..d96e9d5 100644 --- a/bigtop-tests/test-artifacts/httpfs/pom.xml +++ b/bigtop-tests/test-artifacts/httpfs/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>httpfs-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>httpfssmokes</name> </project> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 604c55f..64b8df4 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hue-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>huesmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-artifacts/longevity/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/longevity/pom.xml b/bigtop-tests/test-artifacts/longevity/pom.xml index 3a3ecdd..af5bd9a 100644 --- a/bigtop-tests/test-artifacts/longevity/pom.xml +++ b/bigtop-tests/test-artifacts/longevity/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>io-longevity</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>io-longevity</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 eac67dd..8be1f79 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>mahout-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>mahoutsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 778b055..739fb50 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>oozie-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>ooziesmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 53d51b3..41a4f72 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>packagesmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-artifacts/phoenix/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/phoenix/pom.xml b/bigtop-tests/test-artifacts/phoenix/pom.xml index 9f2d7dd..5c6f903 100644 --- a/bigtop-tests/test-artifacts/phoenix/pom.xml +++ b/bigtop-tests/test-artifacts/phoenix/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>phoenix-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>phoenixsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-artifacts/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/pom.xml b/bigtop-tests/test-artifacts/pom.xml index faeadb5..bb15434 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> <packaging>pom</packaging> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>bigtop-smokes</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 ceed86e..0c6c143 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>solr-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>solrsmoke</name> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-artifacts/spark/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml index ad98760..a8815c9 100644 --- a/bigtop-tests/test-artifacts/spark/pom.xml +++ b/bigtop-tests/test-artifacts/spark/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>spark-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>sparksmoke</name> <repositories> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 75bbf91..1184dc9 100644 --- a/bigtop-tests/test-artifacts/sqoop/pom.xml +++ b/bigtop-tests/test-artifacts/sqoop/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-smoke</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>sqoopsmokes</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 32b9d30..279a125 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> <packaging>pom</packaging> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>stacks-validation-common</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 c15f801..9f80987 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.8.0</version> + <version>0.9.0-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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>smoke-tests-conf</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 7dbe53c..266e092 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../common/pom.xml</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>integration-tests</artifactId> <packaging>pom</packaging> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>hadoop-stack-integration</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 b8fcab9..738e025 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.8.0</version> + <version>0.9.0-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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>sqoop-integration-execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-execution/longevity/io/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/longevity/io/pom.xml b/bigtop-tests/test-execution/longevity/io/pom.xml index 130071c..9ca4261 100644 --- a/bigtop-tests/test-execution/longevity/io/pom.xml +++ b/bigtop-tests/test-execution/longevity/io/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>longevity-tests</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>io</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>io-longevity-execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-execution/longevity/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/longevity/pom.xml b/bigtop-tests/test-execution/longevity/pom.xml index e24188a..1ec8826 100644 --- a/bigtop-tests/test-execution/longevity/pom.xml +++ b/bigtop-tests/test-execution/longevity/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../common/pom.xml</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>longevity-tests</artifactId> <packaging>pom</packaging> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>longevity</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 adc75ed..0c8dd8b 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../smokes/pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>packagesmokes</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-execution/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/pom.xml b/bigtop-tests/test-execution/pom.xml index a1e6e28..7073eaf 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-test-execution</artifactId> <packaging>pom</packaging> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>bigtop-smokes</name> <modules> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 4646bc8..bb94a37 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>crunch-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Crunch smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-execution/smokes/datafu/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/datafu/pom.xml b/bigtop-tests/test-execution/smokes/datafu/pom.xml index 4dcbc08..67c2823 100644 --- a/bigtop-tests/test-execution/smokes/datafu/pom.xml +++ b/bigtop-tests/test-execution/smokes/datafu/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>datafu-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>datafu smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 5a7dc46..8c5c1a2 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.8.0</version> + <version>0.9.0-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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Flume smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 e39f24b..4410a23 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>giraph-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Giraph smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 37ad3a9..8e456cb 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Hadoop smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 8c8a1bd..87935fc 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.8.0</version> + <version>0.9.0-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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>HBase smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-execution/smokes/hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml index 9bfca96..a465767 100644 --- a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml +++ b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hcatalog-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>HCatalog smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 02514ba..5ac7178 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.8.0</version> + <version>0.9.0-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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Hive smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-execution/smokes/httpfs/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/httpfs/pom.xml b/bigtop-tests/test-execution/smokes/httpfs/pom.xml index ebad828..a64aa93 100644 --- a/bigtop-tests/test-execution/smokes/httpfs/pom.xml +++ b/bigtop-tests/test-execution/smokes/httpfs/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>httpfs-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Httpfs smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 fa4d73f..6f5ff39 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hue-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Hue smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 8d0c3b4..2416142 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>mahout-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Mahout smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 7e9f7cb..ce35426 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.8.0</version> + <version>0.9.0-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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Oozie smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-execution/smokes/phoenix/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/phoenix/pom.xml b/bigtop-tests/test-execution/smokes/phoenix/pom.xml index 2fcb174..8b1a7a6 100644 --- a/bigtop-tests/test-execution/smokes/phoenix/pom.xml +++ b/bigtop-tests/test-execution/smokes/phoenix/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>phoenix-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Phoenix smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 a836be5..0128131 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.8.0</version> + <version>0.9.0-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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Pig smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 039b26e..6bc3520 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.8.0</version> + <version>0.9.0-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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>hadoop-stack-validation</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 4eaafb1..5a01c3f 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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>solr-smoke-test</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Solr smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/bigtop-tests/test-execution/smokes/spark/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/spark/pom.xml b/bigtop-tests/test-execution/smokes/spark/pom.xml index 045fe2c..184d1be 100644 --- a/bigtop-tests/test-execution/smokes/spark/pom.xml +++ b/bigtop-tests/test-execution/smokes/spark/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>spark-smoke-execution</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Spark smoke test execution</name> <properties> http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/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 2d1aa6a..e8cc605 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.8.0</version> + <version>0.9.0-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.8.0</version> + <version>0.9.0-SNAPSHOT</version> <name>Sqoop smoke test execution</name> <properties> @@ -40,7 +40,7 @@ <!-- Integration tests are special --> <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId> <org.apache.maven-dependency-plugin.artifactId>sqoop-smoke</org.apache.maven-dependency-plugin.artifactId> - <org.apache.maven-dependency-plugin.version>0.8.0</org.apache.maven-dependency-plugin.version> + <org.apache.maven-dependency-plugin.version>0.9.0-SNAPSHOT</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/88580638/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 85fe337..64c941a 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -BIGTOP_VERSION=0.8.0 +BIGTOP_VERSION=0.9.0 # JDK Version JDK_VERSION=1.7 http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index da45cd9..f36056b 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'maven' apply from: 'packages.gradle' group = 'org.apache.bigtop' -version = '0.8.0' +version = '0.9.0-SNAPSHOT' description = """Bigtop""" http://git-wip-us.apache.org/repos/asf/bigtop/blob/88580638/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 59994c4..e6e342d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>0.8.0</version> + <version>0.9.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Bigtop</name>
