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>
|
||||
<parent>
|
||||
<groupId>org.apache.jclouds.chef</groupId>
|
||||
<artifactId>chef-parent</artifactId>
|
||||
<artifactId>chef-project</artifactId>
|
||||
<version>1.7.0-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>
|
||||
|
|
Loading…
Reference in New Issue