Updated Branches: refs/heads/master 446ac6788 -> fb1980f50
JCLOUDS-16. Fixing remote resources. Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/fb1980f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/fb1980f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/fb1980f5 Branch: refs/heads/master Commit: fb1980f50be37025c42603264dc2f5ad5d66385d Parents: 446ac67 Author: Andrew Bayer <[email protected]> Authored: Mon May 13 12:46:41 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Mon May 13 12:46:41 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/fb1980f5/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index a742d0f..6e94dad 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -563,7 +563,7 @@ under the License. </goals> <configuration> <resourceBundles> - <resourceBundle>org.jclouds:jclouds-resources:${project.version}</resourceBundle> + <resourceBundle>org.apache.jclouds:jclouds-resources:${project.version}</resourceBundle> </resourceBundles> </configuration> </execution>
