You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/10/06 19:36:17 UTC

svn commit: r1005182 - /cxf/branches/2.2.x-fixes/parent/pom.xml

Author: dkulp
Date: Wed Oct  6 17:36:16 2010
New Revision: 1005182

URL: http://svn.apache.org/viewvc?rev=1005182&view=rev
Log:
Update slf4j

Modified:
    cxf/branches/2.2.x-fixes/parent/pom.xml

Modified: cxf/branches/2.2.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/parent/pom.xml?rev=1005182&r1=1005181&r2=1005182&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/parent/pom.xml Wed Oct  6 17:36:16 2010
@@ -506,12 +506,12 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-jdk14</artifactId>
-                <version>1.5.8</version>
+                <version>1.6.1</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.5.8</version>
+                <version>1.6.1</version>
             </dependency>
             <dependency>
                 <groupId>org.mortbay.jetty</groupId>