Skip to content

Commit

Permalink
Use '@project.' instead of '@pom.' expression prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Oct 16, 2024
1 parent fdfd807 commit 67b568a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/projects/new-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>@pom.version@</version>
<version>@project.version@</version>
<configuration>
<reportPlugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/it/projects/report-changes-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>@pom.version@</version>
<version>@project.version@</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 67b568a

Please sign in to comment.