From b109c218ab7db28fd1cbe62c808496dfdedad809 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 18 Jul 2018 11:23:20 +0100 Subject: Fix incorrect naming on context plugins This change fixes inconsistent naming on the context plugins in APEX. All plugins should fillow the naming convention of plugin-A.plugin-A.B.plugin.A.B.C and so on. Not following this convention breaks the APEX documentation build. Issue-ID: POLICY-954 Change-Id: I8aad4a28d143427e60017eaa119ee4f7ce9f5b3d Signed-off-by: liamfallon --- packages/apex-pdp-package-full/pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'packages/apex-pdp-package-full/pom.xml') diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml index 890f9f55e..2b05807e2 100644 --- a/packages/apex-pdp-package-full/pom.xml +++ b/packages/apex-pdp-package-full/pom.xml @@ -43,32 +43,32 @@ - org.onap.policy.apex-pdp.plugins.plugins-context.context-distribution - context-distribution-hazelcast + org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-distribution + plugins-context-distribution-hazelcast ${project.version} - org.onap.policy.apex-pdp.plugins.plugins-context.context-distribution - context-distribution-infinispan + org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-distribution + plugins-context-distribution-infinispan ${project.version} - org.onap.policy.apex-pdp.plugins.plugins-context.context-locking - context-locking-hazelcast + org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-locking + plugins-context-locking-hazelcast ${project.version} - org.onap.policy.apex-pdp.plugins.plugins-context.context-locking - context-locking-curator + org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-locking + plugins-context-locking-curator ${project.version} - org.onap.policy.apex-pdp.plugins.plugins-context.context-schema - context-schema-avro + org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-schema + plugins-context-schema-avro ${project.version} -- cgit 1.2.3-korg