Skip to content

Commit e04bc5c

Browse files
committed
pom.xml(maven-compiler-plugin): update to 3.6.0
See https://mail-archives.apache.org/mod_mbox/maven-announce/201610.mbox/%3Cop.yp5p3mm2kdkhrr%40desktop-2khsk44.dynamic.ziggo.nl%3E Also activate new failOnWarning option. No functional changes.
1 parent 211473f commit e04bc5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
<commons-pool.version>1.5.4</commons-pool.version>
369369

370370
<commons.lang.version>3.4</commons.lang.version>
371-
<compiler.plugin.version>3.5.1</compiler.plugin.version>
371+
<compiler.plugin.version>3.6.0</compiler.plugin.version>
372372
<coveralls.plugin.version>2.2.0</coveralls.plugin.version>
373373
<enforcer.plugin.version>1.4.1</enforcer.plugin.version>
374374
<failsafe.plugin.version>2.19.1</failsafe.plugin.version>
@@ -630,6 +630,7 @@
630630
<showDeprecation>true</showDeprecation>
631631
<showWarnings>true</showWarnings>
632632
<debug>false</debug>
633+
<failOnWarning>true</failOnWarning>
633634
</configuration>
634635
</plugin>
635636

0 commit comments

Comments
 (0)