Skip to content

Commit e161e93

Browse files
chore: README template fix in google-cloud-java (#1785) (#1538)
Source-Link: googleapis/synthtool@43c709a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:3387f93d4577788512112ff69ddab746ae9192ddd9f13cfd175ef310d62d7d30 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ddab0b9 commit e161e93

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:5df8b62e8da534f7604daef347698f6701e34b3f61713712a3384ac88fc32088
16+
digest: sha256:3387f93d4577788512112ff69ddab746ae9192ddd9f13cfd175ef310d62d7d30

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
3636

3737
```
3838

39-
If you are using Maven without BOM, add this to your dependencies:
39+
If you are using Maven without the BOM, add this to your dependencies:
4040

41+
<!-- {x-version-update-start:google-cloud-pubsub:released} -->
4142

4243
```xml
4344
<dependency>
@@ -66,6 +67,7 @@ If you are using SBT, add this to your dependencies:
6667
```Scala
6768
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.7"
6869
```
70+
<!-- {x-version-update-end} -->
6971

7072
## Authentication
7173

@@ -412,7 +414,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
412414
[developer-console]: https://console.developers.google.com/
413415
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
414416
[cloud-cli]: https://cloud.google.com/cli
415-
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
417+
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
416418
[contributing]: https://github.com/googleapis/java-pubsub/blob/main/CONTRIBUTING.md
417419
[code-of-conduct]: https://github.com/googleapis/java-pubsub/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
418420
[license]: https://github.com/googleapis/java-pubsub/blob/main/LICENSE

0 commit comments

Comments
 (0)