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 2018/06/19 09:18:50 UTC

[sling-org-apache-sling-scripting-sightly-compiler-java] branch master updated: SLING-7681 - HTL 1.4 support

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-compiler-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 8377d6a  SLING-7681 - HTL 1.4 support
8377d6a is described below

commit 8377d6a0c31ffcd428115ef684bb49f8ead7c343
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Jun 19 11:18:39 2018 +0200

    SLING-7681 - HTL 1.4 support
    
    * improved Provide / Require Capability headers
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a46e5d..125e5ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,8 +83,11 @@
                             io.sightly.compiler.java; version:Version=1.2,
                             io.sightly.compiler.java; version:Version=1.3,
                             io.sightly.compiler.java; version:Version=1.3.1,
-                            io.sightly.compiler.java; version:Version=1.4.0
+                            io.sightly.compiler.java; version:Version=1.4
                         </Provide-Capability>
+                        <Require-Capability>
+                            io.sightly.compiler; filter:="(&amp;(version&gt;=1.0)(version&lt;=1.4))",
+                        </Require-Capability>
                     </instructions>
                 </configuration>
             </plugin>