Updated Branches: refs/heads/master c68dd35b6 -> fe8a01106
rename cloud-plugins to cloudstack-plugins Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/fe8a0110 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/fe8a0110 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/fe8a0110 Branch: refs/heads/master Commit: fe8a01106b28e8cbeb6ff0af8c10f1158022b897 Parents: c68dd35 Author: olivier lamy <[email protected]> Authored: Mon Aug 27 16:53:51 2012 +0200 Committer: olivier lamy <[email protected]> Committed: Mon Aug 27 16:53:51 2012 +0200 ---------------------------------------------------------------------- .../user-concentrated-pod/pom.xml | 4 ++-- .../deployment-planners/user-dispersing/pom.xml | 4 ++-- plugins/file-systems/netapp/pom.xml | 4 ++-- plugins/host-allocators/random/pom.xml | 4 ++-- plugins/hypervisors/kvm/pom.xml | 4 ++-- plugins/hypervisors/ovm/pom.xml | 4 ++-- plugins/hypervisors/vmware/pom.xml | 4 ++-- plugins/hypervisors/xen/pom.xml | 4 ++-- .../network-elements/elastic-loadbalancer/pom.xml | 4 ++-- plugins/network-elements/f5/pom.xml | 4 ++-- plugins/network-elements/juniper-srx/pom.xml | 4 ++-- plugins/network-elements/midokura-midonet/pom.xml | 4 ++-- plugins/network-elements/netscaler/pom.xml | 4 ++-- plugins/network-elements/nicira-nvp/pom.xml | 4 ++-- plugins/network-elements/ovs/pom.xml | 4 ++-- plugins/pom.xml | 2 +- plugins/user-authenticators/ldap/pom.xml | 2 +- plugins/user-authenticators/md5/pom.xml | 2 +- plugins/user-authenticators/plain-text/pom.xml | 2 +- 19 files changed, 34 insertions(+), 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/deployment-planners/user-concentrated-pod/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/deployment-planners/user-concentrated-pod/pom.xml b/plugins/deployment-planners/user-concentrated-pod/pom.xml index 2cbec4c..ca2fae1 100644 --- a/plugins/deployment-planners/user-concentrated-pod/pom.xml +++ b/plugins/deployment-planners/user-concentrated-pod/pom.xml @@ -23,8 +23,8 @@ <name>Apache CloudStack Plugin - User Concentrated Pod Deployment Planner</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/deployment-planners/user-dispersing/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/deployment-planners/user-dispersing/pom.xml b/plugins/deployment-planners/user-dispersing/pom.xml index 7cf4972..6e1ffc6 100644 --- a/plugins/deployment-planners/user-dispersing/pom.xml +++ b/plugins/deployment-planners/user-dispersing/pom.xml @@ -23,8 +23,8 @@ <name>Apache CloudStack Plugin - User Dispersing Deployment Planner</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/file-systems/netapp/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/file-systems/netapp/pom.xml b/plugins/file-systems/netapp/pom.xml index ce690e5..f10e5a4 100644 --- a/plugins/file-systems/netapp/pom.xml +++ b/plugins/file-systems/netapp/pom.xml @@ -23,9 +23,9 @@ <name>Apache CloudStack Plugin - NetApp File System</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/host-allocators/random/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/host-allocators/random/pom.xml b/plugins/host-allocators/random/pom.xml index bfcdc12..ad66c0e 100644 --- a/plugins/host-allocators/random/pom.xml +++ b/plugins/host-allocators/random/pom.xml @@ -23,8 +23,8 @@ <name>Apache CloudStack Plugin - Host Allocator Random</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/hypervisors/kvm/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml index 317ba17..8cdaa86 100644 --- a/plugins/hypervisors/kvm/pom.xml +++ b/plugins/hypervisors/kvm/pom.xml @@ -23,9 +23,9 @@ <name>Apache CloudStack Plugin - Hypervisor KVM</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/hypervisors/ovm/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/ovm/pom.xml b/plugins/hypervisors/ovm/pom.xml index 250a5d3..a8b23d0 100644 --- a/plugins/hypervisors/ovm/pom.xml +++ b/plugins/hypervisors/ovm/pom.xml @@ -23,8 +23,8 @@ <name>Apache CloudStack Plugin - Hypervisor OracleVM</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/hypervisors/vmware/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml index b25b901..435ae38 100644 --- a/plugins/hypervisors/vmware/pom.xml +++ b/plugins/hypervisors/vmware/pom.xml @@ -23,9 +23,9 @@ <name>Apache CloudStack Plugin - Hypervisor VMware</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/hypervisors/xen/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/xen/pom.xml b/plugins/hypervisors/xen/pom.xml index c94a8b7..bf38e47 100644 --- a/plugins/hypervisors/xen/pom.xml +++ b/plugins/hypervisors/xen/pom.xml @@ -23,9 +23,9 @@ <name>Apache CloudStack Plugin - Hypervisor Xen</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/network-elements/elastic-loadbalancer/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/elastic-loadbalancer/pom.xml b/plugins/network-elements/elastic-loadbalancer/pom.xml index 2dfa980..c1ab2c5 100644 --- a/plugins/network-elements/elastic-loadbalancer/pom.xml +++ b/plugins/network-elements/elastic-loadbalancer/pom.xml @@ -23,8 +23,8 @@ <name>Apache CloudStack Plugin - Network Elastic Load Balancer</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/network-elements/f5/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/f5/pom.xml b/plugins/network-elements/f5/pom.xml index 70a1ce1..0cba48c 100644 --- a/plugins/network-elements/f5/pom.xml +++ b/plugins/network-elements/f5/pom.xml @@ -23,9 +23,9 @@ <name>Apache CloudStack Plugin - F5</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/network-elements/juniper-srx/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/juniper-srx/pom.xml b/plugins/network-elements/juniper-srx/pom.xml index b0eb4bd..38a2b55 100644 --- a/plugins/network-elements/juniper-srx/pom.xml +++ b/plugins/network-elements/juniper-srx/pom.xml @@ -23,9 +23,9 @@ <name>Apache CloudStack Plugin - Juniper SRX</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/network-elements/midokura-midonet/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/midokura-midonet/pom.xml b/plugins/network-elements/midokura-midonet/pom.xml index 8f3078e..7f2e2d3 100644 --- a/plugins/network-elements/midokura-midonet/pom.xml +++ b/plugins/network-elements/midokura-midonet/pom.xml @@ -23,8 +23,8 @@ <name>Apache CloudStack Plugin - Midokura Midonet</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/network-elements/netscaler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/netscaler/pom.xml b/plugins/network-elements/netscaler/pom.xml index c863617..377e6e0 100644 --- a/plugins/network-elements/netscaler/pom.xml +++ b/plugins/network-elements/netscaler/pom.xml @@ -23,9 +23,9 @@ <name>Apache CloudStack Plugin - Network Netscaler</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/network-elements/nicira-nvp/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/nicira-nvp/pom.xml b/plugins/network-elements/nicira-nvp/pom.xml index 2c08c9b..37c3a3a 100644 --- a/plugins/network-elements/nicira-nvp/pom.xml +++ b/plugins/network-elements/nicira-nvp/pom.xml @@ -23,8 +23,8 @@ <name>Apache CloudStack Plugin - Network Nicira NVP</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/network-elements/ovs/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/ovs/pom.xml b/plugins/network-elements/ovs/pom.xml index 7702f4f..02d455c 100644 --- a/plugins/network-elements/ovs/pom.xml +++ b/plugins/network-elements/ovs/pom.xml @@ -23,8 +23,8 @@ <name>Apache CloudStack Plugin - Open vSwitch</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> - <relativePath>../../../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/pom.xml b/plugins/pom.xml index b2eabd6..bf781c3 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -19,7 +19,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <name>Apache CloudStack Plugin POM</name> <packaging>pom</packaging> <parent> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/user-authenticators/ldap/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml index fe9ffa0..7facc3f 100644 --- a/plugins/user-authenticators/ldap/pom.xml +++ b/plugins/user-authenticators/ldap/pom.xml @@ -23,7 +23,7 @@ <name>Apache CloudStack Plugin - User Authenticator LDAP</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/user-authenticators/md5/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/md5/pom.xml b/plugins/user-authenticators/md5/pom.xml index c1e07aa..1dac92d 100644 --- a/plugins/user-authenticators/md5/pom.xml +++ b/plugins/user-authenticators/md5/pom.xml @@ -23,7 +23,7 @@ <name>Apache CloudStack Plugin - User Authenticator MD5</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe8a0110/plugins/user-authenticators/plain-text/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/plain-text/pom.xml b/plugins/user-authenticators/plain-text/pom.xml index ed12976..a4280a3 100644 --- a/plugins/user-authenticators/plain-text/pom.xml +++ b/plugins/user-authenticators/plain-text/pom.xml @@ -23,7 +23,7 @@ <name>Apache CloudStack Plugin - User Authenticator Plain Text</name> <parent> <groupId>org.apache.cloudstack</groupId> - <artifactId>cloud-plugins</artifactId> + <artifactId>cloudstack-plugins</artifactId> <version>4.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
