[COLLECTIONS-688] Update platform requirement from Java 7 to 8.

This commit is contained in:
Gary Gregory 2018-07-15 12:08:27 -06:00
parent 46932f034f
commit 482762a13f
2 changed files with 7 additions and 4 deletions

View File

@ -23,7 +23,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-collections4</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3-SNAPSHOT</version>
<name>Apache Commons Collections</name>
<inceptionYear>2001</inceptionYear>
@ -472,8 +472,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!--
This is also used to generate download_xxx file name.

View File

@ -20,7 +20,10 @@
<title>Commons Collections Changes</title>
</properties>
<body>
<release version="4.2.1" date="2018-MM-DD" description="Bug fixes, and small changes.">
<release version="4.3" date="2018-MM-DD" description="Bug fixes, and small changes.">
<action issue="COLLECTIONS-688" dev="ggregory" type="update">
Update platform requirement from Java 7 to 8.
</action>
</release>
<release version="4.2" date="2018-07-11" description="Update from Java 6 to Java 7, bug fixes, and small changes.">
<action issue="COLLECTIONS-681" dev="kinow" type="add" due-to="Stephan Fuhrmann">