You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/07/11 17:22:20 UTC

[30/50] [abbrv] commons-collections git commit: Update from JUnit 4.11 to 4.12.

Update from JUnit 4.11 to 4.12.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744810 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/ff4f0185
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/ff4f0185
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/ff4f0185

Branch: refs/heads/master
Commit: ff4f018553ac76f48e0f832e996812e95eae5cdd
Parents: 5187b21
Author: Gary D. Gregory <gg...@apache.org>
Authored: Fri May 20 23:02:13 2016 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Fri May 20 23:02:13 2016 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/ff4f0185/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e694eda..0c6f24a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>