You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by el...@apache.org on 2009/08/31 07:38:21 UTC

svn commit: r809464 - /incubator/wink/trunk/pom.xml

Author: elman
Date: Mon Aug 31 05:38:20 2009
New Revision: 809464

URL: http://svn.apache.org/viewvc?rev=809464&view=rev
Log:
fix slf versions to 1.5.8

Modified:
    incubator/wink/trunk/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=809464&r1=809463&r2=809464&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Mon Aug 31 05:38:20 2009
@@ -417,7 +417,7 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>jcl-over-slf4j</artifactId>
-                <version>1.5.6</version>
+                <version>1.5.8</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>