Update frontend-maven-plugin, node, npm 54/105154/1
authorIttay Stern <ittay.stern@att.com>
Mon, 6 Apr 2020 13:31:04 +0000 (16:31 +0300)
committerIttay Stern <ittay.stern@att.com>
Mon, 6 Apr 2020 13:37:00 +0000 (16:37 +0300)
Issue-ID: VID-774

Change-Id: I50ecfd3138675827b6c371b0dd075886e721d121
Signed-off-by: Ittay Stern <ittay.stern@att.com>
vid-app-common/pom.xml
vid-webpack-master/pom.xml

index 7d8bff7..d50a099 100755 (executable)
@@ -59,9 +59,9 @@
         <kotlin.version>1.3.60</kotlin.version>
         <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
 
-        <eirslett.version>1.6</eirslett.version>
-        <node.version>v8.9.4</node.version>
-        <npm.version>5.6.0</npm.version>
+        <eirslett.version>1.9.1</eirslett.version>
+        <node.version>v10.19.0</node.version>
+        <npm.version>6.14.4</npm.version>
 
         <!-- override using -Drelease_version=foo -Dpatch_version=bar -->
         <release_version>${env.release_version}</release_version>
index d56a446..d556289 100644 (file)
     <stagingNexusPath>content/repositories/staging/</stagingNexusPath>
     <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
     <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
+
+    <eirslett.version>1.9.1</eirslett.version>
+    <node.version>v10.19.0</node.version>
+    <npm.version>6.14.4</npm.version>
+
     <NPM_CMD>ci</NPM_CMD>
   </properties>
 
             <groupId>com.github.eirslett</groupId>
             <artifactId>frontend-maven-plugin</artifactId>
             <!-- NB! Set <version> to the latest released version of frontend-maven-plugin, like in README.md -->
-            <version>1.6</version>
+            <version>${eirslett.version}</version>
 
             <executions>
 
                 </goals>
                 <configuration>
                   <!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions -->
-                  <nodeVersion>v10.15.3</nodeVersion>
-                  <npmVersion>6.9.0</npmVersion>
+                  <npmVersion>${npm.version}</npmVersion>
+                  <nodeVersion>${node.version}</nodeVersion>
                 </configuration>
               </execution>
 
             <groupId>com.github.eirslett</groupId>
             <artifactId>frontend-maven-plugin</artifactId>
             <!-- NB! Set <version> to the latest released version of frontend-maven-plugin, like in README.md -->
-            <version>1.6</version>
+            <version>${eirslett.version}</version>
 
             <executions>
 
                 </goals>
                 <configuration>
                   <!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions -->
-                  <nodeVersion>v8.9.4</nodeVersion>
-                  <npmVersion>5.6.0</npmVersion>
+                  <npmVersion>${npm.version}</npmVersion>
+                  <nodeVersion>${node.version}</nodeVersion>
                 </configuration>
               </execution>