diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-19 09:12:23 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-19 09:55:58 -0400 |
commit | ee0ce402da3f81ef339a2f18442fea071425935e (patch) | |
tree | 75494cfcaca818c0d9bca2574a1cb56a394dfd9a /features/ccsdk-sli-adaptors-all/pom.xml | |
parent | fcb71dde27e5913000fb701313d901edc51a426a (diff) |
Fix messagerouter groupId0.4.1
Changed groupId from org.onap.ccsdk.messagerouter to
org.onap.ccsdk.sli.adaptors.messagerouter. The groupId must agree
with the repository.
Change-Id: Ia417eee8df38e0441529bd423792e410aca68c54
Issue-ID: CCSDK-1169
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'features/ccsdk-sli-adaptors-all/pom.xml')
-rw-r--r-- | features/ccsdk-sli-adaptors-all/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/ccsdk-sli-adaptors-all/pom.xml b/features/ccsdk-sli-adaptors-all/pom.xml index acb33c02..d54c54e3 100644 --- a/features/ccsdk-sli-adaptors-all/pom.xml +++ b/features/ccsdk-sli-adaptors-all/pom.xml @@ -80,7 +80,7 @@ <classifier>features</classifier> </dependency> <dependency> - <groupId>org.onap.ccsdk.messagerouter</groupId> + <groupId>${project.groupId}.messagerouter</groupId> <artifactId>publisher.features</artifactId> <version>${project.version}</version> <type>xml</type> |