Update frontend-maven-plugin, node, npm
[vid.git] / vid-webpack-master / pom.xml
index bfca33e..d556289 100644 (file)
@@ -9,7 +9,7 @@
       inherit from a parent maven module. -->
   <groupId>org.onap.vid</groupId>
   <artifactId>vid-webpack-master</artifactId>
-  <version>6.0.3-SNAPSHOT</version>
+  <version>6.0.5-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>VID UI</name>
   <description>VID UI</description>
     <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>
 
                 <!-- Optional configuration which provides for running any npm command -->
                 <configuration>
                   <arguments>install --verbose cypress @bahmutov/add-typescript-to-cypress</arguments>
-                  <environmentVariables>
-                    <NO_PROXY>.att.com</NO_PROXY>
-                    <http_proxy>http://one.proxy.att.com:8080</http_proxy>
-                    <https_proxy>http://one.proxy.att.com:8080</https_proxy>
-                  </environmentVariables>
                 </configuration>
               </execution>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.2.3</version>
         <configuration>
           <webResources>
             <resource>