You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2011/11/02 09:17:32 UTC

svn commit: r1196490 - /mina/ftpserver/trunk/pom.xml

Author: ngn
Date: Wed Nov  2 08:17:32 2011
New Revision: 1196490

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

Modified:
    mina/ftpserver/trunk/pom.xml

Modified: mina/ftpserver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=1196490&r1=1196489&r2=1196490&view=diff
==============================================================================
--- mina/ftpserver/trunk/pom.xml (original)
+++ mina/ftpserver/trunk/pom.xml Wed Nov  2 08:17:32 2011
@@ -7,15 +7,15 @@
  to you under the Apache License, Version 2.0 (the
  "License"); you may not use this file except in compliance
  with the License.  You may obtain a copy of the License at
- 
+
    http://www.apache.org/licenses/LICENSE-2.0
- 
+
  Unless required by applicable law or agreed to in writing,
  software distributed under the License is distributed on an
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  KIND, either express or implied.  See the License for the
  specific language governing permissions and limitations
- under the License. -->  
+ under the License. -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -173,13 +173,13 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.5.2</version>
+        <version>1.6.4</version>
       </dependency>
 
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>jcl-over-slf4j</artifactId>
-        <version>1.5.2</version>
+        <version>1.6.4</version>
       </dependency>
 
       <!-- Test dependencies -->
@@ -188,7 +188,7 @@
         <artifactId>junit</artifactId>
         <version>4.8.2</version>
       </dependency>
- 
+
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
@@ -198,9 +198,9 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5.2</version>
+        <version>1.6.4</version>
       </dependency>
-    
+
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
@@ -331,7 +331,7 @@
           </archive>
         </configuration>
       </plugin>
-      
+
       <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>