diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-07 18:30:35 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-07 18:30:43 -0400 |
commit | ff62f33ca2ec3886b014afd7410805e7032990a8 (patch) | |
tree | c23e46063fbdd73043b2c60a3796cf8550b84999 /pom.xml | |
parent | b0818b9669ff6921be08bc3e3e77d3ca8259182f (diff) |
Add name to the top level pom for champ
Issue-ID: AAI-271
Change-Id: I6a6c81fa3cf12e4007cf6edbcb11fc9e5f57c52f
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ <groupId>org.openecomp.aai</groupId> <artifactId>champ</artifactId> <version>1.1.0-SNAPSHOT</version> + <name>AAI - champ</name> <properties> <tinkerpop.version>3.0.1-incubating</tinkerpop.version> <sitePath>/content/sites/site/org/onap/aai/${project.artifactId}/${project.version}</sitePath> |