We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4236bb commit 595dbf0Copy full SHA for 595dbf0
synthtool/gcp/templates/java_library/samples/snapshot/pom.xml
@@ -25,14 +25,14 @@
25
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
26
</properties>
27
28
- <!-- {x-version-update-start:{{ artifactId }}:current} -->
29
<dependencies>
+ <!-- {x-version-update-start:{{ artifact_id }}:current} -->
30
<dependency>
31
<groupId>{{ group_id }}</groupId>
32
<artifactId>{{ artifact_id }}</artifactId>
33
<version>{{ metadata['latest_version'] }}</version>
34
</dependency>
35
- <!-- {x-version-update-end} -->
+ <!-- {x-version-update-end} -->
36
37
38
<groupId>junit</groupId>
@@ -82,4 +82,4 @@
82
</plugin>
83
</plugins>
84
</build>
85
-</project>
+</project>
0 commit comments