You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2017/07/21 04:01:20 UTC

[03/10] commons-dbutils git commit: Update readme for 1.7 release

Update readme for 1.7 release


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

Branch: refs/heads/master
Commit: dd548963114debcfe02c64c83ccfe52e0814bbbd
Parents: df888ad
Author: Carl Hall <th...@apache.org>
Authored: Sat Jul 8 23:33:10 2017 -0700
Committer: Carl Hall <th...@apache.org>
Committed: Thu Jul 20 20:59:49 2017 -0700

----------------------------------------------------------------------
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/dd548963/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3184a53..f843681 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,7 @@
 Apache Commons DbUtils
 ===================
 
-The Apache Commons DbUtils package is a set of
-  Java utility classes for easing JDBC development.
+The Apache Commons DbUtils package is a set of Java utility classes for easing JDBC development.
 
 Documentation
 -------------
@@ -63,7 +62,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>commons-dbutils</groupId>
   <artifactId>commons-dbutils</artifactId>
-  <version>1.6</version>
+  <version>1.7</version>
 </dependency>
 ```