From 01d042aaf46936565fa69e1ada1b642a52f7d195 Mon Sep 17 00:00:00 2001 From: Nakul Joshi Date: Fri, 17 May 2024 15:25:14 -0700 Subject: [PATCH] Update maven compiler plugin to 3.13.0 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). --- amazon-kinesis-client-multilang/pom.xml | 5 ++--- amazon-kinesis-client/pom.xml | 5 ++--- pom.xml | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/amazon-kinesis-client-multilang/pom.xml b/amazon-kinesis-client-multilang/pom.xml index 8b8075627..e213c3fd4 100644 --- a/amazon-kinesis-client-multilang/pom.xml +++ b/amazon-kinesis-client-multilang/pom.xml @@ -130,10 +130,9 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 - 1.8 - 1.8 + 8 UTF-8 diff --git a/amazon-kinesis-client/pom.xml b/amazon-kinesis-client/pom.xml index 4a6c09b07..e34095c37 100644 --- a/amazon-kinesis-client/pom.xml +++ b/amazon-kinesis-client/pom.xml @@ -185,10 +185,9 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 - 1.8 - 1.8 + 8 UTF-8 diff --git a/pom.xml b/pom.xml index 69ad327ac..272d29cff 100644 --- a/pom.xml +++ b/pom.xml @@ -99,10 +99,9 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 - 1.8 - 1.8 + 8 UTF-8