aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-09-19 11:30:07 -0400
committerJim Hahn <jrh3@att.com>2019-09-19 11:30:07 -0400
commitf70ddacbd97e34ad0d1373466367115982a251db (patch)
tree55fb9e06d7ff1f5d9289d1d146ebb1282a129d9d
parent0646adc54ef290609a4e7efa305d2dec2f1438af (diff)
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 <jrh3@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4a31fe652..22fe09ca7 100644
--- 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>