You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/04/15 20:36:21 UTC

git commit: Using the jclouds version for Chef, rather than the project version

Repository: jclouds-karaf
Updated Branches:
  refs/heads/change-chef-version-prop [created] 8c7fa8647


Using the jclouds version for Chef, rather than the project version

During releases, the reference should be to the released version of jclouds and jclouds-chef


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/8c7fa864
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/8c7fa864
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/8c7fa864

Branch: refs/heads/change-chef-version-prop
Commit: 8c7fa8647a0ca3f05e75b1658788857adf5a18c7
Parents: 73265cd
Author: Andrew Phillips <an...@apache.org>
Authored: Mon Apr 7 17:12:15 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Tue Apr 15 14:35:54 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/8c7fa864/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c4b8a53..0a47baa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@ limitations under the License.
     <java-xmlbuilder.bundle.version>0.3_1</java-xmlbuilder.bundle.version>
     <javax.inject.bundle.version>1_1</javax.inject.bundle.version>
     <jclouds.version>1.8.0-SNAPSHOT</jclouds.version>
-    <jclouds.chef.version>${project.version}</jclouds.chef.version>
+    <jclouds.chef.version>${jclouds.version}</jclouds.chef.version>
     <jersey.version>1.11</jersey.version>
     <jersey.bundle.version>1.11_1</jersey.bundle.version>
     <joda.version>2.1</joda.version>