diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-02-11 10:04:30 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2020-02-11 15:11:05 -0500 |
commit | cb56eaf2e22e8246f769dde0fa52cadaca5158bc (patch) | |
tree | fbb67735daf8fcf68e6ae0a2a35ee2b7ce1298f8 /pom.xml | |
parent | bd9573e1f99f88a236baa2b2507cc1143056e959 (diff) |
Add an unit test for the bug with children1.6.4
Issue-ID: AAI-2790
Change-Id: I976384de5fe4300b7793850ef416cef9d2e013c7
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,11 +26,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.6.3</version> + <version>1.6.4</version> </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> |