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
The following commit(s) were added to refs/heads/master by this push:
new 1832f66 KNOX-1810 - Upgrade frontend-maven-plugin to 1.7.5
1832f66 is described below
commit 1832f6693d1dd401c589ddb1e6465b3df2b13d93
Author: Kevin Risden <[email protected]>
AuthorDate: Thu Mar 7 08:19:29 2019 -0500
KNOX-1810 - Upgrade frontend-maven-plugin to 1.7.5
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 7626300..c256e08 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.6</frontend-maven-plugin.version>
+ <frontend-maven-plugin.version>1.7.5</frontend-maven-plugin.version>
<nodejs.version>v10.14.2</nodejs.version>
</properties>