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
commit 1c88981d3f630b1c27896eddb38110f481fe4895 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Thu Mar 26 11:55:53 2020 +0100 SLING-9171 - require repoinit language V8.1 --- bnd.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bnd.bnd b/bnd.bnd index 431220e..4f043cd 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" -Require-Capability: org.apache.sling.repoinit.language;filter:="(version>=8.0)" \ No newline at end of file +Require-Capability: org.apache.sling.repoinit.language;filter:="(version>=8.1)" \ No newline at end of file
