Target Java 8.

To allow dependence on spin-off components that also target Java 8.
This commit is contained in:
Gilles 2018-02-02 17:04:03 +01:00
parent 60bcdd450d
commit 036a2cae25
1 changed files with 2 additions and 2 deletions

View File

@ -466,8 +466,8 @@
<commons.jira.id>MATH</commons.jira.id>
<commons.jira.pid>12310485</commons.jira.pid>
<commons.encoding>UTF-8</commons.encoding>
<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>
<math.pmd.version>3.8</math.pmd.version>
<math.findbugs.version>3.0.4</math.findbugs.version>
<math.checkstyle.version>2.17</math.checkstyle.version>