Merge pull request #104 from jsonking/master

Fixed dunkel endpoint in pom.xml
This commit is contained in:
Adrian Cole 2011-10-11 08:25:37 -07:00
commit b2ade042bc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<description>vCloud implementation targeted to Dunkel</description>
<properties>
<test.dunkel-vcd.endpoint>https://vdc.dunkel.de/api</test.dunkel-vcd.endpoint>
<test.dunkel-vcd.endpoint>https://vcd.dunkel.de/api</test.dunkel-vcd.endpoint>
<test.dunkel-vcd.apiversion>1.0</test.dunkel-vcd.apiversion>
<test.dunkel-vcd.identity>FIXME_IDENTITY</test.dunkel-vcd.identity>
<test.dunkel-vcd.credential>FIXME_CREDENTIAL</test.dunkel-vcd.credential>