diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-02-13 08:17:55 +0100 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-02-13 08:18:01 +0100 |
commit | 5d71eb7f9e6166cc00be8d50f660cb522c0575ef (patch) | |
tree | c8ff65c50f90a991d9f3579ce603a48215a0a277 /certService/pom.xml | |
parent | beecacb90fedca1a1a6595e4f052e582b3efe72c (diff) |
Adjust naming in poms.
Issue-ID: AAF-995
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I5000958af20de776992398aa0be324a562d8b4c7
Diffstat (limited to 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index 790158e9..4a300ba3 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -17,14 +17,13 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.aaf.certservice</groupId> - <artifactId>aaf-certservice-parent</artifactId> + <artifactId>aaf-certservice</artifactId> <version>0.0.1</version> </parent> - - <artifactId>cert-service</artifactId> + <artifactId>aaf-certservice-api</artifactId> <version>0.0.1</version> - <name>cert-service</name> - <description>Certification service</description> + <name>aaf-certservice-api</name> + <description>AAF Certification Service Api</description> <packaging>jar</packaging> <properties> |