From f70ddacbd97e34ad0d1373466367115982a251db Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 19 Sep 2019 11:30:07 -0400 Subject: Change policy/common version in models Junits in policy/api were breaking. Tracked it down to the fact the policy/models was still referencing an old version of policy/common. Change-Id: I1aee40336382741d62cabbcac0f6268d2ceab263 Issue-ID: POLICY-2101 Signed-off-by: Jim Hahn --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4a31fe652..22fe09ca7 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.5.2 + 1.6.0-SNAPSHOT -- cgit 1.2.3-korg