Updated Branches: refs/heads/1.5.x 87c982450 -> db253d204
Fix resources to use project.version Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/commit/db253d20 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/db253d20 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/db253d20 Branch: refs/heads/1.5.x Commit: db253d2046b32495e16c19d0b5964a59a7bd3db0 Parents: 87c9824 Author: Andrew Bayer <[email protected]> Authored: Tue May 28 15:29:09 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue May 28 15:29:09 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/db253d20/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 2ec6cdf..0d3965c 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -200,7 +200,7 @@ </goals> <configuration> <resourceBundles> - <resourceBundle>org.apache.jclouds:jclouds-resources:${jclouds.version}</resourceBundle> + <resourceBundle>org.apache.jclouds:jclouds-resources:${project.version}</resourceBundle> </resourceBundles> </configuration> </execution>
