diff options
author | 2018-08-01 17:01:08 +0100 | |
---|---|---|
committer | 2018-08-01 17:01:08 +0100 | |
commit | e4a7e56f452c03ce832fe2fa59430cb1ae985949 (patch) | |
tree | c60aeb4865bd6ee9cf3b6425632e9aaa70edcafb | |
parent | 9f0385738187dc18fa479b8498d63e382723f5ea (diff) |
Add name property in pom as aai-spike
The aai prefix in the name is needed to identify the microservice as
part of AAI. For example, for the AAI Sonar project.
Change-Id: I035c392668a71d7af6a5b6b138b66cee6cd35e13
Issue-ID: AAI-1438
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ <groupId>org.onap.aai</groupId> <artifactId>spike</artifactId> <version>1.0.0-SNAPSHOT</version> + <name>aai-spike</name> <properties> <aaiCommonVersion>1.2.4</aaiCommonVersion> |