diff options
author | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-02-27 00:05:16 +0530 |
---|---|---|
committer | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-02-27 00:20:05 +0530 |
commit | b6a6341a2ddf9ba1b437bc606481600ff0170c55 (patch) | |
tree | a1a1491348c48953e45bb22ceb729bcb15cbfc3b | |
parent | b090c99a8c9742c54e520005a6aef087edf258e0 (diff) |
mso-cnf-adapter changes for docker tag name
Issue-ID: SO-3518
Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I60861c6725f2a8b30de76b252e9db71cfdfb506b
-rwxr-xr-x | so-cnf-adapter-application/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/so-cnf-adapter-application/pom.xml b/so-cnf-adapter-application/pom.xml index aa4ad05..907fa2c 100755 --- a/so-cnf-adapter-application/pom.xml +++ b/so-cnf-adapter-application/pom.xml @@ -29,6 +29,7 @@ <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>so-cnf-adapter-application</artifactId> + <version>1.8.0-SNAPSHOT</version> <name>so-cnf-adapter</name> <packaging>jar</packaging> <description>Web service endpoint for cnf operations</description> @@ -162,7 +163,7 @@ <dependency> <groupId>org.onap.so</groupId> <artifactId>aai-client</artifactId> - <version>${project.version}</version> + <version>1.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.sun.xml.ws</groupId> |