mirror of https://github.com/apache/jclouds.git
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:
parent
44ea490c1e
commit
5c63ec4451
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue