Updated Branches: refs/heads/1.6.x aa290e9c2 -> c3781e44a
Revert "Aligning POMs with jclouds main project" This reverts commit aa290e9c228d6f996c94b56a70a47c3a18054d5d. 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/77669ae6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/77669ae6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/77669ae6 Branch: refs/heads/1.6.x Commit: 77669ae6196dea9b4b4c854309f0fa438acf6ad9 Parents: aa290e9 Author: Andrew Phillips <[email protected]> Authored: Tue Aug 27 17:47:20 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Aug 27 17:47:20 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/77669ae6/compute/pom.xml ---------------------------------------------------------------------- diff --git a/compute/pom.xml b/compute/pom.xml index 50c56b6..0ff672c 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-project</artifactId> + <artifactId>chef-parent</artifactId> <version>1.6.3-SNAPSHOT</version> <relativePath>../project/pom.xml</relativePath> </parent> <artifactId>chef-compute</artifactId> - <name>Apache jclouds Chef :: Compute</name> - <description>Provisions nodes with jclouds and kicks off Chef to configure and integrate</description> + <name>JClouds Chef :: Compute</name> + <description>provisions nodes with jclouds and kick's 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/77669ae6/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index a234819..3ff1534 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-project</artifactId> + <artifactId>chef-parent</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>Apache jclouds Chef :: Core</name> + <name>JClouds Chef :: Core</name> <description>jclouds components to access Chef</description> <properties> http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/77669ae6/labs/hostedchef/pom.xml ---------------------------------------------------------------------- diff --git a/labs/hostedchef/pom.xml b/labs/hostedchef/pom.xml index 26fd3d1..ecffa50 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-project</artifactId> + <artifactId>chef-parent</artifactId> <version>1.6.3-SNAPSHOT</version> <relativePath>../../project/pom.xml</relativePath> </parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>hostedchef</artifactId> - <name>Apache jclouds Chef :: Hosted Chef</name> + <name>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/77669ae6/labs/pom.xml ---------------------------------------------------------------------- diff --git a/labs/pom.xml b/labs/pom.xml index c77331b..f2bbce1 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-project</artifactId> + <artifactId>chef-parent</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>Apache jclouds Chef :: Labs</name> + <name>JClouds Chef :: Labs</name> <modules> <module>privatechef</module> <module>hostedchef</module> http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/77669ae6/labs/privatechef/pom.xml ---------------------------------------------------------------------- diff --git a/labs/privatechef/pom.xml b/labs/privatechef/pom.xml index 6d9ac54..9c857f3 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-project</artifactId> + <artifactId>chef-parent</artifactId> <version>1.6.3-SNAPSHOT</version> <relativePath>../../project/pom.xml</relativePath> </parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>privatechef</artifactId> - <name>Apache jclouds Chef :: Private Chef</name> + <name>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/77669ae6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f5320a2..d31679a 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-project</artifactId> + <artifactId>chef-parent</artifactId> <version>1.6.3-SNAPSHOT</version> <relativePath>project/pom.xml</relativePath> </parent> <artifactId>jclouds-chef</artifactId> - <name>Apache jclouds Chef</name> - <description>jclouds Chef top level POM</description> + <name>Apache jclouds Chef :: Project POM</name> + <description>JClouds Chef top level project pom for builds</description> <packaging>pom</packaging> <modules> http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/77669ae6/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index b8e9311..5b564d5 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-project</artifactId> + <artifactId>chef-parent</artifactId> <version>1.6.3-SNAPSHOT</version> <packaging>pom</packaging> - <name>Apache jclouds Chef :: Project POM</name> - <description>jclouds Chef parent POM for Maven configuration</description> + <name>JClouds Chef :: Parent 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/77669ae6/servlet/pom.xml ---------------------------------------------------------------------- diff --git a/servlet/pom.xml b/servlet/pom.xml index 6537fa7..c659248 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-project</artifactId> + <artifactId>chef-parent</artifactId> <version>1.6.3-SNAPSHOT</version> <relativePath>../project/pom.xml</relativePath> </parent> <artifactId>chef-servlet</artifactId> - <name>Apache jclouds Chef :: Servlet</name> + <name>JClouds Chef :: Servlet</name> <description>jclouds components to access chef from a servlet container</description> <properties>
