> <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>
> but trove needs examples to be ready to make it into jclouds If it's not _possible_ to use a released version for the examples I'd personally be in favour of examples depending on a snapshot than leaving this request lying around until 1.7.0 ships. @everett-toews your thoughts? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/6/files#r5300782
