Upgrading slf4j git-svn-id: https://svn.apache.org/repos/asf/mina/ftpserver/trunk@1196490 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/commit/18c64247 Tree: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/tree/18c64247 Diff: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/diff/18c64247 Branch: refs/heads/trunk Commit: 18c6424785d68bc8f7d89479d4324e9ec2a1d5cf Parents: 943dc8e Author: Niklas Gustavsson <[email protected]> Authored: Wed Nov 2 08:17:32 2011 +0000 Committer: Niklas Gustavsson <[email protected]> Committed: Wed Nov 2 08:17:32 2011 +0000 ---------------------------------------------------------------------- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-ftpserver/blob/18c64247/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 61260b7..75a8e7a 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
