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/a0e6cc74 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/a0e6cc74 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/a0e6cc74 Branch: refs/heads/1.5.x Commit: a0e6cc7469d01fd14fa05fa80b152ad8df064210 Parents: 91b9dbd Author: Andrew Bayer <[email protected]> Authored: Mon May 13 12:46:20 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Mon May 13 12:46:20 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/a0e6cc74/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index f20d99b..02ded91 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -545,7 +545,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>
