Skip to content

Commit

Permalink
Use the supported {project.version} syntax in pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Nov 26, 2023
1 parent fbb9c76 commit 2b71c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mug-errorprone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>com.google.mug</groupId>
<artifactId>mug-guava</artifactId>
<version>${version}</version>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion mug-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<groupId>com.google.mug</groupId>
<artifactId>mug-guava</artifactId>
<scope>test</scope>
<version>${version}</version>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit 2b71c1d

Please sign in to comment.