diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 909e72a7..396f9645 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -8,7 +8,7 @@ INTRODUCTION:
This document contains the release notes for the 1.0 version of Apache Commons CSV.
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
-CSV requires at least Java 5.0.
+CSV requires at least Java 7.0.
The Apache Commons CSV library provides a simple interface for reading and writing
CSV files of various types.
diff --git a/pom.xml b/pom.xml
index 20edc9e6..86a119fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,8 +121,8 @@ CSV files of various types.
- The JavaDoc API documents for the current stable release 1.0 [Java 5.0+] can be viewed in a web browser. + The JavaDoc API documents for the current stable release 1.0 [Java 7.0+] can be viewed in a web browser.
The subversion repository can be