Skip to content

Commit

Permalink
feat: fixed missing version placeholder for new pom file (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldetmer committed Aug 27, 2024
1 parent 0d39b43 commit b8fa311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-api-client-apache-v5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
</parent>
<artifactId>google-api-client-apache-v5</artifactId>
<name>Apache extensions to the Google APIs Client Library for Java</name>
Expand Down

0 comments on commit b8fa311

Please sign in to comment.