diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2020-03-01 18:53:25 -0500 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2020-03-02 16:13:50 +0000 |
commit | 7c57239a9ccc5ae1d33873e62b9798fafb66b360 (patch) | |
tree | 70f42b646555699d03eec6f7605cd8d2b5fb8f03 /aai-annotations | |
parent | 49e8504dbc5db6bedbc8db05288f35b32034bc97 (diff) |
Change the mockito to use one version
Issue-ID: AAI-2806
Change-Id: I23dc5efa936d9efe2ecf326064ae5e5046764339
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-annotations')
-rw-r--r-- | aai-annotations/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index a44ed7cf..8f4c8f6f 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.6.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-annotations</artifactId> |