diff options
-rw-r--r-- | cucumber-js-test-apis-ci/pom.xml | 8 | ||||
-rw-r--r-- | test-apis-ci/pom.xml | 12 |
2 files changed, 7 insertions, 13 deletions
diff --git a/cucumber-js-test-apis-ci/pom.xml b/cucumber-js-test-apis-ci/pom.xml index b434408c1a..fb6a62d96d 100644 --- a/cucumber-js-test-apis-ci/pom.xml +++ b/cucumber-js-test-apis-ci/pom.xml @@ -260,9 +260,7 @@ </goals> <configuration> <removeAll>true</removeAll> - <images> - <image>onap/cucumber-sdc-api-tests</image> - </images> + <image>onap/cucumber-sdc-api-tests</image> </configuration> </execution> <execution> @@ -279,9 +277,7 @@ <goal>push</goal> </goals> <configuration> - <images> - <image>onap/cucumber-sdc-api-tests</image> - </images> + <image>onap/cucumber-sdc-api-tests</image> </configuration> </execution> </executions> diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index fa79ff2be0..807b59d63b 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -600,7 +600,9 @@ <dockerFileDir>${project.basedir}/sdc-api-tests</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> @@ -615,9 +617,7 @@ </goals> <configuration> <removeAll>true</removeAll> - <images> - <image>onap/sdc-api-tests</image> - </images> + <image>onap/sdc-api-tests</image> </configuration> </execution> @@ -636,9 +636,7 @@ <goal>push</goal> </goals> <configuration> - <images> - <image>onap/sdc-api-tests</image> - </images> + <image>onap/sdc-api-tests</image> </configuration> </execution> </executions> |