Skip to content

Commit b8fa311

Browse files
authored
feat: fixed missing version placeholder for new pom file (#2506)
1 parent 0d39b43 commit b8fa311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-api-client-apache-v5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.api-client</groupId>
88
<artifactId>google-api-client-parent</artifactId>
9-
<version>2.6.1-SNAPSHOT</version>
9+
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
1010
</parent>
1111
<artifactId>google-api-client-apache-v5</artifactId>
1212
<name>Apache extensions to the Google APIs Client Library for Java</name>

0 commit comments

Comments
 (0)