File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments