diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-28 10:41:02 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-09-28 10:41:02 -0700 |
commit | 35921f6c42432336777607d1b2ff53191adaf420 (patch) | |
tree | bbf0bf2596ad1e0ac91fbea9820572a37c870fa6 /test/mocks | |
parent | f57e9e70201722dda6c4dfb1670c12f204f6a54e (diff) |
Update docker plugin version
Change-Id: I448f14163b8378d446a89d6a2592fa6ddf7dba76
Issue-ID: INT-215
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/mocks')
-rw-r--r-- | test/mocks/sniroemulator/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml index 5c2493755..b2902fe9a 100644 --- a/test/mocks/sniroemulator/pom.xml +++ b/test/mocks/sniroemulator/pom.xml @@ -226,10 +226,10 @@ <plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.4.11</version> + <version>1.0.0</version> <configuration> <verbose>true</verbose> - <serverId>docker-hub</serverId> + <registryUrl>${docker.push.registry}</registryUrl> <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName> <dockerDirectory>${dockerLocation}</dockerDirectory> <imageTags> |