Author: britter
Date: Mon Jul 14 17:55:09 2014
New Revision: 1610471

URL: http://svn.apache.org/r1610471
Log:
Document Java version requirements correctly

Modified:
    commons/proper/csv/trunk/RELEASE-NOTES.txt
    commons/proper/csv/trunk/pom.xml
    commons/proper/csv/trunk/src/changes/release-notes.vm
    commons/proper/csv/trunk/src/site/xdoc/index.xml

Modified: commons/proper/csv/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/RELEASE-NOTES.txt?rev=1610471&r1=1610470&r2=1610471&view=diff
==============================================================================
--- commons/proper/csv/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/csv/trunk/RELEASE-NOTES.txt Mon Jul 14 17:55:09 2014
@@ -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.

Modified: commons/proper/csv/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1610471&r1=1610470&r2=1610471&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon Jul 14 17:55:09 2014
@@ -121,8 +121,8 @@ CSV files of various types.
     <commons.componentid>csv</commons.componentid>
     <commons.jira.id>CSV</commons.jira.id>
     <commons.jira.pid>12313222</commons.jira.pid>
-    <maven.compiler.source>1.5</maven.compiler.source>
-    <maven.compiler.target>1.5</maven.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
     <!-- Ensure copies work OK (can be removed later when this is in parent 
POM) -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Modified: commons/proper/csv/trunk/src/changes/release-notes.vm
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/changes/release-notes.vm?rev=1610471&r1=1610470&r2=1610471&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/csv/trunk/src/changes/release-notes.vm Mon Jul 14 17:55:09 
2014
@@ -25,7 +25,7 @@ INTRODUCTION:
 This document contains the release notes for the ${version} 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.
 
 $introduction.replaceAll("(?<!\015)\012", "
 ").replaceAll("(?m)^ +","")

Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/xdoc/index.xml?rev=1610471&r1=1610470&r2=1610471&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/csv/trunk/src/site/xdoc/index.xml Mon Jul 14 17:55:09 2014
@@ -41,7 +41,7 @@ limitations under the License.
     and various <a href="project-reports.html">project reports</a> are 
provided.
   </p>
   <p>
-    The JavaDoc API documents for the <a 
href="javadocs/api-1.0/index.html">current stable release 1.0</a> [Java 5.0+] 
can be viewed in a web browser.
+    The JavaDoc API documents for the <a 
href="javadocs/api-1.0/index.html">current stable release 1.0</a> [Java 7.0+] 
can be viewed in a web browser.
   </p>
   <p>
     The <a href="source-repository.html">subversion repository</a> can be


Reply via email to