You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/08/03 19:25:56 UTC

commons-pool git commit: README.md: fix travis-ci badge

Repository: commons-pool
Updated Branches:
  refs/heads/master 476cbae16 -> 509c6a0ff


README.md: fix travis-ci badge


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

Branch: refs/heads/master
Commit: 509c6a0ff87e9a871fa14b9683cb2e26ae1147ee
Parents: 476cbae
Author: pascalschumacher <pa...@gmx.net>
Authored: Thu Aug 3 21:25:51 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Aug 3 21:25:51 2017 +0200

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/509c6a0f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d82ba73..3351bd4 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@
 Apache Commons Pool
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-pool2.svg?branch=master)](https://travis-ci.org/apache/commons-pool2)
+[![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/)
 
 Apache Commons Object Pooling Library