This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 9b1349078 ATLAS-4792: fix to address build failure in Pro with Apple
M1 chip
9b1349078 is described below
commit 9b13490785b112b00000879ed32c88898aa21459
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Sep 7 20:35:40 2023 -0700
ATLAS-4792: fix to address build failure in Pro with Apple M1 chip
(cherry picked from commit d67cd509e5c8f9779026bcf992549a1901c92229)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 85ad1fcac..4f0d973ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1810,7 +1810,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.4</version>
+ <version>1.12.1</version>
</plugin>
<plugin>