Skip to content

Commit 595dbf0

Browse files
authored
chore(java): fix release-please version replace tags for initial samples pom.xml (#1229)
1 parent d4236bb commit 595dbf0

File tree

1 file changed

+3
-3
lines changed
  • synthtool/gcp/templates/java_library/samples/snapshot

1 file changed

+3
-3
lines changed

synthtool/gcp/templates/java_library/samples/snapshot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
</properties>
2727

28-
<!-- {x-version-update-start:{{ artifactId }}:current} -->
2928
<dependencies>
29+
<!-- {x-version-update-start:{{ artifact_id }}:current} -->
3030
<dependency>
3131
<groupId>{{ group_id }}</groupId>
3232
<artifactId>{{ artifact_id }}</artifactId>
3333
<version>{{ metadata['latest_version'] }}</version>
3434
</dependency>
35-
<!-- {x-version-update-end} -->
35+
<!-- {x-version-update-end} -->
3636

3737
<dependency>
3838
<groupId>junit</groupId>
@@ -82,4 +82,4 @@
8282
</plugin>
8383
</plugins>
8484
</build>
85-
</project>
85+
</project>

0 commit comments

Comments
 (0)