Update version to 1.13.5
[sdc.git] / openecomp-ui / pom.xml
index 760d101..26f60fd 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.openecomp.sdc</groupId>
     <artifactId>sdc-onboarding</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.13.5-SNAPSHOT</version>
     <relativePath>../onboarding</relativePath>
   </parent>
 
               <goal>install-node-and-yarn</goal>
             </goals>
             <configuration>
-              <nodeVersion>v10.17.0</nodeVersion>
+              <nodeVersion>v14.17.1</nodeVersion>
               <yarnVersion>v1.19.1</yarnVersion>
             </configuration>
           </execution>
             <configuration>
               <yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
               <arguments>test-build ${jest.command}</arguments>
-              <skip>${skipTests}</skip>
+              <skip>${maven.test.skip}</skip>
             </configuration>
             <!-- for some reason does not fail on test phase -->
             <phase>test</phase>