Skip to content

Commit 2d91927

Browse files
author
Gary Gregory
committed
Oops, I did not mean to update to Java 7 yet.
1 parent 4fd494d commit 2d91927

1 file changed

Lines changed: 3 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.6</commons.release.version>
138-
<commons.release.desc>(Java 8+)</commons.release.desc>
138+
<commons.release.desc>(Java 7+)</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.8</maven.compiler.source>
147-
<maven.compiler.target>1.8</maven.compiler.target>
146+
<maven.compiler.source>1.7</maven.compiler.source>
147+
<maven.compiler.target>1.7</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>

0 commit comments

Comments
 (0)