You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2013/12/01 20:39:08 UTC

git commit: Correct JClouds -> jclouds typos

Updated Branches:
  refs/heads/master 63cbf9015 -> f87dfaa0d


Correct JClouds -> jclouds typos


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/f87dfaa0
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/f87dfaa0
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/f87dfaa0

Branch: refs/heads/master
Commit: f87dfaa0d860c26f7b01616091c0d601c1052cde
Parents: 63cbf90
Author: Andrew Gaul <ga...@apache.org>
Authored: Sun Dec 1 11:38:53 2013 -0800
Committer: Andrew Gaul <ga...@apache.org>
Committed: Sun Dec 1 11:38:53 2013 -0800

----------------------------------------------------------------------
 cache/pom.xml         | 2 +-
 chef/cache/pom.xml    | 2 +-
 chef/commands/pom.xml | 2 +-
 chef/core/pom.xml     | 2 +-
 chef/pom.xml          | 2 +-
 chef/services/pom.xml | 2 +-
 commands/pom.xml      | 2 +-
 core/pom.xml          | 2 +-
 feature/pom.xml       | 2 +-
 itests/pom.xml        | 2 +-
 pom.xml               | 2 +-
 recipe/pom.xml        | 2 +-
 services/pom.xml      | 2 +-
 urlhandler/pom.xml    | 2 +-
 utils/pom.xml         | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/cache/pom.xml
----------------------------------------------------------------------
diff --git a/cache/pom.xml b/cache/pom.xml
index fa9416a..66db705 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>cache</artifactId>
   <packaging>bundle</packaging>
-  <name>JClouds :: Karaf :: Cache</name>
+  <name>jclouds :: Karaf :: Cache</name>
 
   <properties>
     <osgi.export>org.jclouds.karaf.cache*;version=${project.version};-noimport:=true</osgi.export>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/chef/cache/pom.xml
----------------------------------------------------------------------
diff --git a/chef/cache/pom.xml b/chef/cache/pom.xml
index 4dabd37..2240a8b 100644
--- a/chef/cache/pom.xml
+++ b/chef/cache/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
   <artifactId>cache</artifactId>
   <version>1.7.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
-  <name>JClouds :: Karaf :: Chef :: Cache</name>
+  <name>jclouds :: Karaf :: Chef :: Cache</name>
 
   <properties>
     <osgi.export>org.jclouds.karaf.chef.cache;version=${project.version};-noimport:=true</osgi.export>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/chef/commands/pom.xml
----------------------------------------------------------------------
diff --git a/chef/commands/pom.xml b/chef/commands/pom.xml
index 51827d7..129f0bd 100644
--- a/chef/commands/pom.xml
+++ b/chef/commands/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
   <artifactId>commands</artifactId>
   <version>1.7.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
-  <name>JClouds :: Karaf :: Chef :: Commands</name>
+  <name>jclouds :: Karaf :: Chef :: Commands</name>
 
   <properties>
     <osgi.export>org.jclouds.karaf.chef.commands*</osgi.export>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/chef/core/pom.xml
----------------------------------------------------------------------
diff --git a/chef/core/pom.xml b/chef/core/pom.xml
index 8699797..fd9b1c3 100644
--- a/chef/core/pom.xml
+++ b/chef/core/pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
   <groupId>org.apache.jclouds.karaf.chef</groupId>
   <artifactId>core</artifactId>
   <version>1.7.0-SNAPSHOT</version>
-  <name>JClouds :: Karaf :: Chef :: Core</name>
+  <name>jclouds :: Karaf :: Chef :: Core</name>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/chef/pom.xml
----------------------------------------------------------------------
diff --git a/chef/pom.xml b/chef/pom.xml
index 21ba0ac..58cd87c 100644
--- a/chef/pom.xml
+++ b/chef/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
   <artifactId>chef</artifactId>
   <packaging>pom</packaging>
   <version>1.7.0-SNAPSHOT</version>
