Skip to content

Commit 327d46f

Browse files
authored
chore: Adding release-please annotations to readme files (#1781)
* chore: Adding release-please annotations to readme files
1 parent 3c19c33 commit 327d46f

File tree

1 file changed

+2
-0
lines changed
  • synthtool/gcp/templates/java_library

1 file changed

+2
-0
lines changed

synthtool/gcp/templates/java_library/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
3737
If you are using Maven without BOM, add this to your dependencies:
3838
{% else %}
3939
If you are using Maven, add this to your pom.xml file:
40+
<!-- {x-version-update-start:{{ artifact_id }}:released} -->
4041
{% endif %}
4142

4243
```xml
@@ -72,6 +73,7 @@ If you are using SBT, add this to your dependencies:
7273
```Scala
7374
libraryDependencies += "{{ group_id }}" % "{{ artifact_id }}" % "{{ metadata['latest_version'] }}"
7475
```
76+
<!-- {x-version-update-end} -->
7577

7678
## Authentication
7779

0 commit comments

Comments
 (0)