diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-08-03 19:10:30 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-08-03 19:13:47 -0500 |
commit | c684600769c1f84114d8458899056d9224f4301f (patch) | |
tree | 03bf2dd135259f213449d0bf798c4cc26f38a9b0 | |
parent | f4118b341c16c93918e4cc57710128e8ad8407ec (diff) |
Point to policy/common 1.5.1 released version
Issue-ID: POLICY-1953
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I4c2739dac8d9a0648b419635c6198c7dfa3fb720
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.1-SNAPSHOT</policy.common.version> + <policy.common.version>1.5.1</policy.common.version> </properties> <modules> |