From 285978743f71bbce1f3a12a14ff0c6cf5a401c54 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Mon, 13 Jun 2016 02:28:47 +0000 Subject: [PATCH] [CSV-187] Update platform requirement from Java 6 to 7. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748078 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++--- src/changes/changes.xml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e1e028be..71706649 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ limitations under the License. org.apache.commons commons-csv - 1.4.1-SNAPSHOT + 1.5-SNAPSHOT Apache Commons CSV http://commons.apache.org/proper/commons-csv/ @@ -131,8 +131,8 @@ CSV files of various types. csv CSV 12313222 - 1.6 - 1.6 + 1.7 + 1.7 UTF-8 UTF-8 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8cbda33f..90f435f5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,7 +38,8 @@ Release Notes - + + Update platform requirement from Java 6 to 7. Make CSVPrinter.print(Object) GC-free.