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 <[email protected]>
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:="(&(version>=1.0)(version<=1.4))",
+ </Require-Capability>
</instructions>
</configuration>
</plugin>