You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/26 18:54:14 UTC

commons-pool git commit: Prepare for 2.6.0 RC.

Repository: commons-pool
Updated Branches:
  refs/heads/master 41bf71b0f -> d27a2bceb


Prepare for 2.6.0 RC.

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

Branch: refs/heads/master
Commit: d27a2bceb9af212ccb635b49816bbaed82e05539
Parents: 41bf71b
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat May 26 12:54:08 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat May 26 12:54:08 2018 -0600

----------------------------------------------------------------------
 CONTRIBUTING.md |  4 ++--
 README.md       | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/d27a2bce/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0fd62f5..e96bd01 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 Pool'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 Pool'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.
@@ -107,7 +107,7 @@ Additional Resources
 + [Apache Commons Pool JIRA project page][jira]
 + [Contributor License Agreement][cla]
 + [General GitHub documentation](https://help.github.com/)
-+ [GitHub pull request documentation](https://help.github.com/send-pull-requests/)
++ [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/)
 + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
 + `#apache-commons` IRC channel on `irc.freenode.net`
 

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/d27a2bce/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8ce0cb1..d0d0497 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,12 @@
 Apache Commons Pool
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-pool.svg)](https://travis-ci.org/apache/commons-pool)
-[![Coverage Status](https://coveralls.io/repos/github/apache/commons-pool/badge.svg?branch=master)](https://coveralls.io/github/apache/commons-pool?branch=master)
+[![Build Status](https://travis-ci.org/apache/commons-pool2.svg)](https://travis-ci.org/apache/commons-pool2)
+[![Coverage Status](https://coveralls.io/repos/apache/commons-pool2/badge.svg)](https://coveralls.io/r/apache/commons-pool2)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-pool2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-pool2/)
-[![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-pool2/2.6.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-pool2/2.6.0)
 
-The Apache Commons Object Pooling Library.
+${project.description}
 
 Documentation
 -------------
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-pool2</artifactId>
-  <version>2.5.0</version>
+  <version>2.6.0</version>
 </dependency>
 ```