Skip to content

Commit

Permalink
Parametrize plugin versions in testing POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomorelli authored Feb 7, 2023
1 parent 0ca07f6 commit ceda47a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/test/projects/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>com.github.carlomorelli</groupId>
<artifactId>licensescan-maven-plugin</artifactId>
<version>3.1</version>
<version>${project.version}</version>
<configuration>
<printLicenses>true</printLicenses>
<forbiddenLicenses>
Expand Down
2 changes: 1 addition & 1 deletion src/test/projects/integration_fail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>com.github.carlomorelli</groupId>
<artifactId>licensescan-maven-plugin</artifactId>
<version>3.1</version>
<version>${it-project.version}</version>
<configuration>
<printLicenses>true</printLicenses>
<forbiddenLicenses>
Expand Down
2 changes: 1 addition & 1 deletion src/test/projects/integration_fail_old/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>com.github.carlomorelli</groupId>
<artifactId>licensescan-maven-plugin</artifactId>
<version>3.1</version>
<version>${it-project.version}</version>
<configuration>
<printLicenses>true</printLicenses>
<blacklistedLicenses>
Expand Down
2 changes: 1 addition & 1 deletion src/test/projects/integration_pass/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>com.github.carlomorelli</groupId>
<artifactId>licensescan-maven-plugin</artifactId>
<version>3.1</version>
<version>${it-project.version}</version>
<configuration>
<printLicenses>true</printLicenses>
<forbiddenLicenses>
Expand Down
2 changes: 1 addition & 1 deletion src/test/projects/integration_pass_old/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>com.github.carlomorelli</groupId>
<artifactId>licensescan-maven-plugin</artifactId>
<version>3.1</version>
<version>${it-project.version}</version>
<configuration>
<printLicenses>true</printLicenses>
<blacklistedLicenses>
Expand Down

0 comments on commit ceda47a

Please sign in to comment.