SLING-5411 - Sightly formatting filter only replaces first 10 placeholders

* corrected format placeholder regex
(patch submitted by Vlad Băilescu)

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1723770 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 534402b..b70676c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
                                 <artifactItem>
                                     <groupId>io.sightly</groupId>
                                     <artifactId>io.sightly.tck</artifactId>
-                                    <version>1.2.0</version>
+                                    <version>1.2.1</version>
                                     <type>jar</type>
                                     <outputDirectory>${project.build.directory}/sightlytck/</outputDirectory>
                                     <includes>**/*.html,**/*.js,**/*.java</includes>