Repository: jclouds-examples Updated Branches: refs/heads/master 13aea370e -> fb328b5a8
Updating Google examples pom.xml See similarly recent changes to the Rackspace one. Project: http://git-wip-us.apache.org/repos/asf/jclouds-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-examples/commit/070e999a Tree: http://git-wip-us.apache.org/repos/asf/jclouds-examples/tree/070e999a Diff: http://git-wip-us.apache.org/repos/asf/jclouds-examples/diff/070e999a Branch: refs/heads/master Commit: 070e999a7eb5a9152bc4fe14f69499079b5fb2e5 Parents: 13aea37 Author: MikoÅaj Zalewski <[email protected]> Authored: Fri May 9 13:27:05 2014 +0200 Committer: Andrew Phillips <[email protected]> Committed: Mon Jun 9 10:09:31 2014 -0400 ---------------------------------------------------------------------- google/pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/070e999a/google/pom.xml ---------------------------------------------------------------------- diff --git a/google/pom.xml b/google/pom.xml index d7946be..7dbb0b0 100644 --- a/google/pom.xml +++ b/google/pom.xml @@ -20,12 +20,15 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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> + <version>1.7.3-SNAPSHOT</version> + <name>google-examples</name> + <properties> - <jclouds.version>1.7.1</jclouds.version> + <jclouds.version>1.7.2</jclouds.version> </properties> + <groupId>org.apache.jclouds.examples</groupId> <artifactId>google-examples</artifactId> - <version>1.0</version> <dependencies> <dependency> <groupId>org.apache.jclouds.driver</groupId>
