NIFI-11956 Upgraded Frontend Maven Plugin from 1.12.1 to 1.13.4

This closes #7617

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-08-16 09:59:43 -04:00 committed by exceptionfactory
parent a9f29f209e
commit dcc2480cb5
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
3 changed files with 3 additions and 3 deletions

View File

@ -176,7 +176,7 @@ language governing permissions and limitations under the License. -->
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.4</version>
<version>${frontend.mvn.plugin.version}</version>
<configuration>
<installDirectory>${frontend.working.dir}</installDirectory>
</configuration>

View File

@ -348,7 +348,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.5</version>
<version>${frontend.mvn.plugin.version}</version>
<configuration>
<installDirectory>${frontend.working.dir}</installDirectory>
</configuration>

View File

@ -96,7 +96,7 @@
<!-- Disable maven-site-plugin from parent POM -->
<maven.site.skip>true</maven.site.skip>
<node.version>v16.13.2</node.version>
<frontend.mvn.plugin.version>1.12.1</frontend.mvn.plugin.version>
<frontend.mvn.plugin.version>1.13.4</frontend.mvn.plugin.version>
<nifi.nar.maven.plugin.version>1.5.1</nifi.nar.maven.plugin.version>
<project.build.outputTimestamp>1675980972</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>