This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new e64a5d538d1 Revert "[FLINK-40228][ci] Bump frontend-maven-plugin to
2.0.1" as it requires minimum jdk17
e64a5d538d1 is described below
commit e64a5d538d1c12097f545e75aa6a4553d2f09a8c
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Jul 25 22:26:28 2026 +0200
Revert "[FLINK-40228][ci] Bump frontend-maven-plugin to 2.0.1"
as it requires minimum jdk17
This reverts commit 4e995125ff9dcafc8c91d6119ea3dd9436522fa1.
---
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 966a7462e2e..94709b10879 100644
--- a/flink-runtime-web/pom.xml
+++ b/flink-runtime-web/pom.xml
@@ -265,7 +265,7 @@ under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>2.0.1</version>
+ <version>1.15.1</version>
<executions>
<execution>
<id>install node and npm</id>