This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 8d402deefb07f48aeeea1885e635fe7ad18d610e Author: ggalvizo <[email protected]> AuthorDate: Tue Jun 22 11:30:58 2021 -0700 [NO-ISSUE][MVN] Plugin update (to build on M1 macbooks). - user mode changes: no - storage format changes: no - interface changes: no Change-Id: Ie947924ddff4da62c5e95f6a93ad827550a6fe67 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/12003 Integration-Tests: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Ian Maxon <[email protected]> Contrib: Ian Maxon <[email protected]> (cherry picked from commit 86c18127feda4b189bec024f6c8502e7e6436bf3) Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/12123 Reviewed-by: Glenn Galvizo <[email protected]> --- asterixdb/asterix-dashboard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asterixdb/asterix-dashboard/pom.xml b/asterixdb/asterix-dashboard/pom.xml index 75fb8d2..38f962a 100644 --- a/asterixdb/asterix-dashboard/pom.xml +++ b/asterixdb/asterix-dashboard/pom.xml @@ -66,7 +66,7 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>1.6</version> + <version>1.11.0</version> <configuration> <nodeVersion>v10.3.0</nodeVersion> <npmVersion>6.1.0</npmVersion>
