Author: olli
Date: Tue Mar 28 07:24:25 2017
New Revision: 1789059

URL: http://svn.apache.org/viewvc?rev=1789059&view=rev
Log:
use Sling Scripting Thymeleaf 1.1.0 and Thymeleaf 3.0.3.RELEASE

Modified:
    sling/trunk/samples/fling/README.md
    sling/trunk/samples/fling/pom.xml

Modified: sling/trunk/samples/fling/README.md
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/fling/README.md?rev=1789059&r1=1789058&r2=1789059&view=diff
==============================================================================
--- sling/trunk/samples/fling/README.md (original)
+++ sling/trunk/samples/fling/README.md Tue Mar 28 07:24:25 2017
@@ -1,7 +1,7 @@
 Sling Fling Sample
 ==================
 
-This is a sample using _Sling Models_, _Sling Query_, _Sling Scripting 
Thymeleaf_ (latest snapshot), _Sling Validation_ (latest snapshot), _Sling 
Commons Messaging_ (latest snapshot) and _Sling Commons Messaging Mail_ (latest 
snapshot).
+This is a sample using _Sling Models_, _Sling Query_, _Sling Scripting 
Thymeleaf_, _Sling Validation_ (latest snapshot), _Sling Commons Messaging_ 
(latest snapshot) and _Sling Commons Messaging Mail_ (latest snapshot).
 
 * [Sling Models](http://sling.apache.org/documentation/bundles/models.html)
 * [Sling Query](https://github.com/Cognifide/Sling-Query)

Modified: sling/trunk/samples/fling/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/fling/pom.xml?rev=1789059&r1=1789058&r2=1789059&view=diff
==============================================================================
--- sling/trunk/samples/fling/pom.xml (original)
+++ sling/trunk/samples/fling/pom.xml Tue Mar 28 07:24:25 2017
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.scripting.thymeleaf</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.1.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -133,7 +133,7 @@
     <dependency>
       <groupId>org.thymeleaf</groupId>
       <artifactId>thymeleaf</artifactId>
-      <version>3.0.0.RELEASE</version>
+      <version>3.0.3.RELEASE</version>
       <scope>provided</scope>
     </dependency>
     <!-- SubEtha SMTP -->


Reply via email to