Target Java 8.
To allow dependence on spin-off components that also target Java 8.
This commit is contained in:
parent
60bcdd450d
commit
036a2cae25
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue