Skip to content

Commit

Permalink
chore(java): fix release-please version replace tags for initial samp…
Browse files Browse the repository at this point in the history
…les pom.xml (#1229)
  • Loading branch information
chingor13 authored Sep 30, 2021
1 parent d4236bb commit 595dbf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions synthtool/gcp/templates/java_library/samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<!-- {x-version-update-start:{{ artifactId }}:current} -->
<dependencies>
<!-- {x-version-update-start:{{ artifact_id }}:current} -->
<dependency>
<groupId>{{ group_id }}</groupId>
<artifactId>{{ artifact_id }}</artifactId>
<version>{{ metadata['latest_version'] }}</version>
</dependency>
<!-- {x-version-update-end} -->
<!-- {x-version-update-end} -->

<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -82,4 +82,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 595dbf0

Please sign in to comment.