Skip to content

Commit

Permalink
Use ${project.version} as suggested by @tbroyer.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 367049643
  • Loading branch information
eamonnmcmanus authored and Google Java Core Libraries committed Apr 6, 2021
1 parent a2f647f commit 09ec190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion value/processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<path>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>${project.version}</version>
</path>
<path>
<groupId>com.google.auto.service</groupId>
Expand Down

0 comments on commit 09ec190

Please sign in to comment.