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 2013/08/12 00:16:24 UTC

[29/50] [abbrv] git commit: JUnit => 4.8.2 Surefire => 2.8.1

JUnit => 4.8.2
Surefire => 2.8.1

git-svn-id: https://svn.apache.org/repos/asf/mina/ftpserver/trunk@1130113 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/5f980c73
Tree: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/tree/5f980c73
Diff: http://git-wip-us.apache.org/repos/asf/mina-ftpserver/diff/5f980c73

Branch: refs/heads/trunk
Commit: 5f980c73cdf2ca2f19d6652988d2babdafa7004c
Parents: 7ee2936
Author: Sebastian Bazley <se...@apache.org>
Authored: Wed Jun 1 11:57:53 2011 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Wed Jun 1 11:57:53 2011 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-ftpserver/blob/5f980c73/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fd32f44..a9f5a84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.2</version>
+        <version>4.8.2</version>
       </dependency>
  
       <dependency>
@@ -247,7 +247,7 @@
 
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
+        <version>2.8.1</version>
       </plugin>
 
       <plugin>