You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:11:07 UTC

[sling-org-apache-sling-scripting-sightly-compiler-java] 16/31: SLING-6399 - Implement support for date and number formatting for HTL

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.java-1.0.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler-java.git

commit 0b5d5ddcb62a2423ba1af3bcc3886acd3e837f2c
Author: Radu Cotescu <ra...@apache.org>
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/java-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 19168bc..a492b2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,8 @@
                         <Provide-Capability>
                             io.sightly.compiler.java; version:Version=1.0,
                             io.sightly.compiler.java; version:Version=1.1,
-                            io.sightly.compiler.java; version:Version=1.2
+                            io.sightly.compiler.java; version:Version=1.2,
+                            io.sightly.compiler.java; version:Version=1.3
                         </Provide-Capability>
                     </instructions>
                 </configuration>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.