Repository: commons-pool
Updated Branches:
  refs/heads/master 03c45cbeb -> 79c32d646


Prepare release 2.4.3.

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

Branch: refs/heads/master
Commit: 79c32d64604148718ad7edca7720c3c2b8947a5a
Parents: 03c45cb
Author: Gary Gregory <ggreg...@apache.org>
Authored: Tue Oct 24 12:40:08 2017 -0600
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Tue Oct 24 12:40:08 2017 -0600

----------------------------------------------------------------------
 README.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/79c32d64/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fb8a3bc..1b6b057 100644
--- a/README.md
+++ b/README.md
@@ -44,20 +44,22 @@ Apache Commons Pool
 ===================
 
 [![Build 
Status](https://travis-ci.org/apache/commons-pool.svg?branch=master)](https://travis-ci.org/apache/commons-pool)
-[![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/)
+[![Coverage 
Status](https://coveralls.io/repos/apache/commons-pool/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-pool)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-pool/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-pool/)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 Apache Commons Object Pooling Library
 
 Documentation
 -------------
 
-More information can be found on the [Apache Commons Pool 
homepage](https://commons.apache.org/proper/commons-pool/).
-The 
[JavaDoc](https://commons.apache.org/proper/commons-pool2/javadocs/api-release) 
can be browsed.
+More information can be found on the [Apache Commons Pool 
homepage](https://commons.apache.org/proper/commons-pool).
+The 
[JavaDoc](https://commons.apache.org/proper/commons-pool/javadocs/api-release) 
can be browsed.
 Questions related to the usage of Apache Commons Pool should be posted to the 
[user mailing list][ml].
 
 Where can I get the latest release?
 -----------------------------------
-You can download source and binaries from our [download 
page](https://commons.apache.org/proper/commons-pool2/download_pool2.cgi).
+You can download source and binaries from our [download 
page](https://commons.apache.org/proper/commons-pool/download_pool.cgi).
 
 Alternatively you can pull it from the central Maven repositories:
 
@@ -65,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.4.2</version>
+  <version>2.4.3</version>
 </dependency>
 ```
 

Reply via email to