updated version for ninefold

This commit is contained in:
Adrian Cole 2011-03-01 16:45:02 -05:00
parent e8038f5d48
commit c5d43b88b1
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<properties>
<test.initializer>org.jclouds.ninefold.storage.blobstore.integration.NinefoldStorageTestInitializer</test.initializer>
<test.ninefold-storage.endpoint>http://onlinestorage.ninefold.com</test.ninefold-storage.endpoint>
<test.ninefold-storage.apiversion>1.2.7c</test.ninefold-storage.apiversion>
<test.ninefold-storage.apiversion>1.4.0</test.ninefold-storage.apiversion>
<test.ninefold-storage.identity>FIXME_IDENTITY</test.ninefold-storage.identity>
<test.ninefold-storage.credential>FIXME_CREDENTIAL</test.ninefold-storage.credential>
</properties>

View File

@ -39,7 +39,7 @@ public class NinefoldStoragePropertiesBuilder extends PropertiesBuilder {
Properties properties = super.defaultProperties();
properties.setProperty(PROPERTY_ENDPOINT, "http://onlinestorage.ninefold.com");
properties.setProperty(PROPERTY_ISO3166_CODES, "AU-NSW");
properties.setProperty(PROPERTY_API_VERSION, "1.2.7C");
properties.setProperty(PROPERTY_API_VERSION, "1.4.0");
return properties;
}