diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-06-15 17:49:31 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-06-15 17:49:38 -0400 |
commit | 5b546ad1438c64f48d05ac7814d05b65befff0d4 (patch) | |
tree | b655a2fe52b4e548182a866b8b0ecec2c0c18d11 /plugins | |
parent | 0720f985e3bdca7de47f9cc796a5cc6929ce8bd5 (diff) |
Updating module names to resolve conflicts
Issue-ID: POLICY-2365
Change-Id: I4f894f73b5f6296d823de3feff342c9ac1824e3e
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/forwarding-plugins/pom.xml | 2 | ||||
-rw-r--r-- | plugins/pom.xml | 2 | ||||
-rw-r--r-- | plugins/reception-plugins/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index ef0173ab..e9504626 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.distribution</groupId> - <artifactId>plugins</artifactId> + <artifactId>distribution-plugins</artifactId> <version>2.4.0-SNAPSHOT</version> </parent> diff --git a/plugins/pom.xml b/plugins/pom.xml index 57ef7163..89865d90 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -26,7 +26,7 @@ <version>2.4.0-SNAPSHOT</version> </parent> - <artifactId>plugins</artifactId> + <artifactId>distribution-plugins</artifactId> <name>${project.artifactId}</name> <description>The module of Policy Distribution that holds plugins for custom policy reception and forwarding.</description> diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index d14e69cb..ea10d972 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.distribution</groupId> - <artifactId>plugins</artifactId> + <artifactId>distribution-plugins</artifactId> <version>2.4.0-SNAPSHOT</version> </parent> |