From a617d3e1dcdcf63c38406e9bdb0e38834befb8d2 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 24 Mar 2020 14:45:24 -0400 Subject: Bump patch 1.6.1 to fix JUnit issue The docker stage job is not succeeded, nor is the sonar job. Logging doesn't produce anything useful, so the best bet is to fix the order of the tests and hope that fixes the problem. Regardless must bump the patch to release it again. Issue-ID: POLICY-2378 Change-Id: I01ff47c8deb124e9fd6ffcb37407dc580ecd6b03 Signed-off-by: Pamela Dragosh --- TestSuite/Performance/pom.xml | 2 +- TestSuite/Stability/pom.xml | 2 +- TestSuite/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'TestSuite') diff --git a/TestSuite/Performance/pom.xml b/TestSuite/Performance/pom.xml index f285cabbb..30a611c1f 100644 --- a/TestSuite/Performance/pom.xml +++ b/TestSuite/Performance/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.engine TestSuite - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT Performance diff --git a/TestSuite/Stability/pom.xml b/TestSuite/Stability/pom.xml index 3fb6d9d6b..25ad9bed1 100644 --- a/TestSuite/Stability/pom.xml +++ b/TestSuite/Stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.engine TestSuite - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT Stability diff --git a/TestSuite/pom.xml b/TestSuite/pom.xml index d5feb5062..1826b771b 100644 --- a/TestSuite/pom.xml +++ b/TestSuite/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT TestSuite pom -- cgit 1.2.3-korg