diff options
author | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-02-25 10:42:10 +0530 |
---|---|---|
committer | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-02-25 10:42:10 +0530 |
commit | 8e190590e536242e7d646e2f2b67ba3697599e3b (patch) | |
tree | 9df1a1ddf37a2877e81c45565f970a25c7acacad | |
parent | 253d064c3f748f3cbb38b935dc27448dc1cac9f0 (diff) |
mso-cnf-adapter changes for docker tag name
Issue-ID: SO-3518
Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: Ifd3add06343c828fb0bef07c452f7aa7c915f9fc
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -137,6 +137,11 @@ </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> + <artifactId>versions-maven-plugin</artifactId> + <version>1.3.1</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <executions> <execution> |