Skip to content

Commit 1425512

Browse files
committed
Revert "HADOOP-17661. mvn versions:set fails to parse pom.xml. (#2952)"
This reverts commit d525e1e.
1 parent d525e1e commit 1425512

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hadoop-project/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,11 +2267,11 @@
22672267
<fork>true</fork>
22682268
<source>${javac.version}</source>
22692269
<target>${javac.version}</target>
2270-
<compilerArgs>
2271-
<arg>-Xlint</arg>
2272-
<arg>-Xlint:unchecked</arg>
2273-
<arg>-Xmaxwarns=9999</arg>
2274-
</compilerArgs>
2270+
<compilerArguments>
2271+
<Xlint/>
2272+
<Xlint:-unchecked/>
2273+
<Xmaxwarns>9999</Xmaxwarns>
2274+
</compilerArguments>
22752275
</configuration>
22762276
</plugin>
22772277
</plugins>

0 commit comments

Comments
 (0)