You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2021/06/30 23:52:46 UTC

[asterixdb] 01/04: [NO-ISSUE][MVN] Plugin update (to build on M1 macbooks).

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 <gg...@uci.edu>
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 <je...@fulliautomatix.ics.uci.edu>
    Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Reviewed-by: Ian Maxon <im...@uci.edu>
    Contrib: Ian Maxon <im...@uci.edu>
    (cherry picked from commit 86c18127feda4b189bec024f6c8502e7e6436bf3)
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/12123
    Reviewed-by: Glenn Galvizo <gg...@uci.edu>
---
 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>