diff options
author | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-03-13 18:11:52 +0100 |
---|---|---|
committer | Dmitry Puzikov <dmitry.puzikov@tieto.com> | 2019-03-13 18:11:52 +0100 |
commit | d649392f915fe669d61ed766f632f2cf1efb130f (patch) | |
tree | 81da91b69f4d1c406bfc5ca77b7274c22773c671 /test/mocks/sniroemulator | |
parent | f6d021b2738d0bc2e04feab320a6321c7adced60 (diff) |
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 <dmitry.puzikov@tieto.com>
Diffstat (limited to 'test/mocks/sniroemulator')
-rw-r--r-- | test/mocks/sniroemulator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <java.version>1.8</java.version> <dockerLocation>${basedir}/target</dockerLocation> <docker.tag>latest</docker.tag> - <docker.maven.plugin.version>1.2.0</docker.maven.plugin.version> + <docker.maven.plugin.version>1.0.0</docker.maven.plugin.version> <versions.jackson>2.8.9</versions.jackson> <jetty.version>9.2.22.v20170606</jetty.version> <start-class>org.onap.integration.test.mocks.sniroemulator.MockApplication</start-class> |