Skip to content

Commit 2859787

Browse files
committed
[CSV-187] Update platform requirement from Java 6 to 7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748078 13f79535-47bb-0310-9956-ffa450edef68
1 parent 70b782d commit 2859787

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
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>

0 commit comments

Comments
 (0)