diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-15 16:32:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-15 16:32:24 -0400 |
commit | 39f3fe457ab9a2e1f745bf82a7866fc404de4b04 (patch) | |
tree | c70661d64c7b52f8c680e8f4c1a9ebe8ef677437 /cds-ui/client | |
parent | 873c0891839cfdfa01a48fbf88a9a8b5090fd6a3 (diff) |
Use latest version of frontend-maven-plugin
Update to use latest version of frontend-maven-plugin to try to address
npm failures on Jenkins.
Issue-ID: CCSDK-3498
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id2775b77008f68cd85eeca53580a4bdf469f75de
Diffstat (limited to 'cds-ui/client')
-rw-r--r-- | cds-ui/client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 200f574dc..6e857f86a 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -39,7 +39,7 @@ limitations under the License. <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> <!-- Use the latest released version: https://repo1.maven.org/maven2/com/github/eirslett/frontend-maven-plugin/ --> - <version>1.3</version> + <version>1.12.0</version> <configuration> <nodeVersion>v8.12.0</nodeVersion> <npmVersion>6.4.1</npmVersion> |