This is an automated email from the ASF dual-hosted git repository.
sewen pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.14 by this push:
new 9c4262e [hotfix] Update frontend-maven-plugin
9c4262e is described below
commit 9c4262e107cbcaa315b4d20d420fb6c0bc115fa1
Author: Ingo Bürk <[email protected]>
AuthorDate: Thu Sep 16 14:00:29 2021 +0200
[hotfix] Update frontend-maven-plugin
This backports part of a commit to update the frontend-maven-plugin.
Doing so prevents Angular's compatibility compiler output to be logged
on ERROR level.
---
flink-runtime-web/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-runtime-web/pom.xml b/flink-runtime-web/pom.xml
index a20d343..adc69dd 100644
--- a/flink-runtime-web/pom.xml
+++ b/flink-runtime-web/pom.xml
@@ -253,7 +253,7 @@ under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.6</version>
+ <version>1.9.1</version>
<executions>
<execution>
<id>install node and npm</id>