This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 1425512 Revert "HADOOP-17661. mvn versions:set fails to parse
pom.xml. (#2952)"
1425512 is described below
commit 1425512032c22a73f5c1a392ae0c25dfc8cd8d82
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Mon Apr 26 16:42:44 2021 +0800
Revert "HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2952)"
This reverts commit d525e1e33ddfb58fdd76862db19df0ab91f3e6f5.
---
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 8385e50..9d1886b 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -2267,11 +2267,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]