Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"boms/cloud-lts-bom": "6.0.2"
"boms/cloud-lts-bom": "6.0.2",
".": "6.0.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Linkage Checker Enforcer Rule and Linkage Monitor Change Log

## [6.0.3](https://github.com/GoogleCloudPlatform/cloud-opensource-java/compare/lts-v6.0.2...lts-v6.0.3) (2025-10-28)


### Bug Fixes

* add versions.txt to 6.0.x-lts branch ([365ffc1](https://github.com/GoogleCloudPlatform/cloud-opensource-java/commit/365ffc1c481c1e2aba2e9ed9775c877a240dc0fd))
* prepare Release Please for 6.0.x-lts branch ([#2424](https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/2424)) ([2881d73](https://github.com/GoogleCloudPlatform/cloud-opensource-java/commit/2881d736d7bef780c77c2fcb1ba712329b1baf73))

## 1.5.12
* Fixed the bug in the Gradle plugin that affected artifacts with "pom" packaging ([#2196](
https://github.com/GoogleCloudPlatform/cloud-opensource-java/pull/2196))
Expand Down
2 changes: 1 addition & 1 deletion boms/cloud-lts-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.google.cloud</groupId>
<artifactId>gcp-lts-bom</artifactId>
<version>6.0.3-SNAPSHOT</version><!-- {x-version-update:gcp-lts-bom:current} -->
<version>6.0.3</version><!-- {x-version-update:gcp-lts-bom:current} -->
<packaging>pom</packaging>

<name>Google Cloud Long Term Support BOM</name>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

gcp-lts-bom:6.0.2:6.0.3-SNAPSHOT
gcp-lts-bom:6.0.3:6.0.3
Loading