Repository: commons-dbutils Updated Branches: refs/heads/release ab593fd40 -> 33a1e3028
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/cd4eb5f9 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/cd4eb5f9 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/cd4eb5f9 Branch: refs/heads/release Commit: cd4eb5f90ca7982a68993de89c9069cad654d69c Parents: ab593fd Author: Carl Hall <[email protected]> Authored: Sat Jul 8 23:33:10 2017 -0700 Committer: Carl Hall <[email protected]> Committed: Sat Jul 8 23:33:10 2017 -0700 ---------------------------------------------------------------------- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/cd4eb5f9/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> ```
