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
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>