diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-03-10 13:20:31 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-03-10 13:20:33 -0400 |
commit | a68d99d964ebdffffc50c069a918325d197f17e5 (patch) | |
tree | e8c0b1028c60fdb985a55470e9a2967b0330fd1b /aai-resources | |
parent | fe9dbd1efa0346d18287e159c970277932f32a10 (diff) |
Use 1.6.10 of aai-common
Issue-ID: AAI-2831
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ib84d14f9ae94cc2e737e25dff69f0710da7d7edb
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index be06a26..d2de14c 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.6.5-SNAPSHOT</version> + <version>1.6.6-SNAPSHOT</version> </parent> <properties> <java.version>1.8</java.version> |