> + <version>2.0.0-SNAPSHOT</version>
> + </parent>
> +
> + <!-- TODO: when out of labs, switch to org.jclouds.api -->
> + <groupId>org.apache.jclouds.labs</groupId>
> + <artifactId>b2</artifactId>
> + <name>Apache jclouds B2 API</name>
> + <description>BlobStore binding to the Backblaze B2 API</description>
> + <packaging>bundle</packaging>
> +
> + <properties>
> + <test.aws.identity>FIXME_IDENTITY</test.aws.identity>
> + <test.aws.credential>FIXME_CREDENTIAL</test.aws.credential>
> + <test.b2.build-version />
> + <test.b2.identity>${test.aws.identity}</test.b2.identity>
> + <test.b2.credential>${test.aws.credential}</test.b2.credential>
Same here
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/270/files/08f67d68c03760ce134ccf217c3b1ee4487ac318#r64119906