summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBenjamin, Max <max.benjamin@att.com>2020-05-13 17:48:03 -0400
committerBenjamin, Max (mb388a) <mb388a@att.com>2020-05-13 17:48:03 -0400
commit5f57d09b20004ad9d00706d4c305036b6fc54f16 (patch)
tree4d6fe95e29c71337a8658382ec88161bf3629fce /pom.xml
parent0746d5df51818753e950bf7a18d1d2d5ba583d0a (diff)
switch to docker-maven-plugin because that's all
switch to docker-maven-plugin because that's all we need Issue-ID: SO-2933 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I65783d3a7c172f4ce7fc39d64a3987eeae58feed
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 909c1b9b14..6ee92f574d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
<camunda.springboot.version>3.2.0</camunda.springboot.version>
<format.skipValidate>false</format.skipValidate>
<format.skipExecute>true</format.skipExecute>
- <io.fabric8.version>4.1.0</io.fabric8.version>
+ <io.fabric8.version>0.33.0</io.fabric8.version>
<appc.client.version>1.7.1</appc.client.version>
</properties>
<distributionManagement>
@@ -536,7 +536,7 @@
<plugins>
<plugin>
<groupId>io.fabric8</groupId>
- <artifactId>fabric8-maven-plugin</artifactId>
+ <artifactId>docker-maven-plugin</artifactId>
<version>${io.fabric8.version}</version>
<configuration>
<skip>${docker.skip}</skip>
@@ -920,7 +920,6 @@
<properties>
<docker.skip>false</docker.skip>
<docker.skip.build>false</docker.skip.build>
- <fabric8.skipResourceValidation>true</fabric8.skipResourceValidation>
</properties>
</profile>
<profile>
@@ -929,7 +928,6 @@
<docker.skip>false</docker.skip>
<docker.skip.build>false</docker.skip.build>
<docker.skip.push>false</docker.skip.push>
- <fabric8.skipResourceValidation>true</fabric8.skipResourceValidation>
</properties>
</profile>
<profile>