Use latest version of frontend-maven-plugin 36/125036/1
authorDan Timoney <dtimoney@att.com>
Fri, 15 Oct 2021 20:32:24 +0000 (16:32 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 15 Oct 2021 20:32:24 +0000 (16:32 -0400)
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

cds-ui/client/pom.xml
cds-ui/designer-client/pom.xml
cds-ui/server/pom.xml

index 200f574..6e857f8 100644 (file)
@@ -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>
index 554ab01..fcad4c8 100644 (file)
@@ -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>v13.7.0</nodeVersion>
                     <npmVersion>6.13.6</npmVersion>
index f9d223f..1a30ab7 100644 (file)
@@ -71,7 +71,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>