File tree Expand file tree Collapse file tree 5 files changed +6
-56
lines changed
hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocolPB
hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/protocolPB
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/metrics Expand file tree Collapse file tree 5 files changed +6
-56
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 175175 <maven-failsafe-plugin .version>${maven-surefire-plugin.version} </maven-failsafe-plugin .version>
176176
177177 <maven-clean-plugin .version>3.1.0</maven-clean-plugin .version>
178- <maven-compiler-plugin .version>3.1</maven-compiler-plugin .version>
179178 <maven-install-plugin .version>2.5.1</maven-install-plugin .version>
180179 <maven-resources-plugin .version>2.6</maven-resources-plugin .version>
181180 <maven-shade-plugin .version>3.2.1</maven-shade-plugin .version>
18851884 <plugin >
18861885 <groupId >org.apache.maven.plugins</groupId >
18871886 <artifactId >maven-compiler-plugin</artifactId >
1888- <version >${maven-compiler-plugin.version} </version >
18891887 <configuration >
18901888 <source >${javac.version} </source >
18911889 <target >${javac.version} </target >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
117117 <spotbugs .version>4.2.2</spotbugs .version>
118118 <spotbugs-maven-plugin .version>4.2.0</spotbugs-maven-plugin .version>
119119 <jsonschema2pojo-maven-plugin .version>1.1.1</jsonschema2pojo-maven-plugin .version>
120+ <maven-compiler-plugin .version>3.10.1</maven-compiler-plugin .version>
120121
121122 <shell-executable >bash</shell-executable >
122123
@@ -478,6 +479,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
478479 <artifactId >jsonschema2pojo-maven-plugin</artifactId >
479480 <version >${jsonschema2pojo-maven-plugin.version} </version >
480481 </plugin >
482+ <plugin >
483+ <groupId >org.apache.maven.plugins</groupId >
484+ <artifactId >maven-compiler-plugin</artifactId >
485+ <version >${maven-compiler-plugin.version} </version >
486+ </plugin >
481487 </plugins >
482488 </pluginManagement >
483489
You can’t perform that action at this time.
0 commit comments