You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/03/26 11:41:16 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated: SLING-9171 - increase org.apache.sling.jcr.repoinit capability version, so that clients can require it specifically

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git


The following commit(s) were added to refs/heads/master by this push:
     new c48eed3  SLING-9171 - increase org.apache.sling.jcr.repoinit capability version, so that clients can require it specifically
c48eed3 is described below

commit c48eed3fd812aa0e8b3cf815efcd49914419cab2
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Mar 26 12:40:55 2020 +0100

    SLING-9171 - increase org.apache.sling.jcr.repoinit capability version, so that clients can require it specifically
---
 bnd.bnd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bnd.bnd b/bnd.bnd
index 4f043cd..a6341ff 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,2 +1,2 @@
-Provide-Capability: osgi.implementation;osgi.implementation="org.apache.sling.jcr.repoinit";version:Version="1.0"
+Provide-Capability: osgi.implementation;osgi.implementation="org.apache.sling.jcr.repoinit";version:Version="8.1"
 Require-Capability: org.apache.sling.repoinit.language;filter:="(version>=8.1)"
\ No newline at end of file