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 /adapters/mso-sdnc-adapter/pom.xml | |
parent | 40d0e02c799115c2f070e93d35a9384264b332e2 (diff) | |
parent | 5f57d09b20004ad9d00706d4c305036b6fc54f16 (diff) |
Merge "switch to docker-maven-plugin because that's all"
Diffstat (limited to 'adapters/mso-sdnc-adapter/pom.xml')
-rw-r--r-- | adapters/mso-sdnc-adapter/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapters/mso-sdnc-adapter/pom.xml b/adapters/mso-sdnc-adapter/pom.xml index 7fd1aa62d4..5001665779 100644 --- a/adapters/mso-sdnc-adapter/pom.xml +++ b/adapters/mso-sdnc-adapter/pom.xml @@ -63,7 +63,7 @@ </plugin> <plugin> <groupId>io.fabric8</groupId> - <artifactId>fabric8-maven-plugin</artifactId> + <artifactId>docker-maven-plugin</artifactId> <executions> <execution> <id>start</id> |