Update version to 1.13.3
[sdc.git] / catalog-ui / pom.xml
index 6e85d65..b3f89c6 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>sdc-main</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.13.3-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -75,6 +75,7 @@
             <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
+                <version>1.12.0</version>
                 <configuration>
                     <installDirectory>${project.basedir}</installDirectory>
                     <npmDownloadRoot>${npm.registry}</npmDownloadRoot>
@@ -88,8 +89,8 @@
                         </goals>
                         <configuration>
                             <!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions -->
-                            <nodeVersion>v14.16.1</nodeVersion>
-                            <npmVersion>6.14.12</npmVersion>
+                            <nodeVersion>v14.17.1</nodeVersion>
+                            <npmVersion>6.14.13</npmVersion>
                         </configuration>
                     </execution>
 
                         <phase>test</phase>
                         <configuration>
                             <arguments>test</arguments>
-                            <skip>${skipTests}</skip>
+                            <skip>${maven.test.skip}</skip>
                         </configuration>
                     </execution>
                 </executions>