You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ab...@apache.org on 2013/05/13 22:37:04 UTC

git commit: Fixing resources groupId

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 <an...@gmail.com>
Authored: Mon May 13 13:36:55 2013 -0700
Committer: Andrew Bayer <an...@gmail.com>
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>