diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-07 12:04:39 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-08 14:01:28 +0000 |
commit | ef7bb6c8701028a9c8a0deb33523741644e2a93f (patch) | |
tree | 4e0fe19d08cbfaac8ea413cfd6bfeca7302c8279 | |
parent | 98be1435aab87b5da656f32baff13ce650f4f9fe (diff) |
Fix group id
Issue-Id: DCAEGEN2-60
Change-Id: I6bb356d18ac57bc233175e52df6c84b63f9162b6
Signed-off-by: Lusheng Ji <lji@research.att.com>
-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> |