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 2015/07/06 11:21:18 UTC

svn commit: r1689344 - /sling/trunk/bundles/commons/contentdetection/pom.xml

Author: bdelacretaz
Date: Mon Jul  6 09:21:18 2015
New Revision: 1689344

URL: http://svn.apache.org/r1689344
Log:
SLING-4694 - use commons.mime release, no need for a snapshot

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

Modified: sling/trunk/bundles/commons/contentdetection/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/contentdetection/pom.xml?rev=1689344&r1=1689343&r2=1689344&view=diff
==============================================================================
--- sling/trunk/bundles/commons/contentdetection/pom.xml (original)
+++ sling/trunk/bundles/commons/contentdetection/pom.xml Mon Jul  6 09:21:18 2015
@@ -58,7 +58,7 @@
 
         <!-- Sling Dependencies-->
         <dependency>
-            <version>2.1.9-SNAPSHOT</version>
+            <version>2.1.8</version>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.mime</artifactId>
             <scope>provided</scope>