Skip to content

Commit

Permalink
Adapt maven-license-plugin changes (#460)
Browse files Browse the repository at this point in the history
* Adapt maven-license-plugin changes

* Update pom.xml
  • Loading branch information
NotMyFault committed Jul 6, 2023
1 parent 4ee962f commit 8a2663f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -109,7 +109,7 @@
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
<maven-license-plugin.version>1.17</maven-license-plugin.version>
<license-maven-plugin.version>98.vd05d703fe349</license-maven-plugin.version>
<maven-pmd-plugin.version>3.21.0</maven-pmd-plugin.version>
<maven-project-info-reports-plugin.version>3.4.5</maven-project-info-reports-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
Expand Down Expand Up @@ -195,9 +195,9 @@
<pluginManagement>
<plugins>
<plugin>
<groupId>com.cloudbees</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>${maven-license-plugin.version}</version>
<groupId>io.jenkins.tools.maven</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${license-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand Down

0 comments on commit 8a2663f

Please sign in to comment.