Skip to content

Commit

Permalink
Use new property for maven-plugin-tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 17, 2024
1 parent 93c684e commit 49e50fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/setup-mock-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-annotations</artifactId>
<version>@maven.plugin.tools.version@</version>
<version>@version.maven-plugin-tools@</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 49e50fd

Please sign in to comment.