diff options
-rw-r--r-- | certService/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 3 |
2 files changed, 2 insertions, 3 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> @@ -21,8 +21,7 @@ <artifactId>oparent</artifactId> <version>3.0.0</version> </parent> - - <groupId>org.onap.aaf</groupId> + <groupId>org.onap.aaf.certservice</groupId> <artifactId>aaf-certservice-parent</artifactId> <version>0.0.1</version> <name>aaf-certservice-parent</name> |