mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-09 03:25:25 +00:00
[COLLECTIONS-688] Update platform requirement from Java 7 to 8.
This commit is contained in:
parent
46932f034f
commit
482762a13f
6
pom.xml
6
pom.xml
@ -23,7 +23,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>commons-collections4</artifactId>
|
<artifactId>commons-collections4</artifactId>
|
||||||
<version>4.2.1-SNAPSHOT</version>
|
<version>4.3-SNAPSHOT</version>
|
||||||
<name>Apache Commons Collections</name>
|
<name>Apache Commons Collections</name>
|
||||||
|
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
@ -472,8 +472,8 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<maven.compiler.source>1.7</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.7</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
This is also used to generate download_xxx file name.
|
This is also used to generate download_xxx file name.
|
||||||
|
@ -20,7 +20,10 @@
|
|||||||
<title>Commons Collections Changes</title>
|
<title>Commons Collections Changes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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>
|
||||||
<release version="4.2" date="2018-07-11" description="Update from Java 6 to Java 7, bug fixes, and small changes.">
|
<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">
|
<action issue="COLLECTIONS-681" dev="kinow" type="add" due-to="Stephan Fuhrmann">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user