You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/12/19 16:27:07 UTC

svn commit: r1423883 - /karaf/site/trunk/pom.xml

Author: jbonofre
Date: Wed Dec 19 15:27:07 2012
New Revision: 1423883

URL: http://svn.apache.org/viewvc?rev=1423883&view=rev
Log:
Upgrade to slf4j 1.7.2

Modified:
    karaf/site/trunk/pom.xml

Modified: karaf/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/site/trunk/pom.xml?rev=1423883&r1=1423882&r2=1423883&view=diff
==============================================================================
--- karaf/site/trunk/pom.xml (original)
+++ karaf/site/trunk/pom.xml Wed Dec 19 15:27:07 2012
@@ -107,7 +107,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.6.0</version>
+            <version>1.7.2</version>
         </dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>