I meant to include this in the release branch, but I somehow ended up committing some things out of order.
On 27 July 2016 at 07:40, Benedikt Ritter <brit...@apache.org> wrote: > 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> > > ``` > > > > > > > > > -- Matt Sicker <boa...@gmail.com>