This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new bbf62a0  Revert "HADOOP-17661. mvn versions:set fails to parse 
pom.xml. (#2952)"
bbf62a0 is described below

commit bbf62a05623c3ff9943ccbb04e2a97b8997af15a
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Mon Apr 26 16:42:32 2021 +0800

    Revert "HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2952)"
    
    This reverts commit 66dda86fecee966c7b0625b19f700a43db9787a3.
---
 hadoop-project/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 879c5dd..8f229a0 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -2283,11 +2283,11 @@
               <fork>true</fork>
               <source>${javac.version}</source>
               <target>${javac.version}</target>
-              <compilerArgs>
-                <arg>-Xlint</arg>
-                <arg>-Xlint:unchecked</arg>
-                <arg>-Xmaxwarns=9999</arg>
-              </compilerArgs>
+              <compilerArguments>
+                <Xlint/>
+                               <Xlint:-unchecked/>
+                <Xmaxwarns>9999</Xmaxwarns>
+              </compilerArguments>
             </configuration>
           </plugin>
         </plugins>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to