diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-02-13 07:31:47 +0100 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-02-13 07:40:35 +0100 |
commit | beecacb90fedca1a1a6595e4f052e582b3efe72c (patch) | |
tree | 598d58ddf7eddcfb7995400c22a4c55f3f049d67 /certService/pom.xml | |
parent | 6b5dc292691abddfba8a373103c9ffa05db9ec5f (diff) |
Change groupId in parent pom.
Issue-ID: AAF-995
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I22923eb903ec2f02c0b8e7ac59273802cd0074e9
Diffstat (limited to 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index 820bcced..790158e9 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.aaf</groupId> + <groupId>org.onap.aaf.certservice</groupId> <artifactId>aaf-certservice-parent</artifactId> <version>0.0.1</version> </parent> |