diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-09 17:56:20 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-09 17:56:43 -0500 |
commit | bbb0564f720281765027df3fd9f1b174cae8bfb4 (patch) | |
tree | 675f09a6e737755a63f76e242251e212650cb7ab | |
parent | 5cfca4245fee3ed0cef854a3028651e2f57bcc55 (diff) |
Update the project version to fix stage site
logging service jar being not found
Issue-ID: AAI-453
Change-Id: I58c1ad1e9d6034859ba9de5b90f9373388b33894
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r-- | aai-utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 6c01065a..e162f730 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>1.0.0</version> + <version>${project.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.springframework/spring-core --> |