diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-07-24 16:42:43 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-07-24 17:11:32 -0400 |
commit | c19785ed19245a586dc8f271713ae59248fd8f81 (patch) | |
tree | f4a353df7cdab3ea2a1567328aaf5853ed231382 /aai-utils | |
parent | 633f50e7d81bbea7f2eca584c9ebb3e3244ecd5c (diff) |
Upversion aai-common for Frankfurt
Issue-ID: AAI-2550
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ic41137e89b9cd1d2e76f8d773e842d5b64cf2fbb
Diffstat (limited to 'aai-utils')
-rw-r--r-- | aai-utils/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 5e733727..000c2d6f 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> <artifactId>aai-utils</artifactId> <name>aai-utils</name> - <version>1.5.2-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |