Repository: jclouds-examples Updated Branches: refs/heads/master c4478c100 -> 72c84b1ce
Update compute-basics to 1.9.2 Project: http://git-wip-us.apache.org/repos/asf/jclouds-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-examples/commit/72c84b1c Tree: http://git-wip-us.apache.org/repos/asf/jclouds-examples/tree/72c84b1c Diff: http://git-wip-us.apache.org/repos/asf/jclouds-examples/diff/72c84b1c Branch: refs/heads/master Commit: 72c84b1ce426f8ad32f5a26b074e50b2ed6b2543 Parents: c4478c1 Author: Ignasi Barrera <[email protected]> Authored: Thu Jan 21 01:05:00 2016 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Thu Jan 21 01:05:00 2016 +0100 ---------------------------------------------------------------------- compute-basics/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/72c84b1c/compute-basics/pom.xml ---------------------------------------------------------------------- diff --git a/compute-basics/pom.xml b/compute-basics/pom.xml index 7355ccb..ebb6b2a 100644 --- a/compute-basics/pom.xml +++ b/compute-basics/pom.xml @@ -22,12 +22,12 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.jclouds.examples</groupId> <artifactId>compute-basics</artifactId> - <version>1.9.0</version> + <version>1.9.2</version> <name>compute-basics</name> <description>jclouds compute example that adds a node to a group, then executes "echo hello" on all nodes</description> <properties> - <jclouds.version>1.9.0</jclouds.version> + <jclouds.version>1.9.2</jclouds.version> </properties> <dependencies>
