Repository: commons-dbcp
Updated Branches:
  refs/heads/master 167035630 -> b7c4735e7


Prepare for 2.3.0 release.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/b7c4735e
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/b7c4735e
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/b7c4735e

Branch: refs/heads/master
Commit: b7c4735e7abe2cb481b3bfd14b3db0ee4aa8bf9e
Parents: 1670356
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Mon May 7 22:19:52 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Mon May 7 22:19:52 2018 -0600

----------------------------------------------------------------------
 CONTRIBUTING.md | 2 +-
 README.md       | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/b7c4735e/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 97eb3d0..da4e203 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -50,7 +50,7 @@ Getting Started
 
 + Make sure you have a [JIRA account](https://issues.apache.org/jira/).
 + Make sure you have a [GitHub account](https://github.com/signup/free).
-+ If you're planning to implement a new feature it makes sense to discuss 
you're changes on the [dev list](https://commons.apache.org/mail-lists.html) 
first. This way you can make sure you're not wasting your time on something 
that isn't considered to be in Apache Commons DBCP's scope.
++ If you're planning to implement a new feature it makes sense to discuss your 
changes on the [dev list](https://commons.apache.org/mail-lists.html) first. 
This way you can make sure you're not wasting your time on something that isn't 
considered to be in Apache Commons DBCP's scope.
 + Submit a [Jira Ticket][jira] for your issue, assuming one does not already 
exist.
   + Clearly describe the issue including steps to reproduce when it is a bug.
   + Make sure you fill in the earliest version that you know has the issue.

http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/b7c4735e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e6599b6..bc31f78 100644
--- a/README.md
+++ b/README.md
@@ -43,10 +43,10 @@
 Apache Commons DBCP
 ===================
 
-[![Build 
Status](https://travis-ci.org/apache/commons-dbcp2.svg?branch=master)](https://travis-ci.org/apache/commons-dbcp2)
-[![Coverage 
Status](https://coveralls.io/repos/apache/commons-dbcp2/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-dbcp2)
+[![Build 
Status](https://travis-ci.org/apache/commons-dbcp2.svg)](https://travis-ci.org/apache/commons-dbcp2)
+[![Coverage 
Status](https://coveralls.io/repos/apache/commons-dbcp2/badge.svg)](https://coveralls.io/r/apache/commons-dbcp2)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-dbcp2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-dbcp2/)
-[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-dbcp2/2.3.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-dbcp2/2.3.0)
 
 Apache Commons DBCP software implements Database Connection Pooling
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-dbcp2</artifactId>
-  <version>2.2</version>
+  <version>2.3.0</version>
 </dependency>
 ```
 

Reply via email to