Author: sebb
Date: Tue May 14 17:11:16 2013
New Revision: 1482470
URL: http://svn.apache.org/r1482470
Log:
DBUTILS-103 fix Dependencies documentation to reference correct Java version
Modified:
commons/proper/dbutils/trunk/src/site/xdoc/index.xml
Modified: commons/proper/dbutils/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/site/xdoc/index.xml?rev=1482470&r1=1482469&r2=1482470&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/dbutils/trunk/src/site/xdoc/index.xml Tue May 14 17:11:16
2013
@@ -115,7 +115,7 @@ Please see <a href="examples.html">Examp
<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>