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:02 UTC

[12/50] [abbrv] commons-collections git commit: Update readme with latest version.

Update readme with latest version.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1717614 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/33f04b39
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/33f04b39
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/33f04b39

Branch: refs/heads/master
Commit: 33f04b39debcae2599dcdcfd23af4fa7f9aad9ce
Parents: 2db76b1
Author: Thomas Neidhart <tn...@apache.org>
Authored: Wed Dec 2 11:36:14 2015 +0000
Committer: Thomas Neidhart <tn...@apache.org>
Committed: Wed Dec 2 11:36:14 2015 +0000

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/33f04b39/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2947480..1a5e87d 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-collections4</artifactId>
-  <version>4.0</version>
+  <version>4.1</version>
 </dependency>
 ```