From c1fb129c4a2778d35b8048701328f81daf0e89f9 Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Thu, 29 Sep 2016 21:04:44 +0200 Subject: [PATCH] Replace ${project.version} by ${project.parent.version} Even if usually the project and its parent have the same version, dependencies are resolved using parent POM, so all internal dependencies should use the parent version (that's the case for all other dependencies in the project). --- rackspace-cloudbigdata/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rackspace-cloudbigdata/pom.xml b/rackspace-cloudbigdata/pom.xml index 12052ef885..da71fb213c 100644 --- a/rackspace-cloudbigdata/pom.xml +++ b/rackspace-cloudbigdata/pom.xml @@ -64,7 +64,7 @@ org.apache.jclouds jclouds-compute - ${project.version} + ${project.parent.version} org.apache.jclouds.api