This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler-java.git

commit 9dd2698de3d62cdcdd4444afd465eaccbdd2cbc9
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@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
"[email protected]" <[email protected]>.

Reply via email to