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 2017/02/27 12:15:27 UTC

svn commit: r1784540 - /sling/trunk/bundles/commons/fsclassloader/pom.xml

Author: cziegeler
Date: Mon Feb 27 12:15:27 2017
New Revision: 1784540

URL: http://svn.apache.org/viewvc?rev=1784540&view=rev
Log:
Use 1.4.1-SNAPSHOT until 1.4.0 is released

Modified:
    sling/trunk/bundles/commons/fsclassloader/pom.xml

Modified: sling/trunk/bundles/commons/fsclassloader/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/fsclassloader/pom.xml?rev=1784540&r1=1784539&r2=1784540&view=diff
==============================================================================
--- sling/trunk/bundles/commons/fsclassloader/pom.xml (original)
+++ sling/trunk/bundles/commons/fsclassloader/pom.xml Mon Feb 27 12:15:27 2017
@@ -97,7 +97,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.classloader</artifactId>
-            <version>1.4.0</version>
+            <version>1.4.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>