From ef2ff6bae65870a4fccc25373c0cfae881e14a81 Mon Sep 17 00:00:00 2001 From: ramverma Date: Thu, 23 Aug 2018 13:50:31 +0100 Subject: Fix sonar and checkstyle issues in distribution * Fixing all check style issues. * Fixing all sonar issues. * Adding maven check style plugin to fail at warning level. Change-Id: I791b8feef39a3a0c3e1e250efea7b6e78208bf07 Issue-ID: POLICY-1035 Signed-off-by: ramverma --- forwarding/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'forwarding/pom.xml') diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 830f3724..4335a046 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -40,12 +40,12 @@ org.onap.policy.common common-parameters - 1.3.0-SNAPSHOT + ${policy.common.version} org.onap.policy.common ONAP-Logging - 1.3.0-SNAPSHOT + ${policy.common.version} -- cgit 1.2.3-korg