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 20:31:12 UTC

svn commit: r725396 - /geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml

Author: dwoods
Date: Wed Dec 10 11:31:12 2008
New Revision: 725396

URL: http://svn.apache.org/viewvc?rev=725396&view=rev
Log:
use same version of SLF4J and Genesis as Geronimo 2.1.3/2.1.4 server.

Modified:
    geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml

Modified: geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml?rev=725396&r1=725395&r2=725396&view=diff
==============================================================================
--- geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml (original)
+++ geronimo/components/txmanager/branches/geronimo-txmanager-parent-2.1/pom.xml Wed Dec 10 11:31:12 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.genesis.config</groupId>
         <artifactId>project-config</artifactId>
-        <version>1.3</version>
+        <version>1.3.1</version>
     </parent>
 
     <groupId>org.apache.geronimo.components</groupId>
@@ -61,13 +61,13 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.5.0</version>
+                <version>1.4.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>
-                <version>1.5.0</version>
+                <version>1.4.3</version>
                 <scope>test</scope>
             </dependency>