Author: ggregory
Date: Mon Jun 13 02:28:47 2016
New Revision: 1748078
URL: http://svn.apache.org/viewvc?rev=1748078&view=rev
Log:
[CSV-187] Update platform requirement from Java 6 to 7.
Modified:
commons/proper/csv/trunk/pom.xml
commons/proper/csv/trunk/src/changes/changes.xml
Modified: commons/proper/csv/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1748078&r1=1748077&r2=1748078&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon Jun 13 02:28:47 2016
@@ -24,7 +24,7 @@ limitations under the License.
</parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<name>Apache Commons CSV</name>
<url>http://commons.apache.org/proper/commons-csv/</url>
<description>
@@ -131,8 +131,8 @@ CSV files of various types.
<commons.componentid>csv</commons.componentid>
<commons.jira.id>CSV</commons.jira.id>
<commons.jira.pid>12313222</commons.jira.pid>
- <maven.compiler.source>1.6</maven.compiler.source>
- <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.7</maven.compiler.source>
+ <maven.compiler.target>1.7</maven.compiler.target>
<!-- Ensure copies work OK (can be removed later when this is in parent
POM) -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Modified: commons/proper/csv/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/changes/changes.xml?rev=1748078&r1=1748077&r2=1748078&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/changes/changes.xml (original)
+++ commons/proper/csv/trunk/src/changes/changes.xml Mon Jun 13 02:28:47 2016
@@ -38,7 +38,8 @@
<title>Release Notes</title>
</properties>
<body>
- <release version="1.4.1" date="2016-MM-DD" description="Bug fix release">
+ <release version="1.5" date="2016-MM-DD" description="Bug fix release">
+ <action issue="CSV-187" type="update" dev="ggregory" due-to="Gary
Gregory">Update platform requirement from Java 6 to 7.</action>
</release>
<release version="1.4" date="2016-05-28" description="Feature and bug fix
release">
<action issue="CSV-181" type="update" dev="ggregory" due-to="Gary
Gregory">Make CSVPrinter.print(Object) GC-free.</action>