Updated Branches: refs/heads/master 1804f2b6b -> a95fdbeeb
Correct jcloud -> jclouds typos Corrected with: find -name pom.xml | xargs sed -i 's/jcloud\>/jclouds/' Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/a95fdbee Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/a95fdbee Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/a95fdbee Branch: refs/heads/master Commit: a95fdbeeb52a3ab43d520a111990ae70ab934a0e Parents: 1804f2b Author: Andrew Gaul <[email protected]> Authored: Sun Dec 1 11:22:39 2013 -0800 Committer: Andrew Gaul <[email protected]> Committed: Sun Dec 1 11:22:39 2013 -0800 ---------------------------------------------------------------------- azure-management/pom.xml | 2 +- cdmi/pom.xml | 2 +- jenkins/pom.xml | 2 +- joyent-cloudapi/pom.xml | 2 +- joyentcloud/pom.xml | 2 +- nodepool/pom.xml | 2 +- opsource-servers/pom.xml | 2 +- virtualbox/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a95fdbee/azure-management/pom.xml ---------------------------------------------------------------------- diff --git a/azure-management/pom.xml b/azure-management/pom.xml index ffe852d..7a5a6a0 100644 --- a/azure-management/pom.xml +++ b/azure-management/pom.xml @@ -28,7 +28,7 @@ <!-- TODO: when out of labs, switch to org.jclouds.provider --> <groupId>org.apache.jclouds.labs</groupId> <artifactId>azure-management</artifactId> - <name>jcloud azure-management api</name> + <name>jclouds azure-management api</name> <description>jclouds components to access an implementation of Azure Management</description> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a95fdbee/cdmi/pom.xml ---------------------------------------------------------------------- diff --git a/cdmi/pom.xml b/cdmi/pom.xml index 500043e..1337620 100644 --- a/cdmi/pom.xml +++ b/cdmi/pom.xml @@ -28,7 +28,7 @@ <!-- TODO: when out of labs, switch to org.jclouds.api --> <groupId>org.apache.jclouds.labs</groupId> <artifactId>cdmi</artifactId> - <name>jcloud cdmi api</name> + <name>jclouds cdmi api</name> <description>jclouds components to access an implementation of SNIA CDMI</description> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a95fdbee/jenkins/pom.xml ---------------------------------------------------------------------- diff --git a/jenkins/pom.xml b/jenkins/pom.xml index eb85d2f..8a5ad0a 100644 --- a/jenkins/pom.xml +++ b/jenkins/pom.xml @@ -28,7 +28,7 @@ <!-- TODO: when out of labs, switch to org.jclouds.api --> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jenkins</artifactId> - <name>jcloud jenkins api</name> + <name>jclouds jenkins api</name> <description>jclouds components to access an implementation of Jenkins</description> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a95fdbee/joyent-cloudapi/pom.xml ---------------------------------------------------------------------- diff --git a/joyent-cloudapi/pom.xml b/joyent-cloudapi/pom.xml index 230f02e..ac24b5c 100644 --- a/joyent-cloudapi/pom.xml +++ b/joyent-cloudapi/pom.xml @@ -28,7 +28,7 @@ <!-- TODO: when out of labs, switch to org.jclouds.api --> <groupId>org.apache.jclouds.labs</groupId> <artifactId>joyent-cloudapi</artifactId> - <name>jcloud joyent-cloudapi api</name> + <name>jclouds joyent-cloudapi api</name> <description>jclouds components to access an implementation of Joyent SDC</description> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a95fdbee/joyentcloud/pom.xml ---------------------------------------------------------------------- diff --git a/joyentcloud/pom.xml b/joyentcloud/pom.xml index e4f679f..368f929 100644 --- a/joyentcloud/pom.xml +++ b/joyentcloud/pom.xml @@ -28,7 +28,7 @@ <!-- TODO: when out of labs, switch to org.jclouds.provider --> <groupId>org.apache.jclouds.labs</groupId> <artifactId>joyentcloud</artifactId> - <name>jcloud joyentcloud provider</name> + <name>jclouds joyentcloud provider</name> <description>jclouds components to access the Joyent Cloud</description> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a95fdbee/nodepool/pom.xml ---------------------------------------------------------------------- diff --git a/nodepool/pom.xml b/nodepool/pom.xml index 1893b04..b14b78b 100644 --- a/nodepool/pom.xml +++ b/nodepool/pom.xml @@ -28,7 +28,7 @@ <!-- TODO: when out of labs, switch to org.jclouds.api? --> <groupId>org.apache.jclouds.labs</groupId> <artifactId>nodepool</artifactId> - <name>jcloud nodepool api</name> + <name>jclouds nodepool api</name> <packaging>bundle</packaging> <properties> http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a95fdbee/opsource-servers/pom.xml ---------------------------------------------------------------------- diff --git a/opsource-servers/pom.xml b/opsource-servers/pom.xml index 847683b..be4adbc 100644 --- a/opsource-servers/pom.xml +++ b/opsource-servers/pom.xml @@ -28,7 +28,7 @@ <!-- TODO: when out of labs, switch to org.jclouds.provider --> <groupId>org.apache.jclouds.labs</groupId> <artifactId>opsource-servers</artifactId> - <name>jcloud opsource-servers provider</name> + <name>jclouds opsource-servers provider</name> <description>jclouds components to access an implementation of OpSource Cloud Servers</description> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a95fdbee/virtualbox/pom.xml ---------------------------------------------------------------------- diff --git a/virtualbox/pom.xml b/virtualbox/pom.xml index 5e1fa64..e2d648f 100644 --- a/virtualbox/pom.xml +++ b/virtualbox/pom.xml @@ -28,7 +28,7 @@ <!-- TODO: when out of labs, switch to org.jclouds.api --> <groupId>org.apache.jclouds.labs</groupId> <artifactId>virtualbox</artifactId> - <name>jcloud virtualbox api</name> + <name>jclouds virtualbox api</name> <description>jclouds components to access an implementation of virtualbox</description> <packaging>bundle</packaging>
