Skip to content

Commit

Permalink
maven.compiler.release only for 8
Browse files Browse the repository at this point in the history
  • Loading branch information
myandpr committed Oct 20, 2024
1 parent 503c336 commit aa2ae1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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.1</maven.plugin-tools.version>
<maven.plugin-tools.version>3.10.2</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
3 changes: 1 addition & 2 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2761,8 +2761,7 @@
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>${javac.version}</maven.compiler.release>
<maven.plugin-tools.version>3.10.2</maven.plugin-tools.version>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit aa2ae1e

Please sign in to comment.