diff options
Diffstat (limited to 'cucumber-js-test-apis-ci')
-rw-r--r-- | cucumber-js-test-apis-ci/pom.xml | 26 |
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> |