You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ch...@apache.org on 2013/11/13 15:45:40 UTC

svn commit: r1541535 - /sling/trunk/launchpad/builder/src/main/bundles/list.xml

Author: chetanm
Date: Wed Nov 13 14:45:40 2013
New Revision: 1541535

URL: http://svn.apache.org/r1541535
Log:
SLING-3243 Update the Slf4j API bundle to 1.7.5

Updating the version to 1.7.5 for following deps
* slf4j-api
* jcl-over-slf4j
* log4j-over-slf4j

Modified:
    sling/trunk/launchpad/builder/src/main/bundles/list.xml

Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/bundles/list.xml?rev=1541535&r1=1541534&r2=1541535&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Wed Nov 13 14:45:40 2013
@@ -5,7 +5,7 @@
         <bundle>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.6.4</version>
+            <version>1.7.5</version>
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
@@ -20,12 +20,12 @@
         <bundle>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>
-            <version>1.6.4</version>
+            <version>1.7.5</version>
         </bundle>
         <bundle>
             <groupId>org.slf4j</groupId>
             <artifactId>log4j-over-slf4j</artifactId>
-            <version>1.6.4</version>
+            <version>1.7.5</version>
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>