From: liamfallon Date: Wed, 14 Mar 2018 11:07:28 +0000 (+0000) Subject: Fix artifactid parameter in archetype POM X-Git-Tag: v1.2.0~19 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=31a29bc137537e63940b8cb0d96e83beebfc30a5;p=policy%2Fdrools-applications.git Fix artifactid parameter in archetype POM The parameter ${artifactId} is depricated in POMs. This change replaces that parameter ${project.artifactId} Change-Id: I754fe11918707c599847471c438bedfd1285b0ed Issue-ID: POLICY-238 Signed-off-by: liamfallon --- diff --git a/controlloop/templates/archetype-cl-amsterdam/pom.xml b/controlloop/templates/archetype-cl-amsterdam/pom.xml index c2f3a19ac..22bccb7d1 100644 --- a/controlloop/templates/archetype-cl-amsterdam/pom.xml +++ b/controlloop/templates/archetype-cl-amsterdam/pom.xml @@ -32,7 +32,7 @@ archetype-cl-amsterdam - ${artifactId} + ${project.artifactId} Archetype to generate a yaml based control loop for ONAP Amsterdam release