JCLOUDS-244: Aligning jclouds-chef project structure with main * JClouds Chef -> Apache jclouds Chef in names * chef-parent -> chef-project to match jclouds-project
Same diff as aa290e9 but with an updated commit message 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/c3781e44 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/c3781e44 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/c3781e44 Branch: refs/heads/1.6.x Commit: c3781e44a733f8430f174b14640405784f97dbd1 Parents: 77669ae Author: Andrew Phillips <[email protected]> Authored: Tue Aug 27 17:48:52 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Aug 27 17:48:52 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/c3781e44/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/c3781e44/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/c3781e44/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/c3781e44/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/c3781e44/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/c3781e44/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/c3781e44/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/c3781e44/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>
