Skip to content

Commit

Permalink
Use frontend-maven-plugin version from plugin parent POM (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Dec 20, 2023
1 parent cf48ed7 commit 778ad6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.73</version>
<version>4.74</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -35,7 +35,6 @@
<jenkins.version>2.401.3</jenkins.version>
<javadoc.exec.goal>javadoc-no-fork</javadoc.exec.goal> <!-- stop initialize phase plugins executing twice -->
<byte-buddy.version>1.14.7</byte-buddy.version>
<frontend-version>1.12.0</frontend-version>
<node.version>10.13.0</node.version>
<npm.version>6.14.4</npm.version>
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
Expand Down

0 comments on commit 778ad6a

Please sign in to comment.