Change policy/common version in models 11/96011/1
authorJim Hahn <jrh3@att.com>
Thu, 19 Sep 2019 15:30:07 +0000 (11:30 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 19 Sep 2019 15:30:07 +0000 (11:30 -0400)
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 <jrh3@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4a31fe6..22fe09c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
         <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
 
-        <policy.common.version>1.5.2</policy.common.version>
+        <policy.common.version>1.6.0-SNAPSHOT</policy.common.version>
     </properties>
 
     <modules>