You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2016/12/15 14:01:45 UTC

svn commit: r1774447 - in /sling/trunk/bundles/scripting/sightly: compiler/pom.xml engine/pom.xml java-compiler/pom.xml testing-content/pom.xml testing/pom.xml

Author: radu
Date: Thu Dec 15 14:01:44 2016
New Revision: 1774447

URL: http://svn.apache.org/viewvc?rev=1774447&view=rev
Log:
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

Modified:
    sling/trunk/bundles/scripting/sightly/compiler/pom.xml
    sling/trunk/bundles/scripting/sightly/engine/pom.xml
    sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml
    sling/trunk/bundles/scripting/sightly/testing-content/pom.xml
    sling/trunk/bundles/scripting/sightly/testing/pom.xml

Modified: sling/trunk/bundles/scripting/sightly/compiler/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/compiler/pom.xml?rev=1774447&r1=1774446&r2=1774447&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/sightly/compiler/pom.xml (original)
+++ sling/trunk/bundles/scripting/sightly/compiler/pom.xml Thu Dec 15 14:01:44 2016
@@ -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>

Modified: sling/trunk/bundles/scripting/sightly/engine/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/engine/pom.xml?rev=1774447&r1=1774446&r2=1774447&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/sightly/engine/pom.xml (original)
+++ sling/trunk/bundles/scripting/sightly/engine/pom.xml Thu Dec 15 14:01:44 2016
@@ -78,7 +78,8 @@
                         <Provide-Capability>
                             io.sightly; version:Version=1.0,
                             io.sightly; version:Version=1.1,
-                            io.sightly; version:Version=1.2
+                            io.sightly; version:Version=1.2,
+                            io.sightly; version:Version=1.3
                         </Provide-Capability>
                         <Require-Capability>
                             io.sightly.compiler; filter:="(&amp;(version&gt;=1.0)(!(version&gt;=2.0)))",

Modified: sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml?rev=1774447&r1=1774446&r2=1774447&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml (original)
+++ sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml Thu Dec 15 14:01:44 2016
@@ -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>

Modified: sling/trunk/bundles/scripting/sightly/testing-content/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/testing-content/pom.xml?rev=1774447&r1=1774446&r2=1774447&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/sightly/testing-content/pom.xml (original)
+++ sling/trunk/bundles/scripting/sightly/testing-content/pom.xml Thu Dec 15 14:01:44 2016
@@ -100,7 +100,7 @@
                                 <artifactItem>
                                     <groupId>io.sightly</groupId>
                                     <artifactId>io.sightly.tck</artifactId>
-                                    <version>1.3.0-SNAPSHOT</version>
+                                    <version>1.3.0</version>
                                     <type>jar</type>
                                     <outputDirectory>${project.build.directory}/sightlytck/</outputDirectory>
                                     <includes>**/*.html,**/*.js,**/*.java</includes>

Modified: sling/trunk/bundles/scripting/sightly/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/testing/pom.xml?rev=1774447&r1=1774446&r2=1774447&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/sightly/testing/pom.xml (original)
+++ sling/trunk/bundles/scripting/sightly/testing/pom.xml Thu Dec 15 14:01:44 2016
@@ -393,7 +393,7 @@
         <dependency>
             <groupId>io.sightly</groupId>
             <artifactId>io.sightly.tck</artifactId>
-            <version>1.3.0-SNAPSHOT</version>
+            <version>1.3.0</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>