Skip to content

Commit

Permalink
fix property
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed May 20, 2024
1 parent 266c821 commit 509a992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/it/setup-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>@maven.plugin.tools.version@</version>
<version>@version.maven-plugin-tools@</version>
</plugin>
</plugins>
</build>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-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 509a992

Please sign in to comment.