diff options
-rw-r--r-- | blueprints/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/blueprints/pom.xml b/blueprints/pom.xml index b1cbcef..fe60911 100644 --- a/blueprints/pom.xml +++ b/blueprints/pom.xml @@ -21,11 +21,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.dcaegen2</groupId> + <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>blueprints</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.onap.dcaegen2.blueprints</groupId> + <groupId>org.onap.dcaegen2.platform.blueprints</groupId> <artifactId>blueprints</artifactId> <name>blueprints</name> <version>1.0.0-SNAPSHOT</version> @@ -26,7 +26,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.onap.dcaegen2</groupId> + <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>blueprints</artifactId> <name>blueprints</name> <version>1.0.0-SNAPSHOT</version> |