Skip to content

Commit d61a234

Browse files
Bump com.github.eirslett:frontend-maven-plugin from 1.15.4 to 2.0.0
Bumps [com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.15.4 to 2.0.0. - [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md) - [Commits](eirslett/frontend-maven-plugin@frontend-plugins-1.15.4...frontend-plugins-2.0.0) --- updated-dependencies: - dependency-name: com.github.eirslett:frontend-maven-plugin dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6602573 commit d61a234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/butler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>com.github.eirslett</groupId>
3838
<artifactId>frontend-maven-plugin</artifactId>
39-
<version>1.15.4</version>
39+
<version>2.0.0</version>
4040
<configuration>
4141
<workingDirectory>src/main/frontend</workingDirectory>
4242
<nodeVersion>${node.version}</nodeVersion>

clients/hoover/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>com.github.eirslett</groupId>
3838
<artifactId>frontend-maven-plugin</artifactId>
39-
<version>1.15.4</version>
39+
<version>2.0.0</version>
4040
<configuration>
4141
<workingDirectory>src/main/frontend</workingDirectory>
4242
<nodeVersion>${node.version}</nodeVersion>

0 commit comments

Comments
 (0)