This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 76095ecbbf AMBARI-26443. Failed to execute goal frontend-maven-plugin 
on MAC M1 (#3979)
76095ecbbf is described below

commit 76095ecbbf9b188076df8a4196771628fd9515d3
Author: Peter Lee <[email protected]>
AuthorDate: Tue Apr 15 07:13:28 2025 +0800

    AMBARI-26443. Failed to execute goal frontend-maven-plugin on MAC M1 (#3979)
---
 ambari-admin/pom.xml                                  | 2 +-
 ambari-web/pom.xml                                    | 2 +-
 contrib/views/capacity-scheduler/pom.xml              | 2 +-
 contrib/views/files/pom.xml                           | 2 +-
 contrib/views/pig/pom.xml                             | 2 +-
 contrib/views/wfmanager/pom.xml                       | 2 +-
 contrib/views/wfmanager/src/main/resources/ui/pom.xml | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ambari-admin/pom.xml b/ambari-admin/pom.xml
index bd9ec05bfa..b78528fc3f 100644
--- a/ambari-admin/pom.xml
+++ b/ambari-admin/pom.xml
@@ -59,7 +59,7 @@
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>1.3</version>
+        <version>1.11.0</version>
         <configuration>
           <nodeVersion>v4.5.0</nodeVersion>
           <npmVersion>2.15.0</npmVersion>
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index c2bcc7ef33..4835b3c802 100644
--- a/ambari-web/pom.xml
+++ b/ambari-web/pom.xml
@@ -73,7 +73,7 @@
             <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
-                <version>1.4</version>
+                <version>1.11.0</version>
                 <configuration>
                     <nodeVersion>v4.5.0</nodeVersion>
                     <yarnVersion>v0.23.2</yarnVersion>
diff --git a/contrib/views/capacity-scheduler/pom.xml 
b/contrib/views/capacity-scheduler/pom.xml
index 8f4661538f..913abfe134 100644
--- a/contrib/views/capacity-scheduler/pom.xml
+++ b/contrib/views/capacity-scheduler/pom.xml
@@ -123,7 +123,7 @@
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>1.4</version>
+        <version>1.11.0</version>
         <configuration>
           <yarnVersion>v0.23.2</yarnVersion>
           <workingDirectory>${ui.directory}</workingDirectory>
diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml
index 142dac1cee..867fb76c0f 100644
--- a/contrib/views/files/pom.xml
+++ b/contrib/views/files/pom.xml
@@ -187,7 +187,7 @@
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>1.4</version>
+        <version>1.11.0</version>
         <configuration>
           <nodeVersion>v4.5.0</nodeVersion>
           <yarnVersion>v0.23.2</yarnVersion>
diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml
index ab65056e31..cfe0a0c1ad 100644
--- a/contrib/views/pig/pom.xml
+++ b/contrib/views/pig/pom.xml
@@ -200,7 +200,7 @@
       <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
-        <version>1.4</version>
+        <version>1.11.0</version>
         <configuration>
           <nodeVersion>v4.5.0</nodeVersion>
           <yarnVersion>v0.23.2</yarnVersion>
diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml
index 4f076b4189..611fa10a53 100644
--- a/contrib/views/wfmanager/pom.xml
+++ b/contrib/views/wfmanager/pom.xml
@@ -141,7 +141,7 @@
                        <plugin>
                                <groupId>com.github.eirslett</groupId>
                                <artifactId>frontend-maven-plugin</artifactId>
-                               <version>1.4</version>
+                               <version>1.11.0</version>
                                <configuration>
                                        <nodeVersion>v4.5.0</nodeVersion>
                                        <yarnVersion>v0.23.2</yarnVersion>
diff --git a/contrib/views/wfmanager/src/main/resources/ui/pom.xml 
b/contrib/views/wfmanager/src/main/resources/ui/pom.xml
index 70cbb7cb19..959585a5ce 100644
--- a/contrib/views/wfmanager/src/main/resources/ui/pom.xml
+++ b/contrib/views/wfmanager/src/main/resources/ui/pom.xml
@@ -40,7 +40,7 @@
             <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
-                <version>1.3</version>
+                <version>1.11.0</version>
                 <configuration>
                     <nodeVersion>v5.0.0</nodeVersion>
                     <npmVersion>3.5.3</npmVersion>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to