Skip to content

Commit 1305ef1

Browse files
author
Gary Gregory
committed
[CSV-237] Update to Java 8.
1 parent f69a789 commit 1305ef1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,16 @@ CSV files of various types.
135135

136136
<properties>
137137
<commons.release.version>1.7</commons.release.version>
138-
<commons.release.desc>(Java 7+)</commons.release.desc>
138+
<commons.release.desc>(Java 8)</commons.release.desc>
139139
<!-- The RC version used in the staging repository URL. -->
140140
<commons.rc.version>RC1</commons.rc.version>
141141
<commons.componentid>csv</commons.componentid>
142142
<commons.module.name>org.apache.commons.csv</commons.module.name>
143143
<commons.jira.id>CSV</commons.jira.id>
144144
<commons.jira.pid>12313222</commons.jira.pid>
145145
<project.inceptionYear>2005</project.inceptionYear>
146-
<maven.compiler.source>1.7</maven.compiler.source>
147-
<maven.compiler.target>1.7</maven.compiler.target>
146+
<maven.compiler.source>1.8</maven.compiler.source>
147+
<maven.compiler.target>1.8</maven.compiler.target>
148148
<!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
149149
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
150150
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<action issue="CSV-208" type="fix" dev="ggregory" due-to="Jurrie Overgoor">Fix escape character for POSTGRESQL_TEXT and POSTGRESQL_CSV formats.</action>
4444
<action issue="CSV-232" type="fix" dev="ggregory" due-to="Jurrie Overgoor, Gary Gregory">Site link "Source Repository" does not work.</action>
4545
<action issue="CSV-234" type="add" dev="ggregory" due-to="Roberto Benedetti, Gary Gregory">Add support for java.sql.Clob.</action>
46+
<action issue="CSV-237" type="update" dev="ggregory" due-to="Gary Gregory">Update to Java 8.</action>
4647
</release>
4748
<release version="1.6" date="2018-09-22" description="Feature and bug fix release">
4849
<action issue="CSV-231" type="update" dev="britter">Add more documentation to CSVPrinter.</action>

0 commit comments

Comments
 (0)