DBUTILS-103 fix Dependencies documentation to reference correct Java version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/branches/2_0@1482469 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/c5d4dd86 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/c5d4dd86 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/c5d4dd86 Branch: refs/heads/2_0 Commit: c5d4dd8646932c44ec68ed06ffb453e27c5f7768 Parents: d9e63ee Author: Sebastian Bazley <[email protected]> Authored: Tue May 14 17:10:33 2013 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Tue May 14 17:10:33 2013 +0000 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/c5d4dd86/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 597bdd1..5d02a94 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -115,7 +115,7 @@ Please see <a href="examples.html">Examples Page</a>. <section name="Dependencies"> <p> DbUtils is intentionally a single jar distribution and relies only on - a standard Java 1.5 or later JRE. + a standard Java 1.6 or later JRE. </p> </section>
