This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new d67cd509e ATLAS-4792: fix to address build failure in Pro with Apple
M1 chip
d67cd509e is described below
commit d67cd509e5c8f9779026bcf992549a1901c92229
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
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fc9def1b4..f76d0ea04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1820,7 +1820,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.4</version>
+ <version>1.12.1</version>
</plugin>
<plugin>