diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-13 18:11:09 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-13 18:11:11 -0400 |
commit | ead6d0e14a50714151dcc46095b746ff45c14cc6 (patch) | |
tree | 69b3b5e3700beb9a7866026fcf8edb3040515c9b /aai-rest | |
parent | be1db262ffd2d3baf591809583ac20a5ee5bbcf6 (diff) |
Upversion aai-common in elalto
Issue-ID: AAI-2579
Change-Id: Ie1b1bc6590ee86edc8b520de295cfff3e10a8ea3
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-rest')
-rw-r--r-- | aai-rest/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index dfab7556..869f0f50 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.5.3-SNAPSHOT</version> + <version>1.5.4-SNAPSHOT</version> </parent> <artifactId>aai-rest</artifactId> <name>aai-rest</name> - <version>1.5.3-SNAPSHOT</version> + <version>1.5.4-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |