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 --- tools/model-generator/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/model-generator/pom.xml b/tools/model-generator/pom.xml index 2cdc7c20f..5da446c77 100644 --- a/tools/model-generator/pom.xml +++ b/tools/model-generator/pom.xml @@ -47,8 +47,8 @@ ${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} @@ -57,4 +57,4 @@ ${project.version} - \ No newline at end of file + -- cgit 1.2.3-korg