From d649392f915fe669d61ed766f632f2cf1efb130f Mon Sep 17 00:00:00 2001 From: Dmitry Puzikov Date: Wed, 13 Mar 2019 18:11:52 +0100 Subject: Fix image push failures Latest com.spotify:docker-maven-plugin has a bug preventing images to be pushed to the private registries. Latest bug-free version is 1.0.0 so revert to it. Change-Id: Ibe8f733a2e6b059203fa5dcca297ad35e7e1fe42 Issue-ID: INT-879 Signed-off-by: Dmitry Puzikov --- test/mocks/sniroemulator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml index 2a1402b8f..7ad3e7a66 100644 --- a/test/mocks/sniroemulator/pom.xml +++ b/test/mocks/sniroemulator/pom.xml @@ -21,7 +21,7 @@ 1.8 ${basedir}/target latest - 1.2.0 + 1.0.0 2.8.9 9.2.22.v20170606 org.onap.integration.test.mocks.sniroemulator.MockApplication -- cgit 1.2.3-korg