mirror of https://github.com/jenkinsci/jenkins.git
core uses maven-stapler-plugin 1.15.. bump these to match.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30564 71c3de6d-444a-0410-be80-ed276b4c234a
This commit is contained in:
parent
0a62096a6d
commit
b9c74c6c7e
2
pom.xml
2
pom.xml
|
|
@ -113,7 +113,7 @@ THE SOFTWARE.
|
|||
-->
|
||||
<groupId>org.kohsuke.stapler</groupId>
|
||||
<artifactId>maven-stapler-plugin</artifactId>
|
||||
<version>1.14</version>
|
||||
<version>1.15</version>
|
||||
<extensions>true</extensions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ THE SOFTWARE.
|
|||
<plugin>
|
||||
<groupId>org.kohsuke.stapler</groupId>
|
||||
<artifactId>maven-stapler-plugin</artifactId>
|
||||
<version>1.14</version>
|
||||
<version>1.15</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ THE SOFTWARE.
|
|||
<plugin>
|
||||
<groupId>org.kohsuke.stapler</groupId>
|
||||
<artifactId>maven-stapler-plugin</artifactId>
|
||||
<version>1.12</version>
|
||||
<version>1.15</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue