> @@ -22,7 +22,7 @@ > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd"> > <modelVersion>4.0.0</modelVersion> > <properties> > - <jclouds.version>1.7.1</jclouds.version> > + <jclouds.version>1.8.0-SNAPSHOT</jclouds.version>
Yes. @zack-shoylev please only use released versions in the examples. If you have an example that depends on unreleased code then you’ll have to share it in a gist until it’s released. On Mar 1, 2014, at 5:12 AM, Andrew Phillips <[email protected]<mailto:[email protected]>> wrote: In rackspace/pom.xml: > @@ -22,7 +22,7 @@ > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd"> > <modelVersion>4.0.0</modelVersion> > <properties> > - <jclouds.version>1.7.1</jclouds.version> > + <jclouds.version>1.8.0-SNAPSHOT</jclouds.version> @everett-toews<https://github.com/everett-toews>: From what I recall, you were trying to stick to released versions rather than snapshots for the examples..? — Reply to this email directly or view it on GitHub<https://github.com/jclouds/jclouds-examples/pull/32/files#r10190674>. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/32/files#r10201266
