Hello Matt, I usually update the Reame.md only after the release, because it will be live at GitHub, the moment you commit it to trunk. People may start looking for something that has not yet been released.
Regards, Benedikt <mattsic...@apache.org> schrieb am Mi., 27. Juli 2016 um 03:41 Uhr: > Author: mattsicker > Date: Wed Jul 27 01:40:59 2016 > New Revision: 1754200 > > URL: http://svn.apache.org/viewvc?rev=1754200&view=rev > Log: > Fix version number > > Modified: > commons/proper/dbcp/trunk/README.md > > Modified: commons/proper/dbcp/trunk/README.md > URL: > http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/README.md?rev=1754200&r1=1754199&r2=1754200&view=diff > > ============================================================================== > --- commons/proper/dbcp/trunk/README.md (original) > +++ commons/proper/dbcp/trunk/README.md Wed Jul 27 01:40:59 2016 > @@ -62,7 +62,7 @@ Alternatively you can pull it from the c > <dependency> > <groupId>org.apache.commons</groupId> > <artifactId>commons-dbcp2</artifactId> > - <version>2.1.1</version> > + <version>2.2</version> > </dependency> > ``` > > > >