Updated Branches: refs/heads/master 119748dc5 -> 8d1ba7654
Fixing resources groupId Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/8d1ba765 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/8d1ba765 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/8d1ba765 Branch: refs/heads/master Commit: 8d1ba76540f58220796c4a87e6fd8b477dd323b4 Parents: 119748d Author: Andrew Bayer <[email protected]> Authored: Mon May 13 13:36:55 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Mon May 13 13:36:55 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/8d1ba765/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 77f4e52..bb57028 100644 --- a/pom.xml +++ b/pom.xml @@ -151,7 +151,7 @@ under the License. </goals> <configuration> <resourceBundles> - <resourceBundle>org.jclouds:jclouds-resources:${jclouds.version}</resourceBundle> + <resourceBundle>org.apache.jclouds:jclouds-resources:${jclouds.version}</resourceBundle> </resourceBundles> </configuration> </execution>
