Author: oheger Date: Sat Jul 28 14:53:40 2018 New Revision: 1836919 URL: http://svn.apache.org/viewvc?rev=1836919&view=rev Log: Updated README.md for 2.3 release.
Modified: commons/proper/configuration/trunk/README.md Modified: commons/proper/configuration/trunk/README.md URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/README.md?rev=1836919&r1=1836918&r2=1836919&view=diff ============================================================================== --- commons/proper/configuration/trunk/README.md (original) +++ commons/proper/configuration/trunk/README.md Sat Jul 28 14:53:40 2018 @@ -66,7 +66,7 @@ Alternatively you can pull it from the c <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> - <version>2.2</version> + <version>2.3</version> </dependency> ```