Skip to content

Commit

Permalink
Use project.version instead of pom.version in ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jul 3, 2023
1 parent a86c98e commit 2e7b8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/ISSUE-361/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.codehaus.mojo.license.test</groupId>
<artifactId>test-ISSUE-361</artifactId>
<version>@pom.version@</version>
<version>@project.version@</version>
<name>License Test :: ISSUE-361</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion src/it/download-licenses-exclude-transitive-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>@pom.version@</version>
<version>@project.version@</version>
<executions>
<execution>
<id>exclude-pom</id>
Expand Down

0 comments on commit 2e7b8b8

Please sign in to comment.