File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ limitations under the License.
2424 </parent >
2525 <groupId >org.apache.commons</groupId >
2626 <artifactId >commons-csv</artifactId >
27- <version >1.4.1 -SNAPSHOT</version >
27+ <version >1.5 -SNAPSHOT</version >
2828 <name >Apache Commons CSV</name >
2929 <url >http://commons.apache.org/proper/commons-csv/</url >
3030 <description >
@@ -131,8 +131,8 @@ CSV files of various types.
131131 <commons .componentid>csv</commons .componentid>
132132 <commons .jira.id>CSV</commons .jira.id>
133133 <commons .jira.pid>12313222</commons .jira.pid>
134- <maven .compiler.source>1.6 </maven .compiler.source>
135- <maven .compiler.target>1.6 </maven .compiler.target>
134+ <maven .compiler.source>1.7 </maven .compiler.source>
135+ <maven .compiler.target>1.7 </maven .compiler.target>
136136 <!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
137137 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
138138 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
Original file line number Diff line number Diff line change 3838 <title >Release Notes</title >
3939 </properties >
4040 <body >
41- <release version =" 1.4.1" date =" 2016-MM-DD" description =" Bug fix release" >
41+ <release version =" 1.5" date =" 2016-MM-DD" description =" Bug fix release" >
42+ <action issue =" CSV-187" type =" update" dev =" ggregory" due-to =" Gary Gregory" >Update platform requirement from Java 6 to 7.</action >
4243 </release >
4344 <release version =" 1.4" date =" 2016-05-28" description =" Feature and bug fix release" >
4445 <action issue =" CSV-181" type =" update" dev =" ggregory" due-to =" Gary Gregory" >Make CSVPrinter.print(Object) GC-free.</action >
You can’t perform that action at this time.
0 commit comments