File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ CSV files of various types.
6666 <commons .componentid>csv</commons .componentid>
6767 <commons .jira.id>CSV</commons .jira.id>
6868 <commons .jira.pid>12313222</commons .jira.pid>
69- <maven .compile.source>1.5 </maven .compile.source>
70- <maven .compile.target>1.5 </maven .compile.target>
69+ <maven .compile.source>1.7 </maven .compile.source>
70+ <maven .compile.target>1.7 </maven .compile.target>
7171 </properties >
7272
7373 <reporting >
Original file line number Diff line number Diff line change 1+ org.apache.commons.csv.CSVFormat
2+ org.apache.commons.csv.CSVLexer
3+ org.apache.commons.csv.CSVParser$1
4+ org.apache.commons.csv.CSVParser$2
5+ org.apache.commons.csv.CSVParser
6+ org.apache.commons.csv.CSVPrinter
7+ org.apache.commons.csv.CSVRecord
8+ org.apache.commons.csv.ExtendedBufferedReader
9+ org.apache.commons.csv.Lexer
10+ org.apache.commons.csv.Token$Type
11+ org.apache.commons.csv.Token
Original file line number Diff line number Diff line change 1+ cd ../
2+ mvn package -Dmaven.test.skip=true
3+ cd target/classes
You can’t perform that action at this time.
0 commit comments