diff options
-rw-r--r-- | platformdoc/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/platformdoc/pom.xml b/platformdoc/pom.xml index 9c07291a..573f395d 100644 --- a/platformdoc/pom.xml +++ b/platformdoc/pom.xml @@ -22,7 +22,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.dcaegen2</groupId> - <artifactId>root</artifactId> + <artifactId>dcaegen2</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2</groupId> @@ -26,9 +26,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <version>0.1.1</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> - <groupId>org.onap</groupId> + <groupId>org.onap.dcaegen2</groupId> <artifactId>dcaegen2</artifactId> - <name>dcaegen2-root</name> + <name>dcaegen2</name> <version>1.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> |