Author: cbrisson
Date: Mon Mar 23 16:24:20 2020
New Revision: 1875546

URL: http://svn.apache.org/viewvc?rev=1875546&view=rev
Log:
[tools] Fix typo in parent pom

Modified:
    velocity/tools/trunk/pom.xml

Modified: velocity/tools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=1875546&r1=1875545&r2=1875546&view=diff
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Mon Mar 23 16:24:20 2020
@@ -206,7 +206,7 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <showDeprecation>true</showDeprecation>
-          <showWarning>true</showWarning>
+          <showWarnings>true</showWarnings>
           <source>${maven.compiler.source}</source>
           <target>${maven.compiler.target}</target>
         </configuration>


Reply via email to