diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-07-01 15:48:07 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-07-01 15:48:07 +0000 |
commit | 369435c42225f030a729b23ce0a9f01d288deed3 (patch) | |
tree | 263529b83b91581cb3ee65731e91a5d5a6c781d5 /pom.xml | |
parent | 3aeb1e71b4ee9d413243fb114c5d072acad1dfb2 (diff) |
Use ToStringTester from utils-test
Changing ToStringTester from utils to utils-test.
Bumping the policy/common & policy/models version.
Change-Id: Idf665bc92345c445f483ebfb190d39c7019280aa
Issue-ID: POLICY-1746
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,8 +45,8 @@ <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</policy.common.version> - <policy.models.version>2.1.0</policy.models.version> + <policy.common.version>1.5.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.1.1-SNAPSHOT</policy.models.version> </properties> <modules> |