You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/02/09 16:25:33 UTC

svn commit: r1782364 - /commons/proper/configuration/trunk/README.md

Author: britter
Date: Thu Feb  9 16:25:32 2017
New Revision: 1782364

URL: http://svn.apache.org/viewvc?rev=1782364&view=rev
Log:
Update documentation for GitHub contributors after 2.1.1 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=1782364&r1=1782363&r2=1782364&view=diff
==============================================================================
--- commons/proper/configuration/trunk/README.md (original)
+++ commons/proper/configuration/trunk/README.md Thu Feb  9 16:25:32 2017
@@ -62,7 +62,7 @@ Alternatively you can pull it from the c
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-configuration2</artifactId>
-  <version>2.1</version>
+  <version>2.1.1</version>
 </dependency>
 ```