summaryrefslogtreecommitdiffstats
path: root/message-router/publisher/sample.client
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-19 09:12:23 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-19 09:55:58 -0400
commitee0ce402da3f81ef339a2f18442fea071425935e (patch)
tree75494cfcaca818c0d9bca2574a1cb56a394dfd9a /message-router/publisher/sample.client
parentfcb71dde27e5913000fb701313d901edc51a426a (diff)
Fix messagerouter groupId
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 'message-router/publisher/sample.client')
-rwxr-xr-xmessage-router/publisher/sample.client/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/message-router/publisher/sample.client/pom.xml b/message-router/publisher/sample.client/pom.xml
index a264bff13..04e0f7a67 100755
--- a/message-router/publisher/sample.client/pom.xml
+++ b/message-router/publisher/sample.client/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.messagerouter</groupId>
+ <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId>
<artifactId>publisher.aggregate</artifactId>
<version>0.4.1-SNAPSHOT</version>
</parent>
@@ -13,7 +13,7 @@
<dependencies>
<dependency>
- <groupId>org.onap.ccsdk.messagerouter</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>publisher.api</artifactId>
<version>${project.version}</version>
</dependency>
@@ -30,7 +30,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
- <Private-Package>org.onap.ccsdk.messagerouter.publisher.client.impl</Private-Package>
+ <Private-Package>${project.groupId}.publisher.client.impl</Private-Package>
</instructions>
</configuration>
</plugin>