diff options
author | Steve Smokowski <ss835w@att.com> | 2020-05-14 14:09:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-14 14:09:47 +0000 |
commit | d9160c65acd59d9e844b1ca72e6da7c6ee30f1fc (patch) | |
tree | ade0861438567e11c8fd0f954b617a0acaa6bea3 /bpmn | |
parent | 40d0e02c799115c2f070e93d35a9384264b332e2 (diff) | |
parent | 5f57d09b20004ad9d00706d4c305036b6fc54f16 (diff) |
Merge "switch to docker-maven-plugin because that's all"
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index 04a291af8c..b285138e9c 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -135,7 +135,7 @@ </plugin> <plugin> <groupId>io.fabric8</groupId> - <artifactId>fabric8-maven-plugin</artifactId> + <artifactId>docker-maven-plugin</artifactId> <executions> <execution> <id>start</id> |