HAD-648. Bump cnode smokes version to 0.8 to align with current master
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/38774674 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/38774674 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/38774674 Branch: refs/heads/master Commit: 387746747605771bfa177538bf52fe1480b58fe8 Parents: 8b6485e Author: Konstantin Boudnik <[email protected]> Authored: Thu Jan 23 12:43:36 2014 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Jan 23 12:43:36 2014 -0800 ---------------------------------------------------------------------- bigtop-tests/test-artifacts/cnode/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/cnode/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/38774674/bigtop-tests/test-artifacts/cnode/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/cnode/pom.xml b/bigtop-tests/test-artifacts/cnode/pom.xml index cb2967d..b052251 100644 --- a/bigtop-tests/test-artifacts/cnode/pom.xml +++ b/bigtop-tests/test-artifacts/cnode/pom.xml @@ -16,13 +16,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>cnode-smoke</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>cnodesmoke</name> <dependencies> http://git-wip-us.apache.org/repos/asf/bigtop/blob/38774674/bigtop-tests/test-execution/smokes/cnode/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-execution/smokes/cnode/pom.xml b/bigtop-tests/test-execution/smokes/cnode/pom.xml index cecc17f..d4842ec 100644 --- a/bigtop-tests/test-execution/smokes/cnode/pom.xml +++ b/bigtop-tests/test-execution/smokes/cnode/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>cnode-smoke-execution</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.8.0-SNAPSHOT</version> <name>Cnode smoke test execution</name> <properties>
