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 /pom.xml | |
parent | 98be1435aab87b5da656f32baff13ce650f4f9fe (diff) |
Fix group id
Issue-Id: DCAEGEN2-60
Change-Id: I6bb356d18ac57bc233175e52df6c84b63f9162b6
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |