You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2013/08/27 23:44:35 UTC

git commit: Aligning POMs with jclouds main project

Updated Branches:
  refs/heads/1.6.x 873cf8bf2 -> aa290e9c2


Aligning POMs with jclouds main project

* JClouds Chef -> Apache jclouds Chef in names
* chef-parent -> chef-project to match jclouds-project


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

Branch: refs/heads/1.6.x
Commit: aa290e9c228d6f996c94b56a70a47c3a18054d5d
Parents: 873cf8b
Author: Andrew Phillips <de...@yahoo.co.uk>
Authored: Sat Aug 3 11:38:37 2013 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Tue Aug 27 17:43:53 2013 -0400

----------------------------------------------------------------------
 compute/pom.xml          | 6 +++---
 core/pom.xml             | 4 ++--
 labs/hostedchef/pom.xml  | 4 ++--
 labs/pom.xml             | 4 ++--
 labs/privatechef/pom.xml | 4 ++--
 pom.xml                  | 6 +++---
 project/pom.xml          | 6 +++---
 servlet/pom.xml          | 4 ++--
 8 files changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/aa290e9c/compute/pom.xml
----------------------------------------------------------------------
diff --git a/compute/pom.xml b/compute/pom.xml
index 0ff672c..50c56b6 100644
--- a/compute/pom.xml
+++ b/compute/pom.xml
@@ -21,13 +21,13 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jclouds.chef</groupId>
-    <artifactId>chef-parent</artifactId>
+    <artifactId>chef-project</artifactId>
     <version>1.6.3-SNAPSHOT</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <artifactId>chef-compute</artifactId>
-  <name>JClouds Chef :: Compute</name>
-  <description>provisions nodes with jclouds and kick's off chef to configure and integrate</description>
+  <name>Apache jclouds Chef :: Compute</name>
+  <description>Provisions nodes with jclouds and kicks off Chef to configure and integrate</description>
   <properties>
     <test.chef.endpoint>http://localhost:4000</test.chef.endpoint>
     <test.chef.api-version />

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/aa290e9c/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 3ff1534..a234819 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,14 +21,14 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jclouds.chef</groupId>
-    <artifactId>chef-parent</artifactId>
+    <artifactId>chef-project</artifactId>
     <version>1.6.3-SNAPSHOT</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.jclouds.api</groupId>
   <artifactId>chef</artifactId>
   <packaging>bundle</packaging>
-  <name>JClouds Chef :: Core</name>
+  <name>Apache jclouds Chef :: Core</name>
   <description>jclouds components to access Chef</description>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/aa290e9c/labs/hostedchef/pom.xml
----------------------------------------------------------------------
diff --git a/labs/hostedchef/pom.xml b/labs/hostedchef/pom.xml
index ecffa50..26fd3d1 100644
--- a/labs/hostedchef/pom.xml
+++ b/labs/hostedchef/pom.xml
@@ -21,13 +21,13 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jclouds.chef</groupId>
-    <artifactId>chef-parent</artifactId>
+    <artifactId>chef-project</artifactId>
     <version>1.6.3-SNAPSHOT</version>
     <relativePath>../../project/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>hostedchef</artifactId>
-  <name>JClouds Chef :: Hosted Chef</name>
+  <name>Apache jclouds Chef :: Hosted Chef</name>
   <description>jclouds components to access Hosted Chef</description>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/aa290e9c/labs/pom.xml
----------------------------------------------------------------------
diff --git a/labs/pom.xml b/labs/pom.xml
index f2bbce1..c77331b 100644
--- a/labs/pom.xml
+++ b/labs/pom.xml
@@ -21,14 +21,14 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jclouds.chef</groupId>
-    <artifactId>chef-parent</artifactId>
+    <artifactId>chef-project</artifactId>
     <version>1.6.3-SNAPSHOT</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>chef-labs-project</artifactId>
   <packaging>pom</packaging>
-  <name>JClouds Chef :: Labs</name>
+  <name>Apache jclouds Chef :: Labs</name>
   <modules>
     <module>privatechef</module>
     <module>hostedchef</module>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/aa290e9c/labs/privatechef/pom.xml
----------------------------------------------------------------------
diff --git a/labs/privatechef/pom.xml b/labs/privatechef/pom.xml
index 9c857f3..6d9ac54 100644
--- a/labs/privatechef/pom.xml
+++ b/labs/privatechef/pom.xml
@@ -21,13 +21,13 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jclouds.chef</groupId>
-    <artifactId>chef-parent</artifactId>
+    <artifactId>chef-project</artifactId>
     <version>1.6.3-SNAPSHOT</version>
     <relativePath>../../project/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>privatechef</artifactId>
-  <name>JClouds Chef :: Private Chef</name>
+  <name>Apache jclouds Chef :: Private Chef</name>
   <description>jclouds components to access Private Chef</description>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/aa290e9c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d31679a..f5320a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,13 +21,13 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jclouds.chef</groupId>
-    <artifactId>chef-parent</artifactId>        
+    <artifactId>chef-project</artifactId>
     <version>1.6.3-SNAPSHOT</version>
     <relativePath>project/pom.xml</relativePath>
   </parent>
   <artifactId>jclouds-chef</artifactId>
-  <name>Apache jclouds Chef :: Project POM</name>
-  <description>JClouds Chef top level project pom for builds</description>
+  <name>Apache jclouds Chef</name>
+  <description>jclouds Chef top level POM</description>
   <packaging>pom</packaging>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/aa290e9c/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 5b564d5..b8e9311 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -25,11 +25,11 @@
     <version>13</version>
   </parent>
   <groupId>org.apache.jclouds.chef</groupId>
-  <artifactId>chef-parent</artifactId>
+  <artifactId>chef-project</artifactId>
   <version>1.6.3-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>JClouds Chef :: Parent POM</name>
-  <description>JClouds Chef Parent POM for Maven configuration</description>
+  <name>Apache jclouds Chef :: Project POM</name>
+  <description>jclouds Chef parent POM for Maven configuration</description>
 
   <licenses>
     <license>

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/aa290e9c/servlet/pom.xml
----------------------------------------------------------------------
diff --git a/servlet/pom.xml b/servlet/pom.xml
index c659248..6537fa7 100644
--- a/servlet/pom.xml
+++ b/servlet/pom.xml
@@ -21,12 +21,12 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jclouds.chef</groupId>
-    <artifactId>chef-parent</artifactId>
+    <artifactId>chef-project</artifactId>
     <version>1.6.3-SNAPSHOT</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <artifactId>chef-servlet</artifactId>
-  <name>JClouds Chef :: Servlet</name>
+  <name>Apache jclouds Chef :: Servlet</name>
   <description>jclouds components to access chef from a servlet container</description>
 
   <properties>