Repository: jclouds-karaf Updated Branches: refs/heads/2.0.x cde7c82a3 -> 80d7069e6
Fix vagrant feature dependencies Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/80d7069e Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/80d7069e Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/80d7069e Branch: refs/heads/2.0.x Commit: 80d7069e606c2fdbb15a349bfbfba8a6bfd0fc9a Parents: cde7c82 Author: Ignasi Barrera <[email protected]> Authored: Fri Aug 4 08:17:58 2017 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Fri Aug 4 08:38:21 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/80d7069e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 50fbe97..084f45d 100644 --- a/pom.xml +++ b/pom.xml @@ -222,7 +222,7 @@ limitations under the License. <okio.version>1.2.0</okio.version> <okhttp.bundle.version>${okhttp.version}_1</okhttp.bundle.version> <okio.bundle.version>${okio.version}_1</okio.bundle.version> - <vagrant-java-bindings.version>0.1.1</vagrant-java-bindings.version> + <vagrant-java-bindings.version>0.2.0</vagrant-java-bindings.version> <!-- Plugin Versions --> <depends-maven-plugin.version>1.2</depends-maven-plugin.version>
