You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/03/07 23:04:23 UTC

svn commit: r634837 - /continuum/branches/continuum-1.x/pom.xml

Author: olamy
Date: Fri Mar  7 14:04:23 2008
New Revision: 634837

URL: http://svn.apache.org/viewvc?rev=634837&view=rev
Log:
fix slf4 version

Modified:
    continuum/branches/continuum-1.x/pom.xml

Modified: continuum/branches/continuum-1.x/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.x/pom.xml?rev=634837&r1=634836&r2=634837&view=diff
==============================================================================
--- continuum/branches/continuum-1.x/pom.xml (original)
+++ continuum/branches/continuum-1.x/pom.xml Fri Mar  7 14:04:23 2008
@@ -626,12 +626,12 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.5</version>
+        <version>1.5.0</version>
       </dependency>      
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5</version>
+        <version>1.5.0</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>