JCLOUDS-244: Aligning jclouds-chef project structure with main

* JClouds Chef -> Apache jclouds Chef in names
* chef-parent -> chef-project to match jclouds-project
This commit is contained in:
Andrew Phillips 2013-08-17 17:02:36 -04:00 committed by Andrew Phillips
parent 44ea490c1e
commit 5c63ec4451
1 changed files with 2 additions and 2 deletions

View File

@ -21,14 +21,14 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.jclouds.chef</groupId> <groupId>org.apache.jclouds.chef</groupId>
<artifactId>chef-parent</artifactId> <artifactId>chef-project</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath> <relativePath>../project/pom.xml</relativePath>
</parent> </parent>
<groupId>org.apache.jclouds.api</groupId> <groupId>org.apache.jclouds.api</groupId>
<artifactId>chef</artifactId> <artifactId>chef</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<name>JClouds Chef :: Core</name> <name>Apache jclouds Chef :: Core</name>
<description>jclouds components to access Chef</description> <description>jclouds components to access Chef</description>
<properties> <properties>