Wrong parent
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d6c29fdc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d6c29fdc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d6c29fdc Branch: refs/heads/master Commit: d6c29fdc16eaa1f980e2cccb7c5266a8eb379e5d Parents: a9e7a8b Author: Darren Shepherd <[email protected]> Authored: Tue Aug 28 09:02:01 2012 -0700 Committer: Darren Shepherd <[email protected]> Committed: Tue Aug 28 09:02:01 2012 -0700 ---------------------------------------------------------------------- plugins/storage-allocators/random/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d6c29fdc/plugins/storage-allocators/random/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/storage-allocators/random/pom.xml b/plugins/storage-allocators/random/pom.xml index 15c927d..6cb60cd 100644 --- a/plugins/storage-allocators/random/pom.xml +++ b/plugins/storage-allocators/random/pom.xml @@ -23,7 +23,7 @@ <name>Apache CloudStack Plugin - Storage Allocator Random</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloudstack</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
