aboutsummaryrefslogtreecommitdiffstats
path: root/cucumber-js-test-apis-ci
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2019-11-26 17:20:27 +0000
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-12-01 08:14:44 +0000
commitf1f5a3581dca423dc9a687153eb0032f8311d6bd (patch)
tree6da9c02c7cac604fa6a9110f28e32a0ffd34393d /cucumber-js-test-apis-ci
parent1367b73c1d1d761939f5893c711f87716a7baad0 (diff)
Upgrade Node & npm version
Change-Id: Ib41da68543824be671e162eb6c0ba78ded1949cb Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2685
Diffstat (limited to 'cucumber-js-test-apis-ci')
-rw-r--r--cucumber-js-test-apis-ci/pom.xml26
1 files changed, 16 insertions, 10 deletions
diff --git a/cucumber-js-test-apis-ci/pom.xml b/cucumber-js-test-apis-ci/pom.xml
index 18e16d10bb..b434408c1a 100644
--- a/cucumber-js-test-apis-ci/pom.xml
+++ b/cucumber-js-test-apis-ci/pom.xml
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openecomp.sdc</groupId>
@@ -8,7 +10,6 @@
</parent>
<artifactId>cucumber-bdd</artifactId>
<name>cucumber-bdd</name>
- <groupId>org.openecomp.sdc</groupId>
<version>1.6.0-SNAPSHOT</version>
<packaging>jar</packaging>
<build>
@@ -69,7 +70,6 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.6</version>
<configuration>
<installDirectory>${project.parent.parent.basedir}</installDirectory>
@@ -83,8 +83,8 @@
</goals>
<phase>generate-resources</phase>
<configuration>
- <nodeVersion>v10.15.3</nodeVersion>
- <npmVersion>6.4.1</npmVersion>
+ <nodeVersion>v10.17.0</nodeVersion>
+ <npmVersion>6.11.3</npmVersion>
</configuration>
</execution>
<execution>
@@ -134,7 +134,6 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.6</version>
<configuration>
<workingDirectory>${project.basedir}</workingDirectory>
@@ -200,7 +199,8 @@
<goal>copy-resources</goal>
</goals>
<configuration>
- <outputDirectory>${project.build.directory}/docker_assembly/cucumber</outputDirectory>
+ <outputDirectory>${project.build.directory}/docker_assembly/cucumber
+ </outputDirectory>
<resources>
<resource>
<directory>${basedir}</directory>
@@ -243,7 +243,9 @@
<dockerFileDir>${project.build.directory}/docker_assembly</dockerFileDir>
<tags>
<tag>${docker.tag}</tag>
- <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest</tag>
+ <tag>
+ ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest
+ </tag>
</tags>
</build>
</image>
@@ -258,7 +260,9 @@
</goals>
<configuration>
<removeAll>true</removeAll>
- <image>onap/cucumber-sdc-api-tests</image>
+ <images>
+ <image>onap/cucumber-sdc-api-tests</image>
+ </images>
</configuration>
</execution>
<execution>
@@ -275,7 +279,9 @@
<goal>push</goal>
</goals>
<configuration>
- <image>onap/cucumber-sdc-api-tests</image>
+ <images>
+ <image>onap/cucumber-sdc-api-tests</image>
+ </images>
</configuration>
</execution>
</executions>