fix: update Version.java and correct spanner version for 1.83.0 release#12712
Merged
suztomo merged 6 commits intogoogleapis:mainfrom Apr 8, 2026
Merged
fix: update Version.java and correct spanner version for 1.83.0 release#12712suztomo merged 6 commits intogoogleapis:mainfrom
suztomo merged 6 commits intogoogleapis:mainfrom
Conversation
Version.java was not updated. The spanner artifacts are not having correct version.
Member
Author
I have to use an old image version in .github/workflows/generated_files_sync.yaml |
Member
Author
|
dependency compatibility test failed: https://github.com/googleapis/google-cloud-java/actions/runs/24143309252/job/70450633296?pr=12712 |
Member
Author
|
The compilation error is unexpected: https://github.com/googleapis/google-cloud-java/actions/runs/24143309494/job/70450439376?pr=12712 |
Member
Author
|
This seems persistent. sdk-platform-java Java 17 sdk-platform-java Java 8 |
blakeli0
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version.java was not updated by the
apply_versions.sh#12713.The spanner artifacts were not having correct version. This pull request fixes them. This source tree passed the check in https://github.com/googleapis/google-cloud-java/pull/12714/changes#diff-4dd8a804177e94b35097216011c8ccae349a9792ec7b0c8ba62209a69814f48b.
The empty line in google-cloud-pom-parent/pom.xml is for the release script to consider this commit is the full repository release.
This skips google-auth-library-java module and other modules are using the version already available in Maven Central. This is to remove the circular dependency of POM references.