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 4540763 SLING-7681 - HTL 1.4 support
4540763 is described below
commit 45407637e97d7bf9cdd504e56772a2191018350c
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ea9c6ac..16b2780 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,11 +86,11 @@
io.sightly; version:Version=1.2,
io.sightly; version:Version=1.3,
io.sightly; version:Version=1.3.1,
- io.sightly; version:Version=1.4.0
+ io.sightly; version:Version=1.4
</Provide-Capability>
<Require-Capability>
- io.sightly.compiler;
filter:="(&(version>=1.0)(!(version>=2.0)))",
- io.sightly.compiler.java;
filter:="(&(version>=1.0)(!(version>=2.0)))"
+ io.sightly.compiler;
filter:="(&(version>=1.0)(version<=1.4))",
+ io.sightly.compiler.java;
filter:="(&(version>=1.0)(version<=1.4))"
</Require-Capability>
</instructions>
</configuration>