>    <artifactId>rackspace-examples</artifactId>
>    <version>0.0.1-SNAPSHOT</version>
> +  <repositories>    
> +    <repository>
> +      <id>apache-snapshots</id>
> +      <name>snapshots apache maven repo</name>
> +      <url>https://repository.apache.org/content/repositories/snapshots</url>
> +      <snapshots>
> +        <enabled>true</enabled>
> +      </snapshots>
> +    </repository>
> +  </repositories>
> +  <properties>
> +    <jclouds.version>1.7.0-SNAPSHOT</jclouds.version>

Yes. The examples should only ever run on a released version of jclouds. The 
current version of this pom.xml is already using 1.6.1-incubating and the 
groupId is org.apache.jclouds. You'll need to rebase.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/6/files#r5280103

Reply via email to