[maven-release-plugin] prepare release jclouds-chef-1.5.0-beta.10

This commit is contained in:
Adrian Cole 2012-08-17 17:55:07 -07:00
parent a3053b41e6
commit 9347c265fd
1 changed files with 4 additions and 5 deletions

View File

@ -19,13 +19,12 @@
under the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jclouds.chef</groupId>
<artifactId>chef-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-beta.10</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<groupId>org.jclouds.api</groupId>
@ -36,8 +35,8 @@
<properties>
<test.chef.endpoint>http://localhost:4000</test.chef.endpoint>
<test.chef.api-version></test.chef.api-version>
<test.chef.build-version></test.chef.build-version>
<test.chef.api-version />
<test.chef.build-version />
<test.chef.identity>chef-webui</test.chef.identity>
<test.chef.credential>${user.home}/.chef/webui.pem</test.chef.credential>
<test.chef.validator.identity>chef-validator</test.chef.validator.identity>