You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by io...@apache.org on 2014/01/29 14:46:54 UTC

git commit: [JCLOUDS-439] Fix osgi metadata on jclouds-sts.

Updated Branches:
  refs/heads/master 0098751f4 -> 52f25fd28


[JCLOUDS-439] Fix osgi metadata on jclouds-sts.


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/52f25fd2
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/52f25fd2
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/52f25fd2

Branch: refs/heads/master
Commit: 52f25fd28456dab5b239dcec9e79240cbc157ce5
Parents: 0098751
Author: Ioannis Canellos <io...@gmail.com>
Authored: Wed Jan 29 12:02:10 2014 +0200
Committer: Ioannis Canellos <io...@gmail.com>
Committed: Wed Jan 29 15:46:34 2014 +0200

----------------------------------------------------------------------
 apis/sts/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/52f25fd2/apis/sts/pom.xml
----------------------------------------------------------------------
diff --git a/apis/sts/pom.xml b/apis/sts/pom.xml
index 2fec43b..a5a0556 100644
--- a/apis/sts/pom.xml
+++ b/apis/sts/pom.xml
@@ -38,7 +38,7 @@
     <test.sts.identity>${test.aws.identity}</test.sts.identity>
     <test.sts.credential>${test.aws.credential}</test.sts.credential>
 
-    <jclouds.osgi.export>org.jclouds.aws*;version="${project.version},org.jclouds.sts*;version="${project.version}"</jclouds.osgi.export>
+    <jclouds.osgi.export>org.jclouds.aws*;version="${project.version}",org.jclouds.sts*;version="${project.version}"</jclouds.osgi.export>
     <jclouds.osgi.import>org.jclouds*;version="${project.version}",*</jclouds.osgi.import>
   </properties>