Skip to content

Commit 3902ae5

Browse files
committed
chore(6.0.x-lts): release lts 6.0.3
1 parent bee46bd commit 3902ae5

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"boms/cloud-lts-bom": "6.0.2"
2+
"boms/cloud-lts-bom": "6.0.2",
3+
".": "6.0.3"
34
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Linkage Checker Enforcer Rule and Linkage Monitor Change Log
22

3+
## [6.0.3](https://github.com/GoogleCloudPlatform/cloud-opensource-java/compare/lts-v6.0.2...lts-v6.0.3) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* add versions.txt to 6.0.x-lts branch ([365ffc1](https://github.com/GoogleCloudPlatform/cloud-opensource-java/commit/365ffc1c481c1e2aba2e9ed9775c877a240dc0fd))
9+
* 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))
10+
311
## 1.5.12
412
* Fixed the bug in the Gradle plugin that affected artifacts with "pom" packaging ([#2196](
513
https://github.com/GoogleCloudPlatform/cloud-opensource-java/pull/2196))

boms/cloud-lts-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

1313
<name>Google Cloud Long Term Support BOM</name>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
gcp-lts-bom:6.0.2:6.0.3-SNAPSHOT
4+
gcp-lts-bom:6.0.3:6.0.3

0 commit comments

Comments
 (0)