maven: parent pom of tools/* projects is tools/pom.xml Fixes broken builds for tools
Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a4510efc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a4510efc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a4510efc Branch: refs/heads/qemu-img Commit: a4510efc24719a38d6a5964b6a8ce8547638583b Parents: 31d6f03 Author: Prasanna Santhanam <[email protected]> Authored: Mon Feb 18 10:26:49 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Mon Feb 18 10:26:49 2013 +0530 ---------------------------------------------------------------------- tools/apidoc/pom.xml | 2 +- tools/cli/pom.xml | 2 +- tools/devcloud-kvm/pom.xml | 2 +- tools/devcloud/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a4510efc/tools/apidoc/pom.xml ---------------------------------------------------------------------- diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml index 7358b92..d75286b 100644 --- a/tools/apidoc/pom.xml +++ b/tools/apidoc/pom.xml @@ -16,7 +16,7 @@ <packaging>pom</packaging> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloudstack</artifactId> + <artifactId>cloud-tools</artifactId> <version>4.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a4510efc/tools/cli/pom.xml ---------------------------------------------------------------------- diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml index 5f14d7c..a145d81 100644 --- a/tools/cli/pom.xml +++ b/tools/cli/pom.xml @@ -24,7 +24,7 @@ <packaging>pom</packaging> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloudstack</artifactId> + <artifactId>cloud-tools</artifactId> <version>4.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a4510efc/tools/devcloud-kvm/pom.xml ---------------------------------------------------------------------- diff --git a/tools/devcloud-kvm/pom.xml b/tools/devcloud-kvm/pom.xml index d4e12e4..713b12d 100644 --- a/tools/devcloud-kvm/pom.xml +++ b/tools/devcloud-kvm/pom.xml @@ -16,7 +16,7 @@ <packaging>pom</packaging> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloudstack</artifactId> + <artifactId>cloud-tools</artifactId> <version>4.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a4510efc/tools/devcloud/pom.xml ---------------------------------------------------------------------- diff --git a/tools/devcloud/pom.xml b/tools/devcloud/pom.xml index 5257cb8..b3fd79b 100644 --- a/tools/devcloud/pom.xml +++ b/tools/devcloud/pom.xml @@ -16,7 +16,7 @@ <packaging>pom</packaging> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloudstack</artifactId> + <artifactId>cloud-tools</artifactId> <version>4.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
