aboutsummaryrefslogtreecommitdiffstats
path: root/participant/pom.xml
diff options
context:
space:
mode:
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>2022-04-06 09:22:17 +0100
committerLiam Fallon <liam.fallon@est.tech>2022-04-11 14:29:25 +0000
commit4ad746a6beaaeda033adf0956e9ef2fe5d5c9794 (patch)
treeb6123957ede764e92ada79bbaa2251dc89079c0c /participant/pom.xml
parenteae4bcc833318cab5cb8f1c828e94eb838faf6ce (diff)
Rename controlloop to ACM
Issue-ID: POLICY-3941 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I3a9d66b5f6be55e722bb15326d0af83a1b698a02
Diffstat (limited to 'participant/pom.xml')
-rw-r--r--participant/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/participant/pom.xml b/participant/pom.xml
index e252b7510..8c62f9b52 100644
--- a/participant/pom.xml
+++ b/participant/pom.xml
@@ -32,7 +32,7 @@
<groupId>org.onap.policy.clamp.participant</groupId>
<artifactId>policy-clamp-participant</artifactId>
<name>${project.artifactId}</name>
- <description>participants that communicate with the runtime server to handle control loops</description>
+ <description>participants that communicate with the runtime server to handle automation compositions</description>
<packaging>pom</packaging>
<modules>
@@ -142,7 +142,7 @@
<configuration>
<archive>
<manifest>
- <mainClass>org.onap.policy.clamp.controlloop.participant.simulator.main.startstop.Main</mainClass>
+ <mainClass>org.onap.policy.clamp.acm.participant.simulator.main.startstop.Main</mainClass>
</manifest>
</archive>
<descriptorRefs>