You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/07/13 18:47:23 UTC

svn commit: r1752512 - /sling/trunk/samples/fling/pom.xml

Author: olli
Date: Wed Jul 13 18:47:23 2016
New Revision: 1752512

URL: http://svn.apache.org/viewvc?rev=1752512&view=rev
Log:
use latest releases

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

Modified: sling/trunk/samples/fling/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/fling/pom.xml?rev=1752512&r1=1752511&r2=1752512&view=diff
==============================================================================
--- sling/trunk/samples/fling/pom.xml (original)
+++ sling/trunk/samples/fling/pom.xml Wed Jul 13 18:47:23 2016
@@ -98,7 +98,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.api</artifactId>
-      <version>2.11.0</version>
+      <version>2.12.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -122,7 +122,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.jcr.base</artifactId>
-      <version>2.3.2</version>
+      <version>2.4.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -135,14 +135,14 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-api</artifactId>
-      <version>2.12.1</version>
+      <version>2.12.2</version>
       <scope>provided</scope>
     </dependency>
     <!-- Thymeleaf -->
     <dependency>
       <groupId>org.thymeleaf</groupId>
       <artifactId>thymeleaf</artifactId>
-      <version>3.0.0.BETA02</version>
+      <version>3.0.0.RELEASE</version>
       <scope>provided</scope>
     </dependency>
     <!-- SubEtha SMTP -->