diff options
author | Varun Gudisena <vg411h@att.com> | 2017-08-31 10:55:18 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-08-31 10:55:26 -0500 |
commit | 5be3b78cd2fdef0aa053107d4c936878dbf35c75 (patch) | |
tree | c04475cb0fee61f082e8ad9695031e4aed85caa1 /src/main/config/template.lrm.xml | |
parent | 2b4d7eb39b0ceb182467d564ab457a61ce873ed3 (diff) |
Revert package name changes
Reverted package name changes to avoid any potential issues. Renamed maven
group id only.
Issue-id: DMAAP-74
Change-Id: Iba0602915e28e14e018aa7b8e8261668135b5410
Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'src/main/config/template.lrm.xml')
-rw-r--r-- | src/main/config/template.lrm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/config/template.lrm.xml b/src/main/config/template.lrm.xml index a36cf2c..5b7403c 100644 --- a/src/main/config/template.lrm.xml +++ b/src/main/config/template.lrm.xml @@ -96,7 +96,7 @@ </ResourceProps> <ResourceProps> <Tag>start.class</Tag> - <Value>org.onap.dmaap.messagerouter.mirroragent.nsa.dmaapMMAgent.MirrorMakerAgent</Value> + <Value>com.att.nsa.dmaapMMAgent.MirrorMakerAgent</Value> </ResourceProps> <ResourceProps> <Tag>stdout.redirect</Tag> |