diff options
author | 2021-03-01 12:13:40 +0530 | |
---|---|---|
committer | 2021-03-01 12:13:40 +0530 | |
commit | 32c7d8ad7a8808bd74262d5353b002655ad0af6f (patch) | |
tree | d668aa8543d4ac376c1efe3025d0ac5cbf891d64 /so-cnf-adapter-application | |
parent | da93d3476d0af17603f6610600ced78aec3cd663 (diff) |
mso-cnf-adapter changes for docker tag name
Issue-ID: SO-3518
Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I734810009c9d4b30cf2c4137543b38e12527e4fa
Diffstat (limited to 'so-cnf-adapter-application')
-rwxr-xr-x | so-cnf-adapter-application/pom.xml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/so-cnf-adapter-application/pom.xml b/so-cnf-adapter-application/pom.xml index 907fa2c..c656ef8 100755 --- a/so-cnf-adapter-application/pom.xml +++ b/so-cnf-adapter-application/pom.xml @@ -30,20 +30,7 @@ </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> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-dependencies</artifactId> - <version>${springboot.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> + <name>SO CNF Application Jar</name> <build> <finalName>${project.artifactId}-${project.version}</finalName> <plugins> |