Author: tn Date: Wed Dec 2 11:36:14 2015 New Revision: 1717614 URL: http://svn.apache.org/viewvc?rev=1717614&view=rev Log: Update readme with latest version.
Modified: commons/proper/collections/trunk/README.md Modified: commons/proper/collections/trunk/README.md URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/README.md?rev=1717614&r1=1717613&r2=1717614&view=diff ============================================================================== --- commons/proper/collections/trunk/README.md (original) +++ commons/proper/collections/trunk/README.md Wed Dec 2 11:36:14 2015 @@ -67,7 +67,7 @@ Alternatively you can pull it from the c <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.0</version> + <version>4.1</version> </dependency> ```