diff options
author | an4828 <nekrassov@att.com> | 2017-09-11 14:53:56 -0400 |
---|---|---|
committer | an4828 <nekrassov@att.com> | 2017-09-11 15:21:58 -0400 |
commit | a079325b5e13fe224cfd3d3aebf5ab0fe895b372 (patch) | |
tree | b03432eacdafc4460730c4f537733e2345604131 /dcae-analytics-test/pom.xml | |
parent | 7248901b4cdd51cd0dee33e6fcd24bdc88ca7754 (diff) |
Fix groupId for TCA
Change-Id: I9179d7d18fa05ae9859fd250953d0479a9564142
Signed-off-by: an4828 <nekrassov@att.com>
Issue-ID: DCAEGEN2-65
Signed-off-by: an4828 <nekrassov@att.com>
Diffstat (limited to 'dcae-analytics-test/pom.xml')
-rw-r--r-- | dcae-analytics-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcae-analytics-test/pom.xml b/dcae-analytics-test/pom.xml index df14029..5dfd87f 100644 --- a/dcae-analytics-test/pom.xml +++ b/dcae-analytics-test/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.dcae.apod.analytics</groupId> + <groupId>org.onap.dcaegen2.analytics.tca</groupId> <artifactId>dcae-analytics</artifactId> <version>2.0.0-SNAPSHOT</version> </parent> |