aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-06-26 14:50:53 +0000
committerRam Krishna Verma <ram.krishna.verma@est.tech>2019-06-26 15:55:30 +0000
commitdc7a37e9fefd6f3db7c2b710e0188c5b4c5e0b76 (patch)
tree971f9556fd91bf634c3771284b9ac9602cbc7322 /pom.xml
parentcb99ad005b08fb37bb81fdc235a61d918dc5755e (diff)
Use ToStringTester from utils-test
Changing ToStringTester from utils to utils-test. Correcting the policy/common & policy/models version. Change-Id: Ib0a14da17227f0f65004dc525a47f17519e25110 Issue-ID: POLICY-1746 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f32209c7..a3b22878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,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.0-SNAPSHOT</policy.common.version>
+ <policy.common.version>1.5.1-SNAPSHOT</policy.common.version>
<policy.models.version>2.1.0</policy.models.version>
</properties>