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

svn commit: r1752288 - /sling/trunk/contrib/crankstart/launcher/pom.xml

Author: bdelacretaz
Date: Tue Jul 12 13:22:08 2016
New Revision: 1752288

URL: http://svn.apache.org/viewvc?rev=1752288&view=rev
Log:
Use latest provisioning model library

Modified:
    sling/trunk/contrib/crankstart/launcher/pom.xml

Modified: sling/trunk/contrib/crankstart/launcher/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/crankstart/launcher/pom.xml?rev=1752288&r1=1752287&r2=1752288&view=diff
==============================================================================
--- sling/trunk/contrib/crankstart/launcher/pom.xml (original)
+++ sling/trunk/contrib/crankstart/launcher/pom.xml Tue Jul 12 13:22:08 2016
@@ -136,7 +136,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.provisioning.model</artifactId>
-            <version>1.2.0</version>
+            <version>1.4.4</version>
             <scope>provided</scope>
         </dependency>
          <dependency>