diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-03-14 11:07:28 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-03-14 11:09:37 +0000 |
commit | 31a29bc137537e63940b8cb0d96e83beebfc30a5 (patch) | |
tree | 75e6f572c5ba85b91a7ae47f0d1b02c01743d88e /controlloop | |
parent | e3087ccf305aedb968005bd1d91e8b624a10346e (diff) |
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 <liam.fallon@ericsson.com>
Diffstat (limited to 'controlloop')
-rw-r--r-- | controlloop/templates/archetype-cl-amsterdam/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <artifactId>archetype-cl-amsterdam</artifactId> - <name>${artifactId}</name> + <name>${project.artifactId}</name> <description>Archetype to generate a yaml based control loop for ONAP Amsterdam release</description> <build> |