Updated Branches:
  refs/heads/1.5.x 990c0738a -> b88741dd7

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/b88741dd
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/b88741dd
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/b88741dd

Branch: refs/heads/1.5.x
Commit: b88741dd78d458fd28f6e23319dd746b20907e9e
Parents: 990c073
Author: Andrew Bayer <[email protected]>
Authored: Mon May 13 13:36:55 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Mon May 13 13:37:18 2013 -0700

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/b88741dd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 994d681..992e65d 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>

Reply via email to