Repository: aries-rsa
Updated Branches:
  refs/heads/master 8a0b96e00 -> e4bd3f93a


[ARIES-1763] Upgrade capabilities


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/885fc21c
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/885fc21c
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/885fc21c

Branch: refs/heads/master
Commit: 885fc21c14e7f72e0ecdae61ff60a5c39512ef90
Parents: 8a0b96e
Author: Christian Schneider <[email protected]>
Authored: Mon Nov 27 15:49:45 2017 +0100
Committer: Christian Schneider <[email protected]>
Committed: Mon Nov 27 15:49:45 2017 +0100

----------------------------------------------------------------------
 discovery/config/bnd.bnd    |  2 +-
 discovery/local/bnd.bnd     | 10 +++++-----
 discovery/zookeeper/bnd.bnd |  2 +-
 provider/fastbin/bnd.bnd    |  3 ++-
 provider/tcp/bnd.bnd        |  2 +-
 topology-manager/bnd.bnd    |  2 +-
 6 files changed, 11 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/885fc21c/discovery/config/bnd.bnd
----------------------------------------------------------------------
diff --git a/discovery/config/bnd.bnd b/discovery/config/bnd.bnd
index 91bdcef..4bb7526 100644
--- a/discovery/config/bnd.bnd
+++ b/discovery/config/bnd.bnd
@@ -1,4 +1,4 @@
 Bundle-Activator: org.apache.aries.rsa.discovery.config.Activator
 Private-Package: org.apache.aries.rsa.discovery.config
 Provide-Capability: osgi.remoteserviceadmin.discovery;\
-       protocols:List<String>="config"; version:Version=1.0
+       protocols:List<String>="config"; version:Version=1.1.0

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/885fc21c/discovery/local/bnd.bnd
----------------------------------------------------------------------
diff --git a/discovery/local/bnd.bnd b/discovery/local/bnd.bnd
index 32cdad8..b7737bc 100644
--- a/discovery/local/bnd.bnd
+++ b/discovery/local/bnd.bnd
@@ -3,8 +3,8 @@ Private-Package: org.apache.aries.rsa.discovery.local
 Export-Package: \
        org.apache.aries.rsa.discovery.endpoint,\
        org.osgi.xmlns.rsa.v1_0
-Provide-Capability: 
osgi.extender;osgi.extender="osgi.remoteserviceadmin.localdiscovery";\
-       version:Version="1.0";\
-       uses:="org.osgi.service.remoteserviceadmin"
-Provide-Capability: osgi.remoteserviceadmin.discovery;\
-       protocols:List<String>="local"; version:Version=1.0
\ No newline at end of file
+Provide-Capability: osgi.extender;osgi.extender="osgi.remoteserviceadmin";\
+       version:Version="1.1.0";\
+       uses:="org.osgi.service.remoteserviceadmin",\
+       osgi.remoteserviceadmin.discovery;\
+       protocols:List<String>="local"; version:Version=1.1.0

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/885fc21c/discovery/zookeeper/bnd.bnd
----------------------------------------------------------------------
diff --git a/discovery/zookeeper/bnd.bnd b/discovery/zookeeper/bnd.bnd
index 9591418..4cefb39 100644
--- a/discovery/zookeeper/bnd.bnd
+++ b/discovery/zookeeper/bnd.bnd
@@ -1,3 +1,3 @@
 Bundle-Activator: org.apache.aries.rsa.discovery.zookeeper.Activator
 Provide-Capability: osgi.remoteserviceadmin.discovery;\
-       protocols:List<String>="zookeeper"; version:Version=1.0
+       protocols:List<String>="zookeeper"; version:Version=1.1.0

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/885fc21c/provider/fastbin/bnd.bnd
----------------------------------------------------------------------
diff --git a/provider/fastbin/bnd.bnd b/provider/fastbin/bnd.bnd
index 1aa94be..4d8a1f8 100644
--- a/provider/fastbin/bnd.bnd
+++ b/provider/fastbin/bnd.bnd
@@ -1,3 +1,4 @@
 Bundle-Activator:  org.apache.aries.rsa.provider.fastbin.Activator
 Provide-Capability: osgi.remoteserviceadmin.distribution;\
-       configs:List<String>="aries.fastbin"; version:Version=1.0
+       configs:List<String>="aries.fastbin"; version:Version=1.1.0
+

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/885fc21c/provider/tcp/bnd.bnd
----------------------------------------------------------------------
diff --git a/provider/tcp/bnd.bnd b/provider/tcp/bnd.bnd
index 7742650..c9917d9 100644
--- a/provider/tcp/bnd.bnd
+++ b/provider/tcp/bnd.bnd
@@ -1,3 +1,3 @@
 Bundle-Activator:  org.apache.aries.rsa.provider.tcp.Activator
 Provide-Capability: osgi.remoteserviceadmin.distribution;\
-       configs:List<String>="aries.tcp"; version:Version=1.0
+       configs:List<String>="aries.tcp"; version:Version=1.1.0

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/885fc21c/topology-manager/bnd.bnd
----------------------------------------------------------------------
diff --git a/topology-manager/bnd.bnd b/topology-manager/bnd.bnd
index 87d8349..1e514b9 100644
--- a/topology-manager/bnd.bnd
+++ b/topology-manager/bnd.bnd
@@ -3,5 +3,5 @@ Require-Capability: \
        
osgi.remoteserviceadmin.discovery;filter:="(&(version>=1.0)(!(version>=2.0)))",\
        
osgi.remoteserviceadmin.distribution;filter:="(&(version>=1.0)(!(version>=2.0)))"
 Provide-Capability: \
-       osgi.remoteserviceadmin.topology; version:Version=1.0
+       osgi.remoteserviceadmin.topology; version:Version=1.1.0; 
policy:List<String>="promiscous"
 

Reply via email to