From 3037714d02ad579925c0102d4a5c1646db0c30c0 Mon Sep 17 00:00:00 2001 From: jimmy Date: Mon, 10 Feb 2020 14:36:02 -0500 Subject: [PATCH] Change jacoco exec to xml report path Issue-ID: AAI-2793 Change-Id: Ic9b51adb31d8795c06b509333a83601504b9d9ea Signed-off-by: Jimmy Forsyth --- aai-annotations/pom.xml | 2 +- aai-auth/pom.xml | 2 +- aai-common-docker/pom.xml | 2 +- aai-core/pom.xml | 10 +++++----- aai-parent/pom.xml | 2 +- aai-rest/pom.xml | 2 +- aai-schema-abstraction/pom.xml | 2 +- aai-schema-ingest/pom.xml | 2 +- aai-utils/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 61156800..932454cc 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-parent - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT ../aai-parent/pom.xml aai-annotations diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 1f29c9da..223e1b53 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-parent - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT ../aai-parent/pom.xml aai-auth diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index 72b12cfa..c7055968 100644 --- a/aai-common-docker/pom.xml +++ b/aai-common-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.aai-common aai-parent - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT ../aai-parent/pom.xml diff --git a/aai-core/pom.xml b/aai-core/pom.xml index eebfbebc..9c361ac1 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.aai-common aai-parent - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT ../aai-parent/pom.xml aai-core @@ -39,7 +39,7 @@ java jacoco ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec + ${project.build.directory}/coverage-reports/jacoco.xml false ${project.version} 4.5.5 @@ -130,7 +130,7 @@ prepare-agent - ${project.build.directory}/coverage-reports/jacoco.exec + ${project.build.directory}/coverage-reports/jacoco.xml @@ -142,7 +142,7 @@ - ${project.build.directory}/coverage-reports/jacoco.exec + ${project.build.directory}/coverage-reports/jacoco.xml ${project.reporting.outputDirectory}/jacoco @@ -153,7 +153,7 @@ check - ${project.build.directory}/coverage-reports/jacoco.exec + ${project.build.directory}/coverage-reports/jacoco.xml BUNDLE diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 68aaf02d..55a6710d 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-common - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT aai-parent aai-parent 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 @@ org.onap.aai.aai-common aai-parent - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT ../aai-parent/pom.xml aai-rest diff --git a/aai-schema-abstraction/pom.xml b/aai-schema-abstraction/pom.xml index 14b07a56..fb212640 100644 --- a/aai-schema-abstraction/pom.xml +++ b/aai-schema-abstraction/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.aai-common aai-parent - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT ../aai-parent/pom.xml diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 183c553d..c684d9dd 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -15,7 +15,7 @@ org.onap.aai.aai-common aai-parent - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT ../aai-parent/pom.xml aai-schema-ingest diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index b090050f..8c7eba9f 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,7 +29,7 @@ org.onap.aai.aai-common aai-parent - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT ../aai-parent/pom.xml aai-utils diff --git a/pom.xml b/pom.xml index dc5aebc3..f5e9a7df 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.6.3-SNAPSHOT + 1.6.4-SNAPSHOT pom aai-aai-common Contains all of the common code for resources and traversal repos diff --git a/version.properties b/version.properties index fd029077..fc0709cd 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=6 -patch_version=3 +patch_version=4 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6