summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-09 06:02:55 -0700
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-09 06:02:55 -0700
commit3c529b9281fb67ffc550543bdc7d79daefa85fb2 (patch)
treeaa85bdb1643ea264b4542c13e962935484d1016c /pom.xml
parentd604f2e0a1f06f2d96f00d8765b73cf67226f2f3 (diff)
Update the docker spotify plugin version
Update the docker spotify plugin version, this one fixes the skip issue Change-Id: I00557507927c08141cf7e50c359301fed4e04f5c Issue-id: CLAMP-38 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f35c665e7..bb772c84d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -565,7 +565,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.4.11</version>
+ <version>1.0.0</version>
<configuration>
<imageName>onap/clamp</imageName>
<dockerDirectory>src/main/docker</dockerDirectory>