mirror of https://github.com/apache/nifi.git
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:
parent
a9f29f209e
commit
dcc2480cb5
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue