mirror of https://github.com/jenkinsci/jenkins.git
Update dependency com.github.eirslett:frontend-maven-plugin to v1.15.4
This commit is contained in:
parent
55aa5a8a80
commit
7d7d280caf
6
pom.xml
6
pom.xml
|
@ -433,7 +433,7 @@ THE SOFTWARE.
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>1.15.1</version>
|
<version>1.15.4</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>install node and corepack</id>
|
<id>install node and corepack</id>
|
||||||
|
@ -511,7 +511,7 @@ THE SOFTWARE.
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>1.15.1</version>
|
<version>1.15.4</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>yarn lint:ci</id>
|
<id>yarn lint:ci</id>
|
||||||
|
@ -556,7 +556,7 @@ THE SOFTWARE.
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>1.15.1</version>
|
<version>1.15.4</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>yarn lint</id>
|
<id>yarn lint</id>
|
||||||
|
|
Loading…
Reference in New Issue