mirror of https://github.com/apache/jclouds.git
[maven-release-plugin] prepare release jclouds-chef-1.5.0-beta.10
This commit is contained in:
parent
a3053b41e6
commit
9347c265fd
|
@ -19,13 +19,12 @@
|
||||||
under the License.
|
under the License.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.jclouds.chef</groupId>
|
<groupId>org.jclouds.chef</groupId>
|
||||||
<artifactId>chef-parent</artifactId>
|
<artifactId>chef-parent</artifactId>
|
||||||
<version>1.5.0-SNAPSHOT</version>
|
<version>1.5.0-beta.10</version>
|
||||||
<relativePath>../project/pom.xml</relativePath>
|
<relativePath>../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds.api</groupId>
|
||||||
|
@ -36,8 +35,8 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<test.chef.endpoint>http://localhost:4000</test.chef.endpoint>
|
<test.chef.endpoint>http://localhost:4000</test.chef.endpoint>
|
||||||
<test.chef.api-version></test.chef.api-version>
|
<test.chef.api-version />
|
||||||
<test.chef.build-version></test.chef.build-version>
|
<test.chef.build-version />
|
||||||
<test.chef.identity>chef-webui</test.chef.identity>
|
<test.chef.identity>chef-webui</test.chef.identity>
|
||||||
<test.chef.credential>${user.home}/.chef/webui.pem</test.chef.credential>
|
<test.chef.credential>${user.home}/.chef/webui.pem</test.chef.credential>
|
||||||
<test.chef.validator.identity>chef-validator</test.chef.validator.identity>
|
<test.chef.validator.identity>chef-validator</test.chef.validator.identity>
|
||||||
|
|
Loading…
Reference in New Issue