mirror of https://github.com/jenkinsci/jenkins.git
[JENKINS-31019] Bump BCT to pickup fix.
This commit is contained in:
parent
6641190b8c
commit
ac03723ba5
|
@ -200,7 +200,7 @@ THE SOFTWARE.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jenkins-ci</groupId>
|
<groupId>org.jenkins-ci</groupId>
|
||||||
<artifactId>bytecode-compatibility-transformer</artifactId>
|
<artifactId>bytecode-compatibility-transformer</artifactId>
|
||||||
<version>1.7</version>
|
<version>1.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jenkins-ci</groupId>
|
<groupId>org.jenkins-ci</groupId>
|
||||||
|
@ -632,7 +632,7 @@ THE SOFTWARE.
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jenkins-ci.tools</groupId>
|
<groupId>org.jenkins-ci.tools</groupId>
|
||||||
<artifactId>maven-hpi-plugin</artifactId>
|
<artifactId>maven-hpi-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue