Skip to content

Commit

Permalink
Adapt maven-stapler-plugin changes (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jul 11, 2023
1 parent c7c5eea commit 2558a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -123,7 +123,7 @@
<spotbugs-annotations.version>4.7.3</spotbugs-annotations.version>
<spotbugs-maven-plugin.version>4.7.3.5</spotbugs-maven-plugin.version>
<spotless-maven-plugin.version>2.37.0</spotless-maven-plugin.version>
<stapler-plugin.version>1.23</stapler-plugin.version>
<stapler-plugin.version>171.vfa_c6fd2e46a_a_</stapler-plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -530,8 +530,8 @@
<version>${localizer-maven-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>maven-stapler-plugin</artifactId>
<groupId>io.jenkins.tools.maven</groupId>
<artifactId>stapler-maven-plugin</artifactId>
<version>${stapler-plugin.version}</version>
</plugin>
</plugins>
Expand Down

0 comments on commit 2558a10

Please sign in to comment.