You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/02/05 13:58:15 UTC

[sling-org-apache-sling-scripting-sightly] branch master updated: SLING-9048 - The HTL engine does not specify the correct io.sightly.runtime requirement version range

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git


The following commit(s) were added to refs/heads/master by this push:
     new a584639  SLING-9048 - The HTL engine does not specify the correct io.sightly.runtime requirement version range
a584639 is described below

commit a58463963b621795134034890466f65164ab063d
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Feb 5 14:57:47 2020 +0100

    SLING-9048 - The HTL engine does not specify the correct io.sightly.runtime requirement version range
    
    * corrected version range for the sightly runtime: [1.0,2.0)
---
 bnd.bnd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bnd.bnd b/bnd.bnd
index 7e396f2..9b12b26 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -4,7 +4,7 @@ Provide-Capability: io.sightly;version:Version="1.0", \\
                     io.sightly;version:Version="1.3", \\
                     io.sightly;version:Version="1.3.1", \\
                     io.sightly;version:Version="1.4"
-Require-Capability: io.sightly.runtime; filter:="(&(version<=1.0)(!(version>=2.0)))"
+Require-Capability: io.sightly.runtime; filter:="(&(version>=1.0)(!(version>=2.0)))"
 Import-Package:     org.apache.sling.scripting.sightly.compiler.*;resolution:=optional, \\
                     org.apache.sling.scripting.sightly.java.compiler.*;resolution:=optional, \\
                     org.apache.sling.commons.compiler.*;resolution:=optional, \\