summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorjrh3 <jrh3@att.com>2019-09-12 14:34:30 -0400
committerjrh3 <jrh3@att.com>2019-09-12 15:28:41 -0400
commitba11c9a1e41384fd065d4cb21beab3182651a066 (patch)
tree2c32ac274cab2585575846ab032f615d1f0d0ce5 /pom.xml
parentad55e1eb6653c9b0ee9f68271b7bb2dc766a2c47 (diff)
Add yaml support to pap rest server
Change-Id: I3e3d5c46bfa4f1d093e64b8be9a9720570e6000c Issue-ID: POLICY-2085 Signed-off-by: jrh3 <jrh3@att.com>
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 24a4a4e5..f4e6d5b8 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.2</policy.common.version>
+ <policy.common.version>1.6.0-SNAPSHOT</policy.common.version>
<policy.models.version>2.1.3</policy.models.version>
</properties>