This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.compiler-1.0.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler.git
commit 6b7fdbd9d1c669667aaef9b8b71e1bdd49b78f17 Author: Radu Cotescu <[email protected]> AuthorDate: Thu Dec 15 14:01:44 2016 +0000 SLING-6399 - Implement support for date and number formatting for HTL * bumped capabilities to 1.3, corresponding to version 1.3 of the HTL Template Language Specification git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/compiler@1774447 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f4de20..8c231a6 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,8 @@ <Provide-Capability> io.sightly.compiler; version:Version=1.0, io.sightly.compiler; version:Version=1.1, - io.sightly.compiler; version:Version=1.2 + io.sightly.compiler; version:Version=1.2, + io.sightly.compiler; version:Version=1.3 </Provide-Capability> </instructions> </configuration> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
