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 <[email protected]> AuthorDate: Fri Sep 27 15:58:26 2019 -0500 KNOX-2030 - Upgrade frontend-maven-plugin to 1.8.0 Signed-off-by: Kevin Risden <[email protected]> --- 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>
