From 13f5a0a63c0e7029c9a38dcc0aabe2cd9ff4cecf Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Mon, 14 Jul 2014 17:55:09 +0000 Subject: [PATCH] Document Java version requirements correctly git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1610471 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 2 +- pom.xml | 4 ++-- src/changes/release-notes.vm | 2 +- src/site/xdoc/index.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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. csv CSV 12313222 - 1.5 - 1.5 + 1.7 + 1.7 UTF-8 UTF-8 diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 12e8966e..0e6a4570 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -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("(?project reports are provided.

- 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