diff options
author | jimmy <jf2512@att.com> | 2020-02-10 14:36:02 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2020-02-10 15:00:34 -0500 |
commit | 3037714d02ad579925c0102d4a5c1646db0c30c0 (patch) | |
tree | 9c61a6eb0799f25ea0d2e0ff734c8b80a00e266b /aai-rest | |
parent | 0aef5509aec19c6eab75ad98ed8e071706a9a0db (diff) |
Change jacoco exec to xml report path
Issue-ID: AAI-2793
Change-Id: Ic9b51adb31d8795c06b509333a83601504b9d9ea
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-rest')
-rw-r--r-- | aai-rest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index ebf464dc..c271ccc0 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-rest</artifactId> |