Skip to content

fix(release): resolve first-party-dependencies SNAPSHOT in libraries-bom#13790

Merged
jinseopkim0 merged 1 commit into
mainfrom
fix-libraries-bom-release-deps
Jul 16, 2026
Merged

fix(release): resolve first-party-dependencies SNAPSHOT in libraries-bom#13790
jinseopkim0 merged 1 commit into
mainfrom
fix-libraries-bom-release-deps

Conversation

@jinseopkim0

@jinseopkim0 jinseopkim0 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Resolves the stale SNAPSHOT version of first-party-dependencies in libraries-bom which caused release builds to fail.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version replacement logic in generation/apply_versions.sh to dynamically match any XML tag instead of only <version>, and updates a dependency version in java-cloud-bom/libraries-bom/pom.xml. Feedback on the shell script points out that the new regular expression might incorrectly replace the first XML tag on lines containing multiple tags (such as <groupId> or <artifactId>) instead of the intended version tag. A code suggestion was provided to restrict the match to the tag immediately preceding the version update comment.

Comment thread generation/apply_versions.sh Outdated
@jinseopkim0
jinseopkim0 force-pushed the fix-libraries-bom-release-deps branch from 3cf571d to 115125b Compare July 16, 2026 14:43
@jinseopkim0
jinseopkim0 marked this pull request as ready for review July 16, 2026 14:44
@jinseopkim0
jinseopkim0 requested a review from a team as a code owner July 16, 2026 14:44
@jinseopkim0
jinseopkim0 enabled auto-merge (squash) July 16, 2026 14:45
@jinseopkim0
jinseopkim0 requested review from blakeli0 and lqiu96 July 16, 2026 14:45
@jinseopkim0
jinseopkim0 merged commit d5bfe21 into main Jul 16, 2026
203 of 204 checks passed
@jinseopkim0
jinseopkim0 deleted the fix-libraries-bom-release-deps branch July 16, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants