Skip to content

Commit

Permalink
Adapt maven-stapler-plugin changes (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jul 11, 2023
1 parent 0f1ea0c commit 0bd4d6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<mockito.version>5.4.0</mockito.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>

<!-- Filled in by "maven-hpi-plugin" with the path to "org-netbeans-insane-hook.jar" extracted from "jenkins-test-harness" -->
<jenkins.insaneHook />
Expand Down Expand Up @@ -479,8 +479,8 @@
<version>${access-modifier-checker.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 Expand Up @@ -745,8 +745,8 @@
</configuration>
</plugin>
<plugin>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>maven-stapler-plugin</artifactId>
<groupId>io.jenkins.tools.maven</groupId>
<artifactId>stapler-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit 0bd4d6c

Please sign in to comment.