You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/12/10 18:35:22 UTC

svn commit: r725355 - /geronimo/components/txmanager/trunk/pom.xml

Author: dwoods
Date: Wed Dec 10 09:35:22 2008
New Revision: 725355

URL: http://svn.apache.org/viewvc?rev=725355&view=rev
Log:
use the same version of SLF4J as Geronimo 2.2 Server

Modified:
    geronimo/components/txmanager/trunk/pom.xml

Modified: geronimo/components/txmanager/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/trunk/pom.xml?rev=725355&r1=725354&r2=725355&view=diff
==============================================================================
--- geronimo/components/txmanager/trunk/pom.xml (original)
+++ geronimo/components/txmanager/trunk/pom.xml Wed Dec 10 09:35:22 2008
@@ -67,13 +67,13 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.5.0</version>
+                <version>1.5.5</version>
             </dependency>
 
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>
-                <version>1.5.0</version>
+                <version>1.5.5</version>
                 <scope>test</scope>
             </dependency>