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/11/09 07:34:20 UTC

svn commit: r1768858 - /sling/trunk/bundles/jcr/repoinit/pom.xml

Author: cziegeler
Date: Wed Nov  9 07:34:20 2016
New Revision: 1768858

URL: http://svn.apache.org/viewvc?rev=1768858&view=rev
Log:
Switch back to 1.1.1-SNAPSHOT for parser during release

Modified:
    sling/trunk/bundles/jcr/repoinit/pom.xml

Modified: sling/trunk/bundles/jcr/repoinit/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/repoinit/pom.xml?rev=1768858&r1=1768857&r2=1768858&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/repoinit/pom.xml (original)
+++ sling/trunk/bundles/jcr/repoinit/pom.xml Wed Nov  9 07:34:20 2016
@@ -147,7 +147,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>