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 2020/01/14 01:07:56 UTC

[knox] 08/22: KNOX-2167 - Upgrade frontend-maven-plugin to 1.9.1

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 f316a9e329dd69165491efc2c9270f282fd64275
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Jan 13 19:09:23 2020 -0500

    KNOX-2167 - Upgrade frontend-maven-plugin to 1.9.1
    
    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 001726d..333a7b2 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.8.0</frontend-maven-plugin.version>
+        <frontend-maven-plugin.version>1.9.1</frontend-maven-plugin.version>
         <nodejs.version>v10.16.0</nodejs.version>
     </properties>