You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2021/04/26 08:44:10 UTC

[hadoop] branch branch-3.2 updated: Revert "HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2952)"

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

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


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

commit ef197db8b909921e7fba785e90b78780bfa5a580
Author: Wei-Chiu Chuang <we...@apache.org>
AuthorDate: Mon Apr 26 16:43:00 2021 +0800

    Revert "HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2952)"
    
    This reverts commit dc30b34079c2ebceb561c4196b1c9953830a7988.
---
 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 09381a1..bbeabd8 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1924,11 +1924,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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org