diff options
author | Jim Hahn <jrh3@att.com> | 2020-03-16 18:26:08 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-03-16 18:26:08 -0400 |
commit | f71f1109d08c3ca1da43c7122bce0fedb4d0027e (patch) | |
tree | 296c2abe94dcb0bfafd18575e7f866a46b691b78 /controlloop/common | |
parent | c38ecec3e51ef7a5cbb820875a441f8551cd133b (diff) |
Fix artifact name in frankfurt controller
Issue-ID: POLICY-2385
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: Ie250fd7f2e4a97c81c83f176159fc60d69a001af
Diffstat (limited to 'controlloop/common')
-rw-r--r-- | controlloop/common/feature-controlloop-frankfurt/src/main/feature/config/frankfurt-controller.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-frankfurt/src/main/feature/config/frankfurt-controller.properties b/controlloop/common/feature-controlloop-frankfurt/src/main/feature/config/frankfurt-controller.properties index 2129f1b40..fb3661da8 100644 --- a/controlloop/common/feature-controlloop-frankfurt/src/main/feature/config/frankfurt-controller.properties +++ b/controlloop/common/feature-controlloop-frankfurt/src/main/feature/config/frankfurt-controller.properties @@ -21,7 +21,7 @@ controller.name=frankfurt rules.groupId=${project.groupId} -rules.artifactId=controlloop-frankfurt +rules.artifactId=controller-frankfurt rules.version=${project.version} dmaap.source.topics=DCAE_TOPIC,APPC-CL,APPC-LCM-WRITE,SDNR-CL-RSP |