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

svn commit: r1774593 - /sling/trunk/installer/factories/model/pom.xml

Author: cziegeler
Date: Fri Dec 16 13:36:11 2016
New Revision: 1774593

URL: http://svn.apache.org/viewvc?rev=1774593&view=rev
Log:
Use prov model 1.8.0

Modified:
    sling/trunk/installer/factories/model/pom.xml

Modified: sling/trunk/installer/factories/model/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/factories/model/pom.xml?rev=1774593&r1=1774592&r2=1774593&view=diff
==============================================================================
--- sling/trunk/installer/factories/model/pom.xml (original)
+++ sling/trunk/installer/factories/model/pom.xml Fri Dec 16 13:36:11 2016
@@ -97,7 +97,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.provisioning.model</artifactId>
-            <version>1.7.1-SNAPSHOT</version>
+            <version>1.8.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>