This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new 2d91927 Oops, I did not mean to update to Java 7 yet. 2d91927 is described below commit 2d919276bf9d7d9be9c178294dc4812506af86dd Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Feb 23 09:24:01 2019 -0500 Oops, I did not mean to update to Java 7 yet. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c51c112..4b94500 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ CSV files of various types. <properties> <commons.release.version>1.6</commons.release.version> - <commons.release.desc>(Java 8+)</commons.release.desc> + <commons.release.desc>(Java 7+)</commons.release.desc> <!-- The RC version used in the staging repository URL. --> <commons.rc.version>RC1</commons.rc.version> <commons.componentid>csv</commons.componentid> @@ -143,8 +143,8 @@ CSV files of various types. <commons.jira.id>CSV</commons.jira.id> <commons.jira.pid>12313222</commons.jira.pid> <project.inceptionYear>2005</project.inceptionYear> - <maven.compiler.source>1.8</maven.compiler.source> - <maven.compiler.target>1.8</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>