Updated Branches: refs/heads/1.6.x 8e58c1a8a -> df11ed5cc
Use jclouds 1.6.1-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/commit/a0fc716c Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/a0fc716c Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/a0fc716c Branch: refs/heads/1.6.x Commit: a0fc716cab855acf0d22c2a9b290a808eb9ad3d6 Parents: 8e58c1a Author: Andrew Bayer <[email protected]> Authored: Tue May 28 13:01:10 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue May 28 13:11:44 2013 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/a0fc716c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8241609..c2568a1 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1-incubating</version> </parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jclouds-labs</artifactId> @@ -38,7 +38,7 @@ </scm> <properties> - <jclouds.version>1.6.1-SNAPSHOT</jclouds.version> + <jclouds.version>1.6.1-incubating</jclouds.version> </properties> <repositories>
