Skip to content

Commit

Permalink
Update Maven compiler plugin to 3.13.0
Browse files Browse the repository at this point in the history
This version of the compiler plugin supports the `--release` option as
documented [here](https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-release.html)
  • Loading branch information
nakulj committed May 18, 2024
1 parent 0ea1f4c commit 9f0bf86
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions amazon-kinesis-client-multilang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>8</source>
<target>8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down
2 changes: 0 additions & 2 deletions amazon-kinesis-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>8</source>
<target>8</target>
<release>8</release>
<encoding>UTF-8</encoding>
</configuration>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>8</source>
<target>8</target>
<release>8</release>
<encoding>UTF-8</encoding>
</configuration>
Expand Down

0 comments on commit 9f0bf86

Please sign in to comment.