Skip to content

Commit

Permalink
upgrade maven.plugin-tools.version to 3.10.2 for jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
myandpr committed Oct 20, 2024
1 parent 99c449c commit 503c336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-maven-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<name>Apache Hadoop Maven Plugins</name>
<properties>
<maven.dependency.version>3.9.5</maven.dependency.version>
<maven.plugin-tools.version>3.10.2</maven.plugin-tools.version>
<maven.plugin-tools.version>3.10.1</maven.plugin-tools.version>
<plexus.classworlds.version>2.7.0</plexus.classworlds.version>
<sisu.inject.version>0.3.5</sisu.inject.version>
</properties>
Expand Down
1 change: 1 addition & 0 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2762,6 +2762,7 @@
</activation>
<properties>
<maven.compiler.release>${javac.version}</maven.compiler.release>
<maven.plugin-tools.version>3.10.2</maven.plugin-tools.version>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 503c336

Please sign in to comment.