summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-09-27 10:47:12 -0400
committerLusheng Ji <lji@research.att.com>2018-09-27 10:51:11 -0400
commit97e5cd1f5991b8b50ff77e52dc6b5d82cb936e0c (patch)
treeb70cebb8c53546ec8b57dde7da63bc0e1d2b022e
parentb62fdb336a06d33b0dbf53a4f58b7880b4741ed4 (diff)
Fix docker build
Issue-ID: DCAEGEN2-716 Change-Id: I196b7769302d91198fd84e7c3861e16a7ead4f91 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 47c9ace..872b6bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>1.1.0</version>
+ <version>1.0.0</version>
<configuration>
<skipDocker>true</skipDocker>
</configuration>