-  <name>JClouds :: Karaf :: Chef</name>
+  <name>jclouds :: Karaf :: Chef</name>
 
   <modules>
     <module>core</module>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/chef/services/pom.xml
----------------------------------------------------------------------
diff --git a/chef/services/pom.xml b/chef/services/pom.xml
index 6bc5e93..f8625ea 100644
--- a/chef/services/pom.xml
+++ b/chef/services/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
   <artifactId>services</artifactId>
   <version>1.7.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
-  <name>JClouds :: Karaf :: Chef :: Services</name>
+  <name>jclouds :: Karaf :: Chef :: Services</name>
 
   <properties>
     <osgi.import>*</osgi.import>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/commands/pom.xml
----------------------------------------------------------------------
diff --git a/commands/pom.xml b/commands/pom.xml
index a955e4c..c66e97c 100644
--- a/commands/pom.xml
+++ b/commands/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>commands</artifactId>
   <packaging>bundle</packaging>
-  <name>JClouds :: Karaf :: Commands</name>
+  <name>jclouds :: Karaf :: Commands</name>
 
   <properties>
     <osgi.import>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 47fb5f0..0df928d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>core</artifactId>
   <packaging>bundle</packaging>
-  <name>JClouds :: Karaf :: Core</name>
+  <name>jclouds :: Karaf :: Core</name>
 
   <properties>
     <osgi.export>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 8f3c4ca..59e5020 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>jclouds-karaf</artifactId>
   <packaging>pom</packaging>
-  <name>JClouds :: Karaf :: Feature</name>
+  <name>jclouds :: Karaf :: Feature</name>
 
   <build>
     <plugins>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index faeeb0e..5f83deb 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
 
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>itests</artifactId>
-  <name>JClouds :: Karaf :: Integration Tests</name>
+  <name>jclouds :: Karaf :: Integration Tests</name>
 
   <properties>
     <camel.version>2.9.0</camel.version>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0ab9540..d29f97e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,7 +491,7 @@ limitations under the License.
         <version>${easymock.version}</version>
       </dependency>
 
-      <!-- JClouds Dependencies -->
+      <!-- jclouds Dependencies -->
       <dependency>
         <groupId>org.apache.jclouds</groupId>
         <artifactId>jclouds-core</artifactId>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/recipe/pom.xml
----------------------------------------------------------------------
diff --git a/recipe/pom.xml b/recipe/pom.xml
index 5b7b920..d198b53 100644
--- a/recipe/pom.xml
+++ b/recipe/pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>recipe</artifactId>
   <packaging>bundle</packaging>
-  <name>JClouds :: Karaf :: Recipe</name>
+  <name>jclouds :: Karaf :: Recipe</name>
 
   <properties>
     <osgi.export>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index 7ce8a05..8a7db64 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>services</artifactId>
   <packaging>bundle</packaging>
-  <name>JClouds :: Karaf :: Services</name>
+  <name>jclouds :: Karaf :: Services</name>
 
   <build>
     <plugins>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/urlhandler/pom.xml
----------------------------------------------------------------------
diff --git a/urlhandler/pom.xml b/urlhandler/pom.xml
index aab89b9..8fec2d1 100644
--- a/urlhandler/pom.xml
+++ b/urlhandler/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>urlhandler</artifactId>
   <packaging>bundle</packaging>
-  <name>JClouds :: Karaf :: URL Handler</name>
+  <name>jclouds :: Karaf :: URL Handler</name>
 
   <properties>
     <osgi.import>org.jclouds*;version=${jclouds.version};resolution:=optional,*</osgi.import>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/f87dfaa0/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index d87f2b0..01dd977 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
 
   <groupId>org.apache.jclouds.karaf</groupId>
   <artifactId>utils</artifactId>
-  <name>JClouds :: Karaf :: Utils</name>
+  <name>jclouds :: Karaf :: Utils</name>
 
   <dependencies>
     <dependency>