aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsandovalfr <frank.sandoval@oamtechnologies.com>2019-03-14 17:07:14 -0600
committersandovalfr <frank.sandoval@oamtechnologies.com>2019-03-14 17:09:07 -0600
commit55cba2c427b87e404fb038f48fa53cf5537237a2 (patch)
tree674b046b0bda48918d9866280b124a14e8d356ad /pom.xml
parent8d21e71c13ab39ec01070fedaa298ff72e62da58 (diff)
build mutli-platform images
Issue-ID: INT-928 Change-Id: I05dcd3e7ed2c01bd74c6be4210c6e24dd4e72543 Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e90cfec..c3e2587 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,9 +43,9 @@
<build>
<plugins>
<plugin>
- <groupId>com.spotify</groupId>
+ <groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>${docker.maven.plugin.version}</version>
+ <version>0.28.0</version>
<configuration>
<skipDockerBuild>${skip.docker.build}</skipDockerBuild>
</configuration>