You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/09/27 22:00:14 UTC

[knox] 07/20: KNOX-2030 - Upgrade frontend-maven-plugin to 1.8.0

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit 7864212e8278ee16adf7f0db6366de7ba9a929d1
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Sep 27 15:58:26 2019 -0500

    KNOX-2030 - Upgrade frontend-maven-plugin to 1.8.0
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 gateway-admin-ui/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-admin-ui/pom.xml b/gateway-admin-ui/pom.xml
index 2a265b8..001726d 100644
--- a/gateway-admin-ui/pom.xml
+++ b/gateway-admin-ui/pom.xml
@@ -30,7 +30,7 @@
     <description>The gateway-admin-ui delivered with Knox.</description>
 
     <properties>
-        <frontend-maven-plugin.version>1.7.6</frontend-maven-plugin.version>
+        <frontend-maven-plugin.version>1.8.0</frontend-maven-plugin.version>
         <nodejs.version>v10.16.0</nodejs.version>
     </properties>