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>
diff --git a/pom.xml b/pom.xml
index f35c665..bb772c8 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>