summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-05-14 14:09:47 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-14 14:09:47 +0000
commitd9160c65acd59d9e844b1ca72e6da7c6ee30f1fc (patch)
treeade0861438567e11c8fd0f954b617a0acaa6bea3 /pom.xml
parent40d0e02c799115c2f070e93d35a9384264b332e2 (diff)
parent5f57d09b20004ad9d00706d4c305036b6fc54f16 (diff)
Merge "switch to docker-maven-plugin because that's all"
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 14582a4d2f..9a095f5147 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>