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/04 15:42:28 UTC

commons-dbutils git commit: update README.md

Repository: commons-dbutils
Updated Branches:
  refs/heads/master 469d4a85c -> 5dad81322


update README.md


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

Branch: refs/heads/master
Commit: 5dad81322639af165d5fc5ba7016c7bc9e172a4c
Parents: 469d4a8
Author: pascalschumacher <pa...@gmx.net>
Authored: Fri Aug 4 17:42:23 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Fri Aug 4 17:42:23 2017 +0200

----------------------------------------------------------------------
 README.md | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/5dad8132/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f843681..924ba72 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,15 @@
 Apache Commons DbUtils
 ===================
 
+[![Build Status](https://travis-ci.org/apache/commons-dbutils.svg?branch=master)](https://travis-ci.org/apache/commons-dbutils)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-dbutils/commons-dbutils/)
+
 The Apache Commons DbUtils package is a set of Java utility classes for easing JDBC development.
 
 Documentation
 -------------
 
-More information can be found on the [homepage](https://commons.apache.org/proper/commons-dbutils).
+More information can be found on the [Apache Commons DbUtils homepage](https://commons.apache.org/proper/commons-dbutils).
 The [JavaDoc](https://commons.apache.org/proper/commons-dbutils/javadocs/api-release) can be browsed.
 Questions related to the usage of Apache Commons DbUtils should be posted to the [user mailing list][ml].
 
@@ -69,7 +72,7 @@ Alternatively you can pull it from the central Maven repositories:
 Contributing
 ------------
 
-We accept PRs via github. The [developer mailing list][ml] is the main channel of communication for contributors.
+We accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.
 There are some guidelines which will make applying PRs easier for us:
 + No tabs! Please use spaces for indentation.
 + Respect the code style.
@@ -81,7 +84,9 @@ You can learn more about contributing via GitHub in our [contribution guidelines
 
 License
 -------
-Code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0.txt).
+This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
+
+See the `NOTICE.txt` file for required notices and attributions.
 
 Donations
 ---------
@@ -91,8 +96,8 @@ Additional Resources
 --------------------
 
 + [Apache Commons Homepage](https://commons.apache.org/)
-+ [Apache Bugtracker (JIRA)](https://issues.apache.org/jira/)
++ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/DBUTILS)
 + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
-+ #apachecommons IRC channel on freenode.org
++ `#apache-commons` IRC channel on `irc.freenode.org`
 
 [ml]:https://commons.apache.org/mail-lists.html