Fix resources GAVC
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/f1f09ca7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/f1f09ca7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/f1f09ca7 Branch: refs/heads/master Commit: f1f09ca7cf4f3fcf23c4172e6eabb57f10dac2c6 Parents: dda074a Author: Andrew Bayer <[email protected]> Authored: Tue May 28 12:43:50 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue May 28 14:51:58 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/f1f09ca7/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 915ffee..b864c21 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -206,7 +206,7 @@ </goals> <configuration> <resourceBundles> - <resourceBundle>org.jclouds:jclouds-resources:${jclouds.version}</resourceBundle> + <resourceBundle>org.apache.jclouds:jclouds-resources:${jclouds.version}</resourceBundle> </resourceBundles> </configuration> </execution>
