From 3d9b19c7d3f42ba2cbb562cf8486e95e72608672 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 5 Oct 2023 11:58:13 -0400 Subject: [PATCH] build: removing unnecessary maven-compiler-plugin configuration (#1761) The maven-compiler-plugin configuration is already defined in the shared config pom.xml. This project does not need to declare the plugin and its configuration. https://togithub.com/googleapis/java-shared-config/blob/778a547a09de71dbf9e5a42b155f12d15c319864/pom.xml#L738 --- README.md | 8 ++++---- google-cloud-pubsub/EnableAutoValue.txt | 0 google-cloud-pubsub/pom.xml | 18 ------------------ 3 files changed, 4 insertions(+), 22 deletions(-) create mode 100644 google-cloud-pubsub/EnableAutoValue.txt diff --git a/README.md b/README.md index 7bfeb8e0c..44052f52e 100644 --- a/README.md +++ b/README.md @@ -52,20 +52,20 @@ If you are using Maven without the BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.23.0') +implementation platform('com.google.cloud:libraries-bom:26.24.0') implementation 'com.google.cloud:google-cloud-pubsub' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-pubsub:1.125.4' +implementation 'com.google.cloud:google-cloud-pubsub:1.125.5' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.125.4" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.125.5" ``` @@ -408,7 +408,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.125.4 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.125.5 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/google-cloud-pubsub/EnableAutoValue.txt b/google-cloud-pubsub/EnableAutoValue.txt new file mode 100644 index 000000000..e69de29bb diff --git a/google-cloud-pubsub/pom.xml b/google-cloud-pubsub/pom.xml index a46e1e622..e6b7e40b8 100644 --- a/google-cloud-pubsub/pom.xml +++ b/google-cloud-pubsub/pom.xml @@ -180,24 +180,6 @@ - - maven-compiler-plugin - 3.11.0 - - 1.8 - 1.8 - UTF-8 - -Xlint:unchecked - - - com.google.auto.value - auto-value - ${auto-value-annotation.version} - - - - - org.codehaus.mojo flatten-maven-plugin