You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2016/07/27 01:40:59 UTC

svn commit: r1754200 - /commons/proper/dbcp/trunk/README.md

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>
 ```
 



Re: svn commit: r1754200 - /commons/proper/dbcp/trunk/README.md

Posted by Matt Sicker <bo...@gmail.com>.
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 <br...@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
>
> <ma...@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 <bo...@gmail.com>

Re: svn commit: r1754200 - /commons/proper/dbcp/trunk/README.md

Posted by Benedikt Ritter <br...@apache.org>.
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

<ma...@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>
>  ```
>
>
>
>