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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,10 +22,10 @@ <version>3.0.0</version> </parent> <groupId>org.onap.aaf.certservice</groupId> - <artifactId>aaf-certservice-parent</artifactId> + <artifactId>aaf-certservice</artifactId> <version>0.0.1</version> - <name>aaf-certservice-parent</name> - <description>AAF Certification Service parent</description> + <name>aaf-certservice</name> + <description>AAF Certification Service</description> <packaging>pom</packaging> <properties> |