You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by df...@apache.org on 2009/11/05 02:35:13 UTC

svn commit: r832965 - /commons/proper/dbutils/trunk/xdocs/index.xml

Author: dfabulich
Date: Thu Nov  5 01:35:12 2009
New Revision: 832965

URL: http://svn.apache.org/viewvc?rev=832965&view=rev
Log:
Now we require a Java 1.5 JRE

Modified:
    commons/proper/dbutils/trunk/xdocs/index.xml

Modified: commons/proper/dbutils/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/xdocs/index.xml?rev=832965&r1=832964&r2=832965&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/xdocs/index.xml (original)
+++ commons/proper/dbutils/trunk/xdocs/index.xml Thu Nov  5 01:35:12 2009
@@ -113,7 +113,7 @@
 <section name="Dependencies">
     <p>
     DbUtils is intentionally a single jar distribution and relies only on 
-    a standard Java 1.4 or later JRE.
+    a standard Java 1.5 or later JRE.
     </p> 
 </section>