Repository: jclouds-labs-openstack
Updated Branches:
  refs/heads/master f831f59a1 -> 18f249001


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).


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/commit/18f24900
Tree: 
http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/tree/18f24900
Diff: 
http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/diff/18f24900

Branch: refs/heads/master
Commit: 18f24900115d90096b07f0da19b231d03d23db83
Parents: f831f59
Author: Olivier Lemasle <[email protected]>
Authored: Thu Sep 29 21:04:44 2016 +0200
Committer: Ignasi Barrera <[email protected]>
Committed: Fri Sep 30 08:56:56 2016 +0200

----------------------------------------------------------------------
 rackspace-cloudbigdata/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/18f24900/rackspace-cloudbigdata/pom.xml
----------------------------------------------------------------------
diff --git a/rackspace-cloudbigdata/pom.xml b/rackspace-cloudbigdata/pom.xml
index 12052ef..da71fb2 100644
--- a/rackspace-cloudbigdata/pom.xml
+++ b/rackspace-cloudbigdata/pom.xml
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>org.apache.jclouds</groupId>
       <artifactId>jclouds-compute</artifactId>
-      <version>${project.version}</version>
+      <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jclouds.api</groupId>

Reply via email